Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSServer ¶
type DNSServer struct {
// contains filtered or unexported fields
}
func NewDNSServer ¶
func NewDNSServer(cnf *config.DNSServerConfig, resolver *resolvers.GSLBHandler) *DNSServer
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func NewHTTPServer ¶
func NewHTTPServer( cnf *config.HTTPServerConfig, hcker *healthchecks.HcHandler, grpcServ *grpc.Server, metricsFetcher *proxmetrics.Fetcher, statusHandler *proxmetrics.StatusHandler, ) *HTTPServer
func (*HTTPServer) Run ¶
func (s *HTTPServer) Run(ctx context.Context)
func (*HTTPServer) ServeHTTP ¶ added in v0.8.0
func (s *HTTPServer) ServeHTTP(writer http.ResponseWriter, request *http.Request)
Click to show internal directories.
Click to hide internal directories.