Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FeatureTypess = struct { Boolean FeatureTypes Number FeatureTypes String FeatureTypes }{ "boolean", "number", "string", }
Functions ¶
This section is empty.
Types ¶
type FeatureTypes ¶
type FeatureTypes string
type Settings ¶
type Settings struct { BooleanValue *bool `json:"booleanValue,omitempty"` // State of boolean feature Name string `json:"name"` // Name of the feature NumberValue *int `json:"numberValue,omitempty"` // State of numeric feature StringValue *string `json:"stringValue,omitempty"` // State of textual feature Type FeatureTypes `json:"type"` // Possible Values: `Boolean`, `Number`, `String` }
func (*Settings) HandlePreconditions ¶
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.