repo

package
v0.0.0-...-75f25d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

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 New

func New(pg storage.SQLDatabase) *Repo

New создает новый Repo.

func (*Repo) CheckUserOrganization

func (r *Repo) CheckUserOrganization(ctx context.Context, username string, organizationID int64) (bool, error)

CheckUserOrganization проверить, состоит ли пользователь в организации.

func (*Repo) DeleteOrganization

func (r *Repo) DeleteOrganization(ctx context.Context, params model.UserOrganizationDao) error

DeleteOrganization удаляет пользователя из организации.

func (*Repo) InsertEmailByUsername

func (r *Repo) InsertEmailByUsername(ctx context.Context, email, username string) error

InsertEmailByUsername записывает email по username.

func (*Repo) InsertOrganization

func (r *Repo) InsertOrganization(ctx context.Context, params model.UserOrganizationDao) error

InsertOrganization добавляет пользователя в организацию.

func (*Repo) List

func (r *Repo) List(ctx context.Context, organizationID int64) ([]model.UserListResp, error)

List возвращает список пользователей по организации.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL