Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputHandler ¶
type InputHandler struct {
// contains filtered or unexported fields
}
func (*InputHandler) FeedChannel ¶
func (h *InputHandler) FeedChannel(in chan<- interface{}, wg *sync.WaitGroup, zonefileInput bool) error
func (*InputHandler) Initialize ¶
func (h *InputHandler) Initialize(conf *zdns.GlobalConf)
type OutputHandler ¶
type OutputHandler struct {
// contains filtered or unexported fields
}
func (*OutputHandler) Initialize ¶
func (h *OutputHandler) Initialize(conf *zdns.GlobalConf)
func (*OutputHandler) WriteResults ¶
func (h *OutputHandler) WriteResults(results <-chan string, wg *sync.WaitGroup) error
Click to show internal directories.
Click to hide internal directories.