package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev
# Functions
GatewayRemoteAllowed returns whether a request that has been passed through the grpc gateway should be allowed accessed to privileged debugging information.
NewServer sets up a debug server.
# Constants
Endpoint is the entry point under which the debug tools are housed.
RemoteAny allows all access to /debug/requests.
RemoteLocal allows only host-local access to /debug/requests.
RemoteOff disallows access to /debug/requests.
# Variables
DebugRemote controls which clients are allowed to access certain confidential debug pages, such as those served under the /debug/ prefix.
# Type aliases
RemoteMode controls who can access /debug/requests.