Documentation ¶
Index ¶
Constants ¶
View Source
const ( // InfluxWriteURL is the Influx DB write handler URL InfluxWriteURL = route.Prefix + "/influxdb/write" // InfluxWriteHTTPMethod is the HTTP method used with this resource InfluxWriteHTTPMethod = http.MethodPost )
Variables ¶
This section is empty.
Functions ¶
func NewInfluxWriterHandler ¶
func NewInfluxWriterHandler(options options.HandlerOptions) http.Handler
NewInfluxWriterHandler returns a new influx write handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.