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" // Address The address of the proxy Address = ":8081" // Protocol the proxy protocol Protocol = "http" // Endpoint The endpoint host to route to Endpoint = "http://127.0.0.1:6060" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.