Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductHandler ¶
type ProductHandler struct {
// contains filtered or unexported fields
}
func NewProductHandler ¶
func NewProductHandler(p *presenter.Presenter, service product.Usecase) *ProductHandler
func (*ProductHandler) RegisterReadRoutes ¶
func (h *ProductHandler) RegisterReadRoutes(rg *gin.RouterGroup)
func (*ProductHandler) RegisterWriteRoutes ¶
func (h *ProductHandler) RegisterWriteRoutes(rg *gin.RouterGroup)
Click to show internal directories.
Click to hide internal directories.