Creates a new no-op namespace applicator.
Applies the namespace prefix to the buffer, if it exists.
Applies the namespace prefix to a range end. Due to how etcd handle 'zero' ranges, we need special logic here.
Shortcut function to apply the namespace to a GRPC CRUD request. It returns a new request, it does not modify the original.
Removes a namespace prefix from the provided buffer. Throws if the buffer doesn't have the prefix.
Generated using TypeDoc
NSApplicator is used internally to apply a namespace to a given request. It can only be used for a single application.