 Documentation
      ¶
      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 ¶
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()
       Source Files
      ¶
      Source Files
      ¶
    
- bundle.go
 Click to show internal directories. 
   Click to hide internal directories.