(ctx context.Context, id string)
| 129 | FindUsers(ctx context.Context) ([]*User, error) |
| 130 | FindUsersByEmailPattern(ctx context.Context, emailPattern, afterEmail string, limit int) ([]*User, error) |
| 131 | FindUser(ctx context.Context, id string) (*User, error) |
| 132 | FindUserByEmail(ctx context.Context, email string) (*User, error) |
| 133 | FindUserWithAttributes(ctx context.Context, userID, orgID string) (*User, map[string]any, error) |
| 134 | InsertUser(ctx context.Context, opts *InsertUserOptions) (*User, error) |
no outgoing calls
no test coverage detected