(ctx context.Context, id string)
| 294 | // unless include_deleted or include_disabled is set. |
| 295 | GetAIProviders(ctx context.Context, arg GetAIProvidersParams) ([]AIProvider, error) |
| 296 | GetAPIKeyByID(ctx context.Context, id string) (APIKey, error) |
| 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) |
no outgoing calls