MCPcopy Create free account
hub / github.com/cloudbase/garm / ListGithubEndpoints

Method ListGithubEndpoints

database/common/store.go:29–29  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

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)
31 DeleteGithubEndpoint(ctx context.Context, name string) error
32}

Callers 7

findEndpointForJobMethod · 0.65
ListGithubEndpointsMethod · 0.65
TestListEndpointsMethod · 0.65
listGithubEndpointsFunction · 0.65
loadAllEntitiesMethod · 0.65
ListGithubEndpointsMethod · 0.65

Implementers 6

Clientclient/endpoints/endpoints_client.go
Runnerrunner/runner.go
sqlDatabasedatabase/sql/sql.go
Storedatabase/common/mocks/Store.go
Store_Expecterdatabase/common/mocks/Store.go
APIControllerapiserver/controllers/controllers.go

Calls

no outgoing calls

Tested by 2

TestListEndpointsMethod · 0.52