Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(usecase usecase.Usecase) *Controller
func (*Controller) GetEvents ¶
func (co *Controller) GetEvents(c echo.Context) error
func (*Controller) GetStatus ¶
func (co *Controller) GetStatus(c echo.Context) error
func (*Controller) RegisterRoutes ¶
func (co *Controller) RegisterRoutes(e *echo.Echo)
Click to show internal directories.
Click to hide internal directories.