Documentation ¶ Index ¶ func New(_ string, args []string) (module.LifetimeModule, error) type Endpoint func (e *Endpoint) Configure(inlineArgs []string, cfg *config.Map) error func (e *Endpoint) InstanceName() string func (e *Endpoint) Name() string func (e *Endpoint) Start() error func (e *Endpoint) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(_ string, args []string) (module.LifetimeModule, error) Types ¶ type Endpoint ¶ type Endpoint struct { // contains filtered or unexported fields } func (*Endpoint) Configure ¶ added in v0.9.0 func (e *Endpoint) Configure(inlineArgs []string, cfg *config.Map) error func (*Endpoint) InstanceName ¶ func (e *Endpoint) InstanceName() string func (*Endpoint) Name ¶ func (e *Endpoint) Name() string func (*Endpoint) Start ¶ added in v0.9.0 func (e *Endpoint) Start() error func (*Endpoint) Stop ¶ added in v0.9.0 func (e *Endpoint) Stop() error Source Files ¶ View all Source files om.go Click to show internal directories. Click to hide internal directories.