Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIBus ¶
type APIBus struct {
// contains filtered or unexported fields
}
func NewApiBus ¶
func NewApiBus(controllers ...Registrable) *APIBus
func (*APIBus) RegisterRoutes ¶
func (a *APIBus) RegisterRoutes(r interfaces.Router)
type Registrable ¶
type Registrable interface {
RegisterRoutes(r interfaces.Router)
}
Click to show internal directories.
Click to hide internal directories.