(ctx context.Context, opts *InsertServiceAuthTokenOptions)
| 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 |
| 190 | DeleteExpiredServiceAuthTokens(ctx context.Context, retention time.Duration) error |
no outgoing calls
no test coverage detected