Documentation
¶
Index ¶
- type Service
- func (s *Service) AdminDeleteUser(c echo.Context, uID uuid.UUID) error
- func (s *Service) AdminGetUser(c echo.Context, uID uuid.UUID) (*ent.User, error)
- func (s *Service) AdminGetUsers(c echo.Context) ([]*ent.User, error)
- func (s *Service) AdminUpdateUser(c echo.Context, uDto User) (*ent.User, error)
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func NewService ¶
func (*Service) AdminDeleteUser ¶
func (*Service) AdminGetUser ¶
func (*Service) AdminGetUsers ¶
Click to show internal directories.
Click to hide internal directories.