Documentation ¶
Index ¶
- type Repo
- func (r *Repo) CheckUserOrganization(ctx context.Context, username string, organizationID int64) (bool, error)
- func (r *Repo) DeleteOrganization(ctx context.Context, params model.UserOrganizationDao) error
- func (r *Repo) InsertEmailByUsername(ctx context.Context, email, username string) error
- func (r *Repo) InsertOrganization(ctx context.Context, params model.UserOrganizationDao) error
- func (r *Repo) List(ctx context.Context, organizationID int64) ([]model.UserListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
Repo репозиторий для работы с пользователями и организациями.
func (*Repo) CheckUserOrganization ¶
func (r *Repo) CheckUserOrganization(ctx context.Context, username string, organizationID int64) (bool, error)
CheckUserOrganization проверить, состоит ли пользователь в организации.
func (*Repo) DeleteOrganization ¶
DeleteOrganization удаляет пользователя из организации.
func (*Repo) InsertEmailByUsername ¶
InsertEmailByUsername записывает email по username.
func (*Repo) InsertOrganization ¶
InsertOrganization добавляет пользователя в организацию.
Click to show internal directories.
Click to hide internal directories.