Documentation ¶
Overview ¶
Package noop initializes all No-op metrics objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyRunner ¶
type DummyRunner struct{}
func New ¶
func New() (dummy *DummyRunner, err error)
func (*DummyRunner) Start ¶
func (d *DummyRunner) Start() (runError <-chan error, startErr error)
func (*DummyRunner) Stop ¶
func (d *DummyRunner) Stop() (err error)
func (*DummyRunner) String ¶
func (d *DummyRunner) String() string
Click to show internal directories.
Click to hide internal directories.