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.
Click to show internal directories.
Click to hide internal directories.