model

package
v0.0.0-...-1c56d84 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DnsRecordForm

type DnsRecordForm struct {
	Fqdn        string   `form:"required"`
	Type        string   `form:"required"`
	Values      []string `form:"required"`
	TTL         uint32   `form:"required"`
	GeneratedId string
}

func (*DnsRecordForm) ToModel

func (d *DnsRecordForm) ToModel(zoneName string) (*rfc2136.DnsRecord, error)

Jump to

Keyboard shortcuts

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