#8 add cli, need fix parse yaml.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-23 18:52:13 +03:00
parent e72d5ec0d1
commit 4734816d85
11 changed files with 522 additions and 0 deletions

View File

@@ -34,3 +34,6 @@ func (g *Github) RequestUpdate(ctx context.Context, branch string, path string,
func (g *Github) RequestList(ctx context.Context, branch string) (map[string]string, error) {
return nil, fmt.Errorf("implement me")
}
func (g *Github) RequestList(ctx context.Context, branch string) (map[string]string, error) {
return nil, nil
}