Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController(service *services.UserService) *UserController
func (*UserController) Create ¶
func (c *UserController) Create(ctx echo.Context) error
func (*UserController) Delete ¶
func (c *UserController) Delete(ctx echo.Context) error
func (*UserController) GetAll ¶
func (c *UserController) GetAll(ctx echo.Context) error
func (*UserController) GetByID ¶
func (c *UserController) GetByID(ctx echo.Context) error
func (*UserController) Update ¶
func (c *UserController) Update(ctx echo.Context) error
Click to show internal directories.
Click to hide internal directories.