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

Method FindProjectMemberServicesForService

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

Source from the content-addressed store, hash-verified

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)
181 DeleteService(ctx context.Context, id string) error
182 UpdateService(ctx context.Context, id string, opts *UpdateServiceOptions) (*Service, error)

Callers 1

GetServiceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected