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

Method FindOrganizationMemberServices

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

Source from the content-addressed store, hash-verified

172 DeleteInactiveUserAuthTokens(ctx context.Context, retention time.Duration) error
173
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)

Callers 1

ListServicesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected