Documentation ¶
Overview ¶
Package testdns is a light DNS client used for testings to avoid pulling in dependencies.
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 is a lightweight DNS client for testing.
func NewClient ¶
func NewClient(tp auth.TokenProvider) *Client
NewClient creates a Client using the provided cloud.google.com/go/auth.TokenProvider for authentication.
Click to show internal directories.
Click to hide internal directories.