Documentation
¶
Overview ¶
Package proxy is a cli proxy
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name of the proxy Name = "go.micro.proxy" // The http address of the proxy Address = ":8081" // The backend host to route to Backend string // The paths for http endpoints BrokerPath = "/broker" RegistryPath = "/registry" RPCPath = "/rpc" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.