(ctx context.Context, id uuid.UUID)
| 73 | // Authorizer-related queries. |
| 74 | GetAPIKeyByID(ctx context.Context, id string) (database.APIKey, error) |
| 75 | GetUserByID(ctx context.Context, id uuid.UUID) (database.User, error) |
| 76 | } |
| 77 | |
| 78 | type Server struct { |
no outgoing calls