Documentation ¶
Index ¶
- func Append(rowsSlicePtr interface{}) interface{}
- func Call(service interface{}, methodName string, args []interface{}) ([]interface{}, error)
- func CreateArgs(service interface{}, methodName string) []interface{}
- func GetFieldNames(obj interface{}, recursive bool) (map[string]string, error)
- func GetIndirectType(value interface{}) reflect.Kind
- func GetType(value interface{}) reflect.Kind
- func GetValue(obj interface{}, name string) (interface{}, error)
- func Invoke(fn interface{}, args []interface{}) []interface{}
- func IsPtr(obj interface{}) bool
- func IsSlice(obj interface{}) bool
- func New(target interface{}) interface{}
- func Set(obj interface{}, name string, val string) error
- func SetValue(obj interface{}, name string, val interface{}) error
- func ToArray(entities interface{}) []interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateArgs ¶
func CreateArgs(service interface{}, methodName string) []interface{}
func GetIndirectType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.