delay

package module
v0.0.0-...-469dd43 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

README

coredns-delay

Documentation

Overview

Package delay is a CoreDNS plugin that sleeps for a configurable interval before passing to the next plugin

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Delay

type Delay struct {
	Delay uint64
	Next  plugin.Handler
}

func (Delay) Name

func (e Delay) Name() string

Name implements the Handler interface.

func (Delay) Ready

func (e Delay) Ready() bool

Ready implements the ready.Readiness interface, once this flips to true CoreDNS assumes this plugin is ready for queries; it is not checked again.

func (*Delay) ServeDNS

func (e *Delay) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error)

ServeDNS implements the plugin.Handler interface. This method gets called when delay is used in a Server.

Jump to

Keyboard shortcuts

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