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

Method UpdateService

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

Source from the content-addressed store, hash-verified

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)
183 UpdateServiceActiveOn(ctx context.Context, ids []string) error
184
185 FindServiceAuthTokens(ctx context.Context, serviceID string) ([]*ServiceAuthToken, error)

Callers 2

EditCmdFunction · 0.65
UpdateServiceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected