Documentation
¶
Index ¶
- func CountProjectUsersByRole(ctx context.Context, projectID string) (map[string]int, error)
- func CreateUser(ctx context.Context, user *models.User) (*models.User, error)
- func DeleteUser(ctx context.Context, projectID, userID string) error
- func GetUser(ctx context.Context, projectID, userID string) (*models.User, error)
- func GetUserByUsername(ctx context.Context, projectID, username string) (*models.User, error)
- func ListUsersByEmail(ctx context.Context, projectID, email string) ([]*models.User, error)
- func ListUsersByGoogleSub(ctx context.Context, projectID, googleSub string) ([]*models.User, error)
- func ListUsersByPhone(ctx context.Context, projectID, phone string) ([]*models.User, error)
- func SearchProjectUsers(ctx context.Context, projectID string, limit, offset int) ([]*models.User, int, error)
- func UpdateUser(ctx context.Context, user *models.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountProjectUsersByRole ¶
func GetUserByUsername ¶
func ListUsersByEmail ¶
func ListUsersByGoogleSub ¶
func ListUsersByPhone ¶
func SearchProjectUsers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.