Documentation ¶
Index ¶
- func AppendSliceValue(sliceVal model.Value, val model.Value) (ret model.Value, err error)
- func DecodeValue(tVal interface{}, tType model.Type, mCache model.Cache) (ret model.Value, err error)
- func ElemDependValue(vVal model.Value) (ret []model.Value, err error)
- func EncodeValue(tVal model.Value, tType model.Type, mCache model.Cache) (ret interface{}, err error)
- func GetEntityModel(entity interface{}) (ret model.Model, err error)
- func GetEntityType(entity interface{}) (ret model.Type, err error)
- func GetEntityValue(entity interface{}) (ret model.Value, err error)
- func GetHelper() helper.Helper
- func GetModelFilter(vModel model.Model) (ret model.Filter, err error)
- func GetType(vType reflect.Type) (ret model.Type, err error)
- func NewFilter(valuePtr *valueImpl) *filter
- func SetModelValue(vModel model.Model, vVal model.Value) (ret model.Model, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendSliceValue ¶
func DecodeValue ¶
func EncodeValue ¶
func GetEntityModel ¶
func GetEntityType ¶
func GetEntityValue ¶
func GetModelFilter ¶ added in v1.3.4
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.