Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { ConnectionString string QueueName string Svc model.IService MgtUrl string // contains filtered or unexported fields }
func NewController ¶
func NewController(conf controller.ControllerConfig, svc model.IService) *Controller
func (*Controller) Close ¶
func (c *Controller) Close() error
Close gracefully shuts down the connection and channel
Click to show internal directories.
Click to hide internal directories.