Documentation ¶ Index ¶ func ConvFloat(val interface{}) (float64, error) func ConvInt(val interface{}) (int64, error) func ConvString(val interface{}) (string, error) func ConvTime(val interface{}) (time.Time, error) func GetClient(addr, user, pass string) (influxclient.Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ConvFloat ¶ func ConvFloat(val interface{}) (float64, error) func ConvInt ¶ func ConvInt(val interface{}) (int64, error) func ConvString ¶ func ConvString(val interface{}) (string, error) func ConvTime ¶ func ConvTime(val interface{}) (time.Time, error) func GetClient ¶ func GetClient(addr, user, pass string) (influxclient.Client, error) Get a client to access InfluxDB for edge cloud. InfluxDB runs with a public cert (unless running locally) with user/pass authentication (which may be blank for local testing). Types ¶ This section is empty. Source Files ¶ View all Source files convert.goinfluxclient.go Click to show internal directories. Click to hide internal directories.