Documentation
¶
Index ¶
- type UserController
- func (c *UserController) FetchReviews(ectx echo.Context) error
- func (c *UserController) FetchUserProfile(ectx echo.Context) error
- func (c *UserController) FetchUserProfileByUsername(ectx echo.Context) error
- func (c *UserController) Mount(r *echo.Group)
- func (c *UserController) Register(ectx echo.Context) error
- func (c *UserController) ResetPassowrd(ectx echo.Context) error
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(userSvc contracts.UserService, reviewSvc review.ReviewService, validator *validator.Validate, mdlwr *middleware.Middleware) *UserController
func (*UserController) FetchReviews ¶
func (c *UserController) FetchReviews(ectx echo.Context) error
func (*UserController) FetchUserProfile ¶
func (c *UserController) FetchUserProfile(ectx echo.Context) error
func (*UserController) FetchUserProfileByUsername ¶
func (c *UserController) FetchUserProfileByUsername(ectx echo.Context) error
func (*UserController) Mount ¶
func (c *UserController) Mount(r *echo.Group)
func (*UserController) ResetPassowrd ¶
func (c *UserController) ResetPassowrd(ectx echo.Context) error
Click to show internal directories.
Click to hide internal directories.