Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointGenerator ¶
type SEndpointFactory ¶
type SEndpointFactory struct {
// contains filtered or unexported fields
}
func NewEndpointFactory ¶
func NewEndpointFactory(f EndpointGenerator, serviceName string) *SEndpointFactory
type SReverseProxy ¶
type SReverseProxy struct {
*SEndpointFactory
}
func NewHTTPReverseProxy ¶
func NewHTTPReverseProxy(ef *SEndpointFactory) *SReverseProxy
func (*SReverseProxy) ServeHTTP ¶
func (p *SReverseProxy) ServeHTTP(ctx context.Context, w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.