Documentation
¶
Overview ¶
Package proxy is a transparent proxy built on the go-micro/server
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultEndpoint = "localhost:9090"
)
Functions ¶
Types ¶
type Proxy ¶
type Proxy interface {
options.Options
// SendRequest honours the client.Router interface
SendRequest(context.Context, client.Request, client.Response) error
// ServeRequest honours the server.Router interface
ServeRequest(context.Context, server.Request, server.Response) error
}
Proxy can be used as a proxy server for go-micro services
Directories
¶
| Path | Synopsis |
|---|---|
|
Package grpc transparently forwards the grpc protocol using a go-micro client.
|
Package grpc transparently forwards the grpc protocol using a go-micro client. |
|
Package http provides a micro rpc to http proxy
|
Package http provides a micro rpc to http proxy |
|
Package mucp transparently forwards the incoming request using a go-micro client.
|
Package mucp transparently forwards the incoming request using a go-micro client. |
Click to show internal directories.
Click to hide internal directories.