nonwriter

package
v0.9.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package nonwriter implements a dns.ResponseWriter that never writes, but captures the dns.Msg being written.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer

type Writer struct {
	dns.ResponseWriter
	Msg *dns.Msg
}

Writer is a type of ResponseWriter that captures the message, but never writes to the client.

func New

func New(w dns.ResponseWriter) *Writer

New makes and returns a new NonWriter.

func (*Writer) Write

func (w *Writer) Write(buf []byte) (int, error)

func (*Writer) WriteMsg

func (w *Writer) WriteMsg(res *dns.Msg) error

WriteMsg records the message, but doesn't write it itself.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL