#8 add cli, need fix parse yaml.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-23 18:52:13 +03:00
parent 367426a1f9
commit 90fcbf6a21
18 changed files with 615 additions and 105 deletions

View File

@@ -26,3 +26,6 @@ func (g *Gogs) RequestClose(ctx context.Context, branch string, path string) err
func (g *Gogs) RequestUpdate(ctx context.Context, branch string, path string, mod modules.Update) error {
return nil
}
func (g *Gogs) RequestList(ctx context.Context, branch string) (map[string]string, error) {
return nil, nil
}