simple

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2020 License: Apache-2.0, MIT Imports: 4 Imported by: 1

Documentation

Index

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) Marshal

func (this Bool) Marshal() ([]byte, error)

func (Bool) TypeVersion

func (this Bool) TypeVersion() infodata.TypeVersion

type Integer

type Integer int64

func (Integer) Marshal

func (this Integer) Marshal() ([]byte, error)

func (Integer) TypeVersion

func (this Integer) TypeVersion() infodata.TypeVersion

type String

type String string

func (String) Marshal

func (this String) Marshal() ([]byte, error)

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) DeepCopy

func (in ValueList) DeepCopy() ValueList

func (ValueList) List

func (this ValueList) List(i int) (ValueList, bool)

func (ValueList) Map

func (this ValueList) Map(i int) (Values, bool)

func (ValueList) Marshal

func (this ValueList) Marshal() ([]byte, error)

func (ValueList) StringValue

func (this ValueList) StringValue(i int) (string, bool)

func (ValueList) TypeVersion

func (this ValueList) TypeVersion() infodata.TypeVersion

type Values

type Values map[string]interface{}

func (Values) DeepCopy

func (in Values) DeepCopy() Values

func (Values) List

func (this Values) List(name string) (ValueList, bool)

func (Values) Map

func (this Values) Map(name string) (Values, bool)

func (Values) Marshal

func (this Values) Marshal() ([]byte, error)

func (Values) String

func (this Values) String() string

func (Values) StringValue

func (this Values) StringValue(name string) (string, bool)

func (Values) TypeVersion

func (this Values) TypeVersion() infodata.TypeVersion

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL