Documentation ¶
Index ¶
- func ByTags(from, to interface{}) (err error)
- func ByTagsFilter(from, to interface{}, filter []string) (err error)
- func EqualByTags(from, to interface{}, tags []string) (ok bool, err error)
- func EqualByTagsDetail(baseInfo string, from, to interface{}, tags, notIn []string) (ok bool, err error)
- func MakeSliceByInterface(from interface{}) (to interface{})
- func NewByInterface(from interface{}) (to interface{})
- func NewSliceByInterface(from interface{}) (to interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByTagsFilter ¶
ByTagsFilter struct<-->struct, map<-->struct
func EqualByTags ¶
EqualByTags struct<-->struct, map<-->struct 是否相等
func EqualByTagsDetail ¶
func MakeSliceByInterface ¶
func MakeSliceByInterface(from interface{}) (to interface{})
MakeSliceByInterface 根据输入值make slice
func NewByInterface ¶
func NewByInterface(from interface{}) (to interface{})
func NewSliceByInterface ¶
func NewSliceByInterface(from interface{}) (to interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.