MCPcopy Index your code
hub / github.com/rilldata/rill / FindService

Method FindService

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

Source from the content-addressed store, hash-verified

174 FindOrganizationMemberServices(ctx context.Context, orgID string) ([]*OrganizationMemberService, error)
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)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected