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

# Functions

Metadata returns the current metadata in the given store and its version.
NewAddHandler returns a new instance of AddHandler.
NewDeleteHandler returns a new instance of DeleteHandler.
NewGetHandler returns a new instance of GetHandler.
NewReadyHandler returns a new instance of ReadyHandler.
NewSchemaHandler returns a new instance of SchemaHandler.
NewSchemaResetHandler returns a new instance of SchemaHandler.
NewUpdateHandler returns a new instance of UpdateHandler.
RegisterRoutes registers the namespace routes.

# Constants

DeleteHTTPMethod is the HTTP method used with this resource.
M3DBNodeNamespacesKey is the KV key that holds namespaces.
M3DBServiceName is the service name for M3DB.
NamespacePathName is the namespace part of the API path.
SchemaPathName is the schema part of the API path.
ServicesPathName is the services part of the API path.

# Variables

AddHTTPMethod is the HTTP method used with this resource.
GetHTTPMethod is the HTTP method used with this resource.
M3DBAddURL is the url for the M3DB namespace add handler.
M3DBDeleteURL is the url for the M3DB namespace delete handler.
M3DBGetURL is the url for the namespace get handler (with the GET method).
M3DBReadyURL is the url for the M3DB namespace mark_ready handler.
M3DBSchemaURL is the url for the M3DB schema handler.
M3DBServiceNamespacePathName is the M3DB service namespace API path.
M3DBServiceSchemaPathName is the M3DB service schema API path.
M3DBUpdateURL is the url for the M3DB namespace update handler.
ReadyHTTPMethod is the HTTP method used with this resource.
SchemaDeployHTTPMethod is the HTTP method used to append to this resource.
UpdateHTTPMethod is the HTTP method used with this resource.

# Structs

AddHandler is the handler for namespace adds.
Handler represents a generic handler for namespace endpoints.

# Type aliases

DeleteHandler is the handler for namespace deletes.
GetHandler is the handler for namespace gets.
ReadyHandler is the handler for marking namespaces ready.
SchemaHandler is the handler for namespace schema upserts.
SchemaResetHandler is the handler for namespace schema reset.
UpdateHandler is the handler for namespace updates.