package
1.5.0
Repository: https://github.com/m3db/m3.git
Documentation: pkg.go.dev

# Functions

NewCreateHandler returns a new instance of a database create handler.
NewKeyValueStoreHandler returns a new instance of handler.
RegisterRoutes registers the namespace routes.

# Constants

CreateHTTPMethod is the HTTP method used with the create database resource.
CreateNamespaceHTTPMethod is the HTTP method used with the create database namespace resource.
CreateNamespaceURL is the URL for the database namespace create handler.
CreateURL is the URL for the database create handler.
DefaultLocalHostID is the default local host ID when creating a database.
DefaultLocalIsolationGroup is the default isolation group when creating a local database.
DefaultLocalZone is the default zone when creating a local database.
KeyValueStoreHTTPMethod is the HTTP method used with this resource.
KeyValueStoreURL is the url to edit key/value configuration values.

# Structs

Handler represents a generic handler for namespace endpoints.
KeyValueStoreHandler represents a handler for the key/value store endpoint.
KeyValueUpdate defines an update to a key's value.
KeyValueUpdateResult defines the result of an update to a key's value.