(ctx context.Context, param params.CreateGithubEndpointParams)
| 25 | |
| 26 | type GithubEndpointStore interface { |
| 27 | CreateGithubEndpoint(ctx context.Context, param params.CreateGithubEndpointParams) (params.ForgeEndpoint, error) |
| 28 | GetGithubEndpoint(ctx context.Context, name string) (params.ForgeEndpoint, error) |
| 29 | ListGithubEndpoints(ctx context.Context) ([]params.ForgeEndpoint, error) |
| 30 | UpdateGithubEndpoint(ctx context.Context, name string, param params.UpdateGithubEndpointParams) (params.ForgeEndpoint, error) |
no outgoing calls