Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidRequestData = errors.New("Influx Error: Cannot convert request data") ErrCannotWriteRecord = errors.New("Influx Error: Cannot write point") ErrInvalidRequestOperation = errors.Errorf("invalid operation type. Expected %s or %s", queryOperation, bindings.CreateOperation) ErrMetadataMissing = errors.New("metadata required") ErrMetadataRawNotFound = errors.Errorf("required metadata not set: %s", rawQueryKey) )
Functions ¶
Types ¶
type Influx ¶
type Influx struct {
// contains filtered or unexported fields
}
Influx allows writing to InfluxDB.
func (*Influx) Invoke ¶
func (i *Influx) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
Invoke called on supported operations.
func (*Influx) Operations ¶
func (i *Influx) Operations() []bindings.OperationKind
Operations returns supported operations.
Click to show internal directories.
Click to hide internal directories.