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) *HTTPServer
func (*HTTPServer) Run ¶
func (s *HTTPServer) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.