Documentation ¶
Index ¶
- type Service
- func (s *Service) ChangePassword(ctx context.Context, params dbgen.UsersServiceChangePasswordParams) error
- func (s *Service) CreateUser(ctx context.Context, params dbgen.UsersServiceCreateUserParams) (dbgen.User, error)
- func (s *Service) GetUserByEmail(ctx context.Context, email string) (dbgen.User, error)
- func (s *Service) GetUsersQty(ctx context.Context) (int64, error)
- func (s *Service) UpdateUser(ctx context.Context, params dbgen.UsersServiceUpdateUserParams) (dbgen.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ChangePassword ¶
func (*Service) CreateUser ¶
func (*Service) GetUserByEmail ¶
func (*Service) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.