tool

package
v0.0.0-...-4d64e5c Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2021 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BenchTool

type BenchTool struct {
	// contains filtered or unexported fields
}

func NewBenchTool

func NewBenchTool(serverAddress string) *BenchTool

func (*BenchTool) Act

func (t *BenchTool) Act(q query.Query, client *dns.Client)

func (*BenchTool) Result

func (t *BenchTool) Result()

type CompareTool

type CompareTool struct {
	// contains filtered or unexported fields
}

func NewCompareTool

func NewCompareTool(s1 string, s2 string) *CompareTool

func (*CompareTool) Act

func (t *CompareTool) Act(q query.Query, client *dns.Client)

func (*CompareTool) Result

func (t *CompareTool) Result()

type QueryTool

type QueryTool interface {
	Act(q query.Query, client *dns.Client)
	Result()
}

Jump to

Keyboard shortcuts

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