Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandController ¶
type CommandController interface {
// Start starts the client. This function should be called only once and does not return
Start()
}
CommandController is a controller which brings in from an AMQP compatible provider
func NewCommandController ¶
func NewCommandController( maxConcurreny int64, cmds service.AMQPService, completion service.AMQPService, handle handler.DeliveryHandler, log logrus.Ext1FieldLogger) (CommandController, error)
NewCommandController creates a new CommandController
type RestController ¶
type RestController interface {
//Start attempts to start the server
Start()
}
RestController handles the REST API server
func NewRestController ¶
func NewRestController(conf entity.RestConfig, hand handler.RestHandler, mux helper.Router) RestController
NewRestController creates a new rest controller
Click to show internal directories.
Click to hide internal directories.