(ctx context.Context, id uint)
| 38 | ListGithubCredentials(ctx context.Context) ([]params.ForgeCredentials, error) |
| 39 | UpdateGithubCredentials(ctx context.Context, id uint, param params.UpdateGithubCredentialsParams) (params.ForgeCredentials, error) |
| 40 | DeleteGithubCredentials(ctx context.Context, id uint) error |
| 41 | } |
| 42 | |
| 43 | type RepoStore interface { |
no outgoing calls