Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func (*Proxy) GetMonitoringEventTypes ¶
func (*Proxy) RPCHandler ¶
func (p *Proxy) RPCHandler() *RPCHandler
func (*Proxy) SetObserver ¶
func (p *Proxy) SetObserver(mon monitoring.Observer)
type RPCHandler ¶
type RPCHandler struct {
// contains filtered or unexported fields
}
func (*RPCHandler) GetUpstream ¶
func (h *RPCHandler) GetUpstream(w http.ResponseWriter, r *http.Request) (*Upstream, error)
func (*RPCHandler) ServeHTTP ¶
func (h *RPCHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RunningRequestPayloads ¶ added in v0.0.3
type Upstream ¶
type Upstream struct {
Unrecoverable bool
// contains filtered or unexported fields
}
func (*Upstream) IsRecoverable ¶
Click to show internal directories.
Click to hide internal directories.