(ctx context.Context, serviceID string)
| 183 | UpdateServiceActiveOn(ctx context.Context, ids []string) error |
| 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 |
no outgoing calls
no test coverage detected