(ctx context.Context, serviceId string)
| 22 | GetInfo(ctx context.Context, aid string) (*Info, error) |
| 23 | ListInfo(ctx context.Context, aids ...string) ([]*Info, error) |
| 24 | ListInfoForService(ctx context.Context, serviceId string) ([]*Info, error) |
| 25 | ListInfoForServices(ctx context.Context, serviceIds ...string) ([]*Info, error) |
| 26 | |
| 27 | ListLatestCommitProxy(ctx context.Context, aid ...string) ([]*commit.Commit[Proxy], error) |
no outgoing calls
no test coverage detected