Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type ControllerMapper ¶
type ControllerMapper struct {
// contains filtered or unexported fields
}
func NewControllerMapper ¶
func NewControllerMapper() *ControllerMapper
func (*ControllerMapper) Add ¶
func (h *ControllerMapper) Add(cc ...Controller)
func (*ControllerMapper) RegisterSubscribers ¶
func (h *ControllerMapper) RegisterSubscribers(b *messaging.Bus)
type UserController ¶
type UserController struct { }
func NewUserController ¶
func NewUserController() UserController
func (UserController) MapStreams ¶
func (u UserController) MapStreams(b *messaging.Bus)
Click to show internal directories.
Click to hide internal directories.