Documentation ¶
Index ¶
- Constants
- func Mem() error
- type Code
- type FlagType
- type Global
- func (my *Global) Get() interface{}
- func (my *Global) GetBool() bool
- func (my *Global) GetFloat() (float64, error)
- func (my *Global) GetInt() (int, error)
- func (my *Global) GetInt64() (int64, error)
- func (my *Global) GetMap() *Map
- func (my *Global) Set(v interface{})
- func (my Global) String() string
- type Map
Constants ¶
View Source
const ( VOID = iota INT BOOL FLOAT STRING ARRAY )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.