feat(gitea): client core, fake server and repo endpoints

This commit is contained in:
2026-08-29 15:52:54 -05:00
parent 43bc5819c0
commit 7c11987b00
5 changed files with 1158 additions and 2 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ import (
// Keys understood in the environment and the env file.
const (
KeyURL = "GITEA_URL"
KeyKey = "GITEA_KEY"
KeyURL = "GITEA_URL"
KeyKey = "GITEA_KEY"
)
// Config is the resolved connection set.