Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageType ¶
type StorageType string
StorageType
const ( StorageType_other StorageType = "other" StorageType_volatile StorageType = "volatile" StorageType_nonVolatile StorageType = "nonVolatile" StorageType_permanent StorageType = "permanent" StorageType_readOnly StorageType = "readOnly" )
type TruthValue ¶
type TruthValue string
TruthValue
const ( TruthValue_true_ TruthValue = "true" TruthValue_false_ TruthValue = "false" )
Click to show internal directories.
Click to hide internal directories.