Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct { Server *http.Server Cfg *config.Kernel // contains filtered or unexported fields }
func NewHTTPServer ¶
func (HTTPServer) HealthCheck ¶
func (s HTTPServer) HealthCheck(w http.ResponseWriter, r *http.Request)
type Proxy ¶
type Proxy struct {
HTTP *HTTPServer
}
func NewProxy ¶
func NewProxy(server *HTTPServer) *Proxy
Click to show internal directories.
Click to hide internal directories.