Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReviewController ¶
type ReviewController struct {
// contains filtered or unexported fields
}
func NewReviewController ¶
func NewReviewController(reactionSvc reaction.ReviewReactionService, validator *validator.Validate, mdlwr *middleware.Middleware) *ReviewController
func (*ReviewController) CreateReaction ¶
func (c *ReviewController) CreateReaction(ectx echo.Context) error
func (*ReviewController) DeleteReaction ¶
func (c *ReviewController) DeleteReaction(ectx echo.Context) error
func (*ReviewController) Mount ¶
func (c *ReviewController) Mount(r *echo.Group)
Click to show internal directories.
Click to hide internal directories.