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

# Functions

HttpError writes an error to the client in a standard format.
MarshalJSON will marshal v to JSON.
No description provided by the author
NewHandler returns a new instance of handler with routes.
NewServeMux allocates and returns a new ServeMux.
No description provided by the author
ServeOptions returns an empty response to comply with OPTIONS pre-flight requests.

# Constants

Root path for the API.
Supported authentication methods.
No description provided by the author
Supported authentication methods.
Name of the special user for subscriptions.
Supported authentication methods.

# Variables

DefaultServeMux is the default ServeMux used by Serve.

# Structs

No description provided by the author
Handler represents an HTTP handler for the Kapacitor API server.
No description provided by the author
What follows is an copy of golang's built in ServeMux with a few modifications: 1.
No description provided by the author

# Type aliases

AuthenticationMethod defines the type of authentication used.
No description provided by the author