Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Postprocessors struct { InfluxDB struct { Url string `mapstructure:"url"` BatchSize uint `mapstructure:"batch-size"` AuthToken string `mapstructure:"auth-token"` Organization string `mapstructure:"organization"` Bucket string `mapstructure:"bucket"` } `mapstructure:"influxdb"` } `mapstructure:"postprocessors"` }
type InfluxDB ¶
type InfluxDB struct {
// contains filtered or unexported fields
}
func (*InfluxDB) CarChannel ¶
func (*InfluxDB) RaceChannel ¶
func (i *InfluxDB) RaceChannel() chan<- state.CourseState
Click to show internal directories.
Click to hide internal directories.