Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Countries ¶
type Countries []*Country
func (Countries) MarshalHCL ¶
func (me Countries) MarshalHCL(properties hcl.Properties) error
type Country ¶
func (*Country) MarshalHCL ¶
func (me *Country) MarshalHCL(properties hcl.Properties) error
type Settings ¶
type Settings struct {
Countries Countries `json:"countries"`
}
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.