database

package
v0.0.0-...-ec3e3e8 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Record

type Record struct {
	Id     string      `json:"id" bson:"_id"`
	ZoneId string      `json:"-" bson:"zone_id"`
	Fqdn   string      `json:"fqdn" bson:"fqdn"`
	Type   uint16      `json:"type" bson:"type"`
	Value  interface{} `json:"value" bson:"value"`
	Ttl    uint32      `json:"ttl" bson:"ttl"`
}

type Zone

type Zone struct {
	Id   string `json:"id" bson:"_id"`
	Fqdn string `json:"fqdn" bson:"fqdn"`

	Name string `json:"name" bson:"name"`
}

Jump to

Keyboard shortcuts

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