(ctx context.Context, arg GetAPIKeysByLoginTypeParams)
| 297 | // there is no unique constraint on empty token names |
| 298 | GetAPIKeyByName(ctx context.Context, arg GetAPIKeyByNameParams) (APIKey, error) |
| 299 | GetAPIKeysByLoginType(ctx context.Context, arg GetAPIKeysByLoginTypeParams) ([]APIKey, error) |
| 300 | GetAPIKeysByUserID(ctx context.Context, arg GetAPIKeysByUserIDParams) ([]APIKey, error) |
| 301 | GetAPIKeysLastUsedAfter(ctx context.Context, lastUsed time.Time) ([]APIKey, error) |
| 302 | GetActiveAISeatCount(ctx context.Context) (int64, error) |
no outgoing calls