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

Method FindServiceAuthToken

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

Source from the content-addressed store, hash-verified

184
185 FindServiceAuthTokens(ctx context.Context, serviceID string) ([]*ServiceAuthToken, error)
186 FindServiceAuthToken(ctx context.Context, id string) (*ServiceAuthToken, error)
187 InsertServiceAuthToken(ctx context.Context, opts *InsertServiceAuthTokenOptions) (*ServiceAuthToken, error)
188 UpdateServiceAuthTokenUsedOn(ctx context.Context, ids []string) error
189 DeleteServiceAuthToken(ctx context.Context, id string) error

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected