(ctx context.Context, service string)
| 21 | |
| 22 | GetRunningApiDocCommits(ctx context.Context, serviceIds ...string) ([]string, error) |
| 23 | List(ctx context.Context, service string) ([]*Release, error) |
| 24 | GetReleaseInfos(ctx context.Context, id string) ([]*APICommit, []*APICommit, *APICommit, []*UpstreamCommit, *ServiceCommit, error) |
| 25 | GetCommits(ctx context.Context, id string) ([]*ProjectCommits, error) |
| 26 | //GetRunningApiDocCommits(ctx context.Context, serviceIds ...string) ([]string, error) |
no outgoing calls
no test coverage detected