Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Optionss = struct { AllowAllAttributes Options BlockAllAttributes Options }{ "ALLOW_ALL_ATTRIBUTES", "BLOCK_ALL_ATTRIBUTES", }
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
PersistenceMode Options `json:"persistenceMode"` // Possible Values: `ALLOW_ALL_ATTRIBUTES`, `BLOCK_ALL_ATTRIBUTES`
}
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.