Documentation ¶
Index ¶
- func ArrayToStrSlice(obj []interface{}) []string
- func ObjByAnchor(obj interface{}, anchor string) interface{}
- func ObjToMap(obj interface{}) map[string]interface{}
- func ObjToStrMap(obj interface{}) map[string]string
- func ObjToStrSlice(obj interface{}) []string
- func SimpleCopyProperties(target, src interface{}) (err error)
- func ToString(obj interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayToStrSlice ¶
func ArrayToStrSlice(obj []interface{}) []string
func ObjByAnchor ¶
func ObjByAnchor(obj interface{}, anchor string) interface{}
func ObjToStrMap ¶
func ObjToStrSlice ¶
func ObjToStrSlice(obj interface{}) []string
func SimpleCopyProperties ¶
func SimpleCopyProperties(target, src interface{}) (err error)
对象copy target 目标对象指针 src 源对象(或源对象指针)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.