Documentation
¶
Index ¶
- func AddImpl(prefix, className string, impl interface{})
- func Invoke(prefix, className, methodName string, params ...interface{}) ([]interface{}, error)
- func ToArr(val interface{}, elmType string) interface{}
- func ToBool(val interface{}) bool
- func ToErr(val interface{}) error
- func ToFloat32(val interface{}) float32
- func ToFloat64(val interface{}) float64
- func ToInt(val interface{}) int
- func ToInt16(val interface{}) int16
- func ToInt32(val interface{}) int32
- func ToInt64(val interface{}) int64
- func ToMap(val interface{}, keyType string, valType string) interface{}
- func ToStr(val interface{}) string
- type DistObjReqMsg
- type DistObjResMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DistObjReqMsg ¶
type DistObjReqMsg struct {
Params []interface{}
}
type DistObjResMsg ¶
Click to show internal directories.
Click to hide internal directories.