dns

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2018 License: Apache-2.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 CastDNSEntry

type CastDNSEntry interface {
	GetName() string
	GetUUID() string
	GetAddr() string
	GetPort() int
}

type CastEntry

type CastEntry struct {
	AddrV4 net.IP
	AddrV6 net.IP
	Port   int

	Name string
	Host string

	UUID       string
	Device     string
	Status     string
	DeviceName string
	InfoFields map[string]string
}

func FindCastDNSEntries

func FindCastDNSEntries() []CastEntry

func (CastEntry) GetAddr

func (e CastEntry) GetAddr() string

func (CastEntry) GetName

func (e CastEntry) GetName() string

func (CastEntry) GetPort

func (e CastEntry) GetPort() int

func (CastEntry) GetUUID

func (e CastEntry) GetUUID() string

Jump to

Keyboard shortcuts

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