cyclic

package
v0.0.0-...-60afc60 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2017 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostStatistics

type HostStatistics struct {
	Stoppable
}

HostStatistics monitors the core host stats

type SelfObserver

type SelfObserver struct {
	Stoppable
}

SelfObserver monitors the neb callbacks

type ServiceStatistics

type ServiceStatistics struct {
	Stoppable
}

ServiceStatistics monitors the core host stats

type Stoppable

type Stoppable struct {
	// contains filtered or unexported fields
}

Stoppable is a struct with one chan in, which will be used to signal an go routine to stop

func StartHostStatistics

func StartHostStatistics() Stoppable

StartHostStatistics creates an new HostStatistics and starts it

func StartSelfObserver

func StartSelfObserver() Stoppable

StartSelfObserver creates an new SelfObserver and starts it

func StartServiceStatistics

func StartServiceStatistics() Stoppable

StartServiceStatistics creates an new ServiceStatistics and starts it

func (Stoppable) Stop

func (s Stoppable) Stop()

Stop will send true to the channel and waits for an response

Jump to

Keyboard shortcuts

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