RotateAPIKey updates the API Key of a user
(ctx context.Context, userID entities.UserID)
| 22 | |
| 23 | // RotateAPIKey updates the API Key of a user |
| 24 | RotateAPIKey(ctx context.Context, userID entities.UserID) (*entities.User, error) |
| 25 | |
| 26 | // LoadOrStore an entities.User by entities.AuthContext |
| 27 | LoadOrStore(ctx context.Context, user entities.AuthContext) (*entities.User, bool, error) |
no outgoing calls
no test coverage detected