重构项目

This commit is contained in:
dragon
2025-05-08 17:36:24 +08:00
parent ddd5d4af5b
commit 9413188aa9
15 changed files with 404 additions and 103 deletions

View File

@@ -122,3 +122,7 @@ func (g *ProviderGitea) Open(client *http.Client, owner, repo, commit, path stri
req.Header.Add("Authorization", "token "+g.Token)
return client.Do(req)
}
func (g *ProviderGitea) Close() error {
return nil
}