Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectDfValues ¶ added in v0.16.1
func CollectDfValues(dfColumnSpecs []DfColumnSpec) (map[string]map[string]interface{}, error)
CollectDfValues XXX
func Periodically ¶ added in v0.16.0
Periodically invokes function proc with specified interval. The precision is 1/100 of the interval.
Types ¶
type DfColumnSpec ¶ added in v0.16.1
type DfColumnSpec struct { Name string IsInt bool // type of collected data true: int64, false: string }
DfColumnSpec XXX
Click to show internal directories.
Click to hide internal directories.