(ctx context.Context, req CreateRepoReq)
| 23 | |
| 24 | GetRepo(ctx context.Context, req GetRepoReq) (*CreateRepoResp, error) |
| 25 | CreateRepo(ctx context.Context, req CreateRepoReq) (*CreateRepoResp, error) |
| 26 | UpdateRepo(ctx context.Context, req UpdateRepoReq) (*CreateRepoResp, error) |
| 27 | DeleteRepo(ctx context.Context, req DeleteRepoReq) error |
| 28 | GetRepoBranches(ctx context.Context, req GetBranchesReq) ([]types.Branch, error) |
no outgoing calls
no test coverage detected