Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompoundGrapher ¶ added in v0.15.0
type CompoundGrapher struct {
Graphers []Grapher
}
CompoundGrapher creates a graph from one or more Grapher simultaneously.
type ContinousGrapher ¶
type PollGrapher ¶
func (*PollGrapher) GraphContinously ¶
func (g *PollGrapher) GraphContinously(ctx context.Context) (<-chan Graph, error)
Click to show internal directories.
Click to hide internal directories.