Documentation ¶
Index ¶
- Constants
- type Bool
- type Integer
- type String
- type StringArray
- type ValueList
- func (in ValueList) DeepCopy() ValueList
- func (this ValueList) List(i int) (ValueList, bool)
- func (this ValueList) Map(i int) (Values, bool)
- func (this ValueList) Marshal() ([]byte, error)
- func (this ValueList) StringValue(i int) (string, bool)
- func (this ValueList) TypeVersion() infodata.TypeVersion
- type Values
- func (in Values) DeepCopy() Values
- func (this Values) List(name string) (ValueList, bool)
- func (this Values) Map(name string) (Values, bool)
- func (this Values) Marshal() ([]byte, error)
- func (this Values) String() string
- func (this Values) StringValue(name string) (string, bool)
- func (this Values) TypeVersion() infodata.TypeVersion
Constants ¶
View Source
const T_BOOL = infodata.TypeVersion("Boolean")
View Source
const T_INTEGER = infodata.TypeVersion("Integer")
View Source
const T_STRING = infodata.TypeVersion("String")
View Source
const T_STRINGARRAY = infodata.TypeVersion("StringArray")
View Source
const T_VALUELIST = infodata.TypeVersion("ValueList")
View Source
const T_VALUES = infodata.TypeVersion("Values")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool string
func (Bool) TypeVersion ¶
func (this Bool) TypeVersion() infodata.TypeVersion
type Integer ¶
type Integer int64
func (Integer) TypeVersion ¶
func (this Integer) TypeVersion() infodata.TypeVersion
type String ¶
type String string
func (String) TypeVersion ¶
func (this String) TypeVersion() infodata.TypeVersion
type StringArray ¶
type StringArray []string
func (StringArray) Marshal ¶
func (this StringArray) Marshal() ([]byte, error)
func (StringArray) TypeVersion ¶
func (this StringArray) TypeVersion() infodata.TypeVersion
type ValueList ¶
type ValueList []interface{}
func (ValueList) TypeVersion ¶
func (this ValueList) TypeVersion() infodata.TypeVersion
type Values ¶
type Values map[string]interface{}
func (Values) TypeVersion ¶
func (this Values) TypeVersion() infodata.TypeVersion
Click to show internal directories.
Click to hide internal directories.