Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoHandler ¶
type InfoHandler struct {
Port int
}
func (*InfoHandler) ServeHTTP ¶
func (h *InfoHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)
type PingHandler ¶ added in v0.20.0
type PingHandler struct { }
func (*PingHandler) ServeHTTP ¶ added in v0.20.0
func (h *PingHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)
type ProxyHandler ¶
type ProxyHandler struct {
Stats *Stats
}
func (*ProxyHandler) ServeHTTP ¶
func (h *ProxyHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)
type Stats ¶
func (*Stats) GetLatency ¶
type StatsHandler ¶
type StatsHandler struct {
Stats *Stats
}
func (*StatsHandler) ServeHTTP ¶
func (h *StatsHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.