Documentation
¶
Index ¶
- type Instrument
- func NewDomainInstrument(receptorClient receptor.Client) Instrument
- func NewETCDInstrument(logger lager.Logger, etcdOptions *etcdstoreadapter.ETCDOptions) (Instrument, error)
- func NewLRPInstrument(receptorClient receptor.Client) Instrument
- func NewTaskInstrument(logger lager.Logger, receptorClient receptor.Client) Instrument
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instrument ¶
type Instrument interface {
Send()
}
func NewDomainInstrument ¶
func NewDomainInstrument(receptorClient receptor.Client) Instrument
func NewETCDInstrument ¶
func NewETCDInstrument(logger lager.Logger, etcdOptions *etcdstoreadapter.ETCDOptions) (Instrument, error)
func NewLRPInstrument ¶
func NewLRPInstrument(receptorClient receptor.Client) Instrument
func NewTaskInstrument ¶
func NewTaskInstrument(logger lager.Logger, receptorClient receptor.Client) Instrument
Click to show internal directories.
Click to hide internal directories.