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 New ¶
func New(service *dapp.Service) *Controller
func (Controller) RegisterRoutes ¶
func (c Controller) RegisterRoutes(router fiber.Router)
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func NewEvent ¶
func NewEvent(service dapp.EventService) *Event
func (Event) RegisterRoutes ¶
func (e Event) RegisterRoutes(router fiber.Router)
Click to show internal directories.
Click to hide internal directories.