Documentation ¶
Index ¶
- type Config
- type Controller
- func (c *Controller) GetCloseNotifyChannel() <-chan struct{}
- func (c *Controller) GetNetwork() *network.Network
- func (c *Controller) Identity() identity.Identity
- func (c *Controller) RegisterXWebHandlerFactory(x xweb.WebHandlerFactory) error
- func (c *Controller) RegisterXctrl(x xctrl.Xctrl) error
- func (c *Controller) RegisterXmgmt(x xmgmt.Xmgmt) error
- func (c *Controller) RegisterXweb(x xweb.Xweb) error
- func (c *Controller) Run() error
- func (c *Controller) Shutdown()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Id *identity.TokenId Network *network.Options Db *db.Db Trace struct { Handler *channel2.TraceHandler } Profile struct { Memory struct { Path string Interval time.Duration } CPU struct { Path string } } Ctrl struct { Listener transport.Address Options *channel2.Options } Mgmt struct { Listener transport.Address Options *channel2.Options } Metrics *metrics.Config HealthChecks struct { BoltCheck struct { Interval time.Duration Timeout time.Duration InitialDelay time.Duration } } // contains filtered or unexported fields }
func LoadConfig ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(cfg *Config, versionProvider common.VersionProvider) (*Controller, error)
func (*Controller) GetCloseNotifyChannel ¶ added in v0.16.9
func (c *Controller) GetCloseNotifyChannel() <-chan struct{}
func (*Controller) GetNetwork ¶
func (c *Controller) GetNetwork() *network.Network
func (*Controller) Identity ¶ added in v0.16.120
func (c *Controller) Identity() identity.Identity
func (*Controller) RegisterXWebHandlerFactory ¶ added in v0.16.54
func (c *Controller) RegisterXWebHandlerFactory(x xweb.WebHandlerFactory) error
func (*Controller) RegisterXctrl ¶
func (c *Controller) RegisterXctrl(x xctrl.Xctrl) error
func (*Controller) RegisterXmgmt ¶
func (c *Controller) RegisterXmgmt(x xmgmt.Xmgmt) error
func (*Controller) RegisterXweb ¶ added in v0.16.54
func (c *Controller) RegisterXweb(x xweb.Xweb) error
func (*Controller) Run ¶
func (c *Controller) Run() error
func (*Controller) Shutdown ¶
func (c *Controller) Shutdown()
Click to show internal directories.
Click to hide internal directories.