Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypePolarDBX = "polardbx" TypeXStore = "xstore" TypeSelf = "server" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LivenessHandler ¶
type LivenessHandler struct {
// contains filtered or unexported fields
}
func (*LivenessHandler) ServeHTTP ¶
func (handler *LivenessHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type Prober ¶
type Prober struct {
// contains filtered or unexported fields
}
func (*Prober) ProbeReadiness ¶
type ProxyServer ¶
type ProxyServer struct {
// contains filtered or unexported fields
}
func (*ProxyServer) IsDebugModeEnabled ¶
func (server *ProxyServer) IsDebugModeEnabled() bool
func (*ProxyServer) Start ¶
func (server *ProxyServer) Start(port int) error
type ReadinessHandler ¶
type ReadinessHandler struct {
// contains filtered or unexported fields
}
func (*ReadinessHandler) ServeHTTP ¶
func (handler *ReadinessHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.