Documentation ¶
Overview ¶
Package test contains function and types useful for writing tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoreDNSServer ¶
CoreDNSServer returns a CoreDNS test server. It just takes a normal Corefile as input.
func CoreDNSServerPorts ¶
CoreDNSServerPorts returns the ports the instance is listening on. The integer k indicates which ServerListener you want.
func CoreDNSServerStop ¶
CoreDNSServerStop stops a server.
Types ¶
type Input ¶
type Input struct {
// contains filtered or unexported fields
}
Input implements the caddy.Input interface and acts as an easy way to use a string as a Corefile.
func (*Input) ServerType ¶
ServerType implements the Input interface.
Click to show internal directories.
Click to hide internal directories.