Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnitCombinationss = struct { Power UnitCombinations Product UnitCombinations Quotient UnitCombinations Scalar UnitCombinations }{ "POWER", "PRODUCT", "QUOTIENT", "SCALAR", }
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Description string `json:"newUnitDescription"` // Unit description should provide additional information about the new unit Name string `json:"newUnitName"` // Unit name has to be unique and is used as identifier. PluralName string `json:"newUnitPluralName"` // Unit plural name represent the plural form of the unit name. Symbol string `json:"newUnitSymbol"` // Unit symbol has to be unique. }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
type UnitCombinations ¶
type UnitCombinations string
Click to show internal directories.
Click to hide internal directories.