MCPcopy Create free account
hub / github.com/rilldata/rill / FindServiceByName

Method FindServiceByName

admin/database/database.go:177–177  ·  view source on GitHub ↗
(ctx context.Context, orgID, name string)

Source from the content-addressed store, hash-verified

175 FindProjectMemberServices(ctx context.Context, projectID string) ([]*ProjectMemberService, error)
176 FindService(ctx context.Context, id string) (*Service, error)
177 FindServiceByName(ctx context.Context, orgID, name string) (*Service, error)
178 FindOrganizationMemberServiceForService(ctx context.Context, id string) (*OrganizationMemberService, error)
179 FindProjectMemberServicesForService(ctx context.Context, id string) ([]*ProjectMemberServiceWithProject, error)
180 InsertService(ctx context.Context, opts *InsertServiceOptions) (*Service, error)

Callers 9

GetServiceMethod · 0.65
UpdateServiceMethod · 0.65
DeleteServiceMethod · 0.65
ListServiceAuthTokensMethod · 0.65
IssueServiceAuthTokenMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected