Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TCPServer ¶
type TCPServer struct {
// contains filtered or unexported fields
}
func NewTCPServer ¶
func NewTCPServer(opts TCPServerOpts) *TCPServer
type TCPServerOpts ¶
type UDPServer ¶
type UDPServer struct {
// contains filtered or unexported fields
}
func NewUDPServer ¶
func NewUDPServer(opts UDPServerOpts) *UDPServer
type UDPServerOpts ¶
type UDPServerOpts struct { DNSHandler dns_handler.Handler // Required. Logger *zap.Logger }
Click to show internal directories.
Click to hide internal directories.