Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides a convenient interface to a gRPC-based DNS service.
func NewClient ¶
func NewClient(endpoint, cert, key, ca string, dialOpts []grpc.DialOption) (*Client, error)
NewClient establishes a connection to a server and returns a pointer to a Client.
func (*Client) QueryNameAndType ¶
QueryNameAndType is a convenience function that queries by name and type, via gRPC.
Click to show internal directories.
Click to hide internal directories.