modelevent

package
v0.0.301 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ZoneAddEvent

type ZoneAddEvent struct {
	Zone      string    `json:"zone"`
	CreatedAt time.Time `json:"created_at,omitempty"`
}

type ZoneChangeEvent

type ZoneChangeEvent struct {
	Zone      string    `json:"zone"`
	ChangedAt time.Time `json:"changed_at,omitempty"`
}

type ZoneDataReplyEvent

type ZoneDataReplyEvent struct {
	Zone             string    `json:"zone"`
	ZoneData         string    `json:"zone_data"`
	DnssecEnabled    bool      `json:"dnssec_enabled"`
	PresignedRecords bool      `json:"presigned_records"`
	RepliedAt        time.Time `json:"replied_at,omitempty"`
}

type ZoneDataRequestEvent

type ZoneDataRequestEvent struct {
	Zone        string    `json:"zone"`
	OnlySOA     bool      `json:"only_soa"`
	RequestedAt time.Time `json:"requested_at,omitempty"`
}

type ZoneDeleteEvent

type ZoneDeleteEvent struct {
	Zone      string    `json:"zone"`
	DeletedAt time.Time `json:"deleted_at,omitempty"`
}

Jump to

Keyboard shortcuts

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