Versions in this module Expand all Collapse all v0 v0.2.4 Apr 5, 2022 v0.2.3 Apr 4, 2022 Changes in this version + type Influxdb struct + func NewInfluxdb(options map[string]string) (*Influxdb, error) + func (o *Influxdb) Flush(string) + func (o *Influxdb) StackErr(key string, pre string, content string) + func (o *Influxdb) StackOk(key string, pre string, content string) + type Output interface + Flush func(string) + StackErr func(string, string, string) + StackOk func(string, string, string) + func GetOutput(name string, options map[string]string) (Output, error) + type Stdout struct + func NewStdout(options map[string]string) (*Stdout, error) + func (o *Stdout) Flush(key string) + func (o *Stdout) StackErr(key string, pre string, content string) + func (o *Stdout) StackOk(key string, pre string, content string)