records

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	// Type is the type of the record.
	Type string `json:"type" yaml:"type" xml:"type" toml:"type" mapstructure:"type"`
	// Name is the name of the record.
	Name string `json:"name" yaml:"name" xml:"name" toml:"name" mapstructure:"name"`
}

Configuration is the definition of a record configuration.

func (*Configuration) GetName

func (configuration *Configuration) GetName() string

GetName returns the name of the record.

func (*Configuration) GetType

func (configuration *Configuration) GetType() string

GetType returns the type of the record.

Jump to

Keyboard shortcuts

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