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
}
Controller represents Consul service registry
func NewController ¶
func NewController(args *consul.BootStrapArgs) *Controller
NewController creates Consul Controller
func (*Controller) Run ¶
func (s *Controller) Run(stop <-chan struct{}) error
Run until a signal is received, this function won't block
Click to show internal directories.
Click to hide internal directories.