package
1.0.0
Repository: https://github.com/orangetux/kapacitor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
Read a message from io.ByteReader by first reading a varint size, and then reading and decoding the message object.
Write the message to the io.Writer with a varint size header.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Indicates the beginning of a batch.
Indicates the end of a batch and contains all meta data associated with the batch.
Sent from the process to Kapacitor indicating an error has occurred.
No description provided by the author
Request that the process return information about available Options.
No description provided by the author
Request that the process initialize itself with the provided options.
Respond to Kapacitor whether initialization was successful.
Request that the process respond with a Keepalive to verify it is responding.
Respond to KeepaliveRequest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Message containing information about a single data point.
Request message wrapper -- sent from Kapacitor to process.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Response message wrapper -- sent from process to Kapacitor.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Request that the process restore its state from a snapshot.
Respond with success or failure to a RestoreRequest.
Server provides an implementation for the core communication with UDFs.
Request that the process provide a snapshot of its state.
Respond to Kapacitor with a serialized snapshot of the running state.

# Interfaces

Interface for reading messages If you have an io.Reader wrap your reader in a bufio Reader to stasify this interface.
Interface for communicating with a UDF.

# Type aliases

No description provided by the author
No description provided by the author