Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPublicServiceHandler ¶
func NewPublicServiceHandler(e *echo.Group, p *echo.Group, ps domain.PublicServiceUsecase)
NewPublicServiceHandler will create a new PublicServiceHandler
Types ¶
type PublicServiceHandler ¶
type PublicServiceHandler struct {
PSUsecase domain.PublicServiceUsecase
}
PublicServiceHandler ...
func (*PublicServiceHandler) Fetch ¶
func (h *PublicServiceHandler) Fetch(c echo.Context) error
Fetch will fetch the public-service
func (*PublicServiceHandler) GetBySlug ¶
func (h *PublicServiceHandler) GetBySlug(c echo.Context) error
GetBySlug will get public service by given slug
Click to show internal directories.
Click to hide internal directories.