probe

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2016 License: Apache-2.0 Imports: 0 Imported by: 36

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Probe

type Probe interface {
	Start()
	Stop()
}

type ProbeBundle

type ProbeBundle struct {
	Probes map[string]Probe
}

func NewProbeBundle

func NewProbeBundle(p map[string]Probe) *ProbeBundle

func (*ProbeBundle) GetProbe

func (p *ProbeBundle) GetProbe(k string) Probe

func (*ProbeBundle) Start

func (p *ProbeBundle) Start()

func (*ProbeBundle) Stop

func (p *ProbeBundle) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL