Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyEndpointServer ¶
type ProxyEndpointServer interface {
// ProxyEndpointServiceServer exposes the user-facing API to request proxies
debug.ProxyEndpointServiceServer
// Register is used by the ControlPlane to register this service with a particular grpc.Server
Register(grpcServer *grpc.Server)
// RegisterProxyReader registers a ProxyReader.
// This is used by the ControlPlane to register the reader that will provide access to the proxies.
RegisterProxyReader(client v1.ProxyReader)
}
ProxyEndpointServer responds to requests for Proxies, and returns them The server relies on ProxyReaders being registered with the server
func NewProxyEndpointServer ¶
func NewProxyEndpointServer() ProxyEndpointServer
NewProxyEndpointServer returns an implementation of the ProxyEndpointServer
Click to show internal directories.
Click to hide internal directories.