output

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2025 License: BSD-2-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AS

type AS struct {
	AS            *protocol.AS
	CreatedAt     protocol.EventDate
	UpdatedAt     protocol.EventDate
	IPNetworks    []string
	ContactsInfos []contactInfo
}

func (*AS) Print

func (a *AS) Print(wr io.Writer) error

type Domain

type Domain struct {
	Domain *protocol.Domain

	CreatedAt protocol.EventDate
	UpdatedAt protocol.EventDate
	ExpiresAt protocol.EventDate

	Handles       map[string]string
	DS            []ds
	ContactsInfos []contactInfo
}

func (*Domain) Print

func (d *Domain) Print(wr io.Writer) error

type Entity

type Entity struct {
	Entity *protocol.Entity

	CreatedAt protocol.EventDate
	UpdatedAt protocol.EventDate

	ContactsInfos []contactInfo
}

func (*Entity) AddContact

func (e *Entity) AddContact(c contactInfo)

func (*Entity) Print

func (e *Entity) Print(wr io.Writer) error

type IPNetwork

type IPNetwork struct {
	IPNetwork     *protocol.IPNetwork
	CreatedAt     protocol.EventDate
	UpdatedAt     protocol.EventDate
	ContactsInfos []contactInfo
}

func (*IPNetwork) Print

func (i *IPNetwork) Print(wr io.Writer) error

type Printer

type Printer interface {
	Print(io.Writer) error
}

Jump to

Keyboard shortcuts

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