define

package
v0.0.0-...-587470e Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Record

type Record struct {
	Ip         net.IP
	SvcDomain  string
	SrvRecords []SrvRecord
	Extra      string `json:"Extra,omitempty"`
}

func (*Record) Print

func (r *Record) Print(writer ...io.Writer)

func (*Record) SetSrvRecord

func (r *Record) SetSrvRecord(cname string, srv []*net.SRV)

type Records

type Records []Record

func (Records) Print

func (r Records) Print(writer ...io.Writer)

type SrvRecord

type SrvRecord struct {
	Cname string
	Srv   []*net.SRV
}

Jump to

Keyboard shortcuts

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