Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValRule ¶
type ValRule struct {
IsRequireArr []string
IsOnlyArr []string
AllFiledArr []string
NoEnumFiledArr []string
PropertyKv map[string]string
FieldRule map[string]map[string]interface{}
// contains filtered or unexported fields
}
func NewValRule ¶
func (*ValRule) GetObjAttrByID ¶
type ValidMap ¶
type ValidMap struct {
IsRequireArr []string
IsOnlyArr []string
KeyFileds map[string]interface{}
PropertyKv map[string]string
// contains filtered or unexported fields
}
func NewValidMap ¶
func NewValidMap(ownerID, objID, objCtrl string, err errors.DefaultCCErrorIf) *ValidMap
func NewValidMapWithKeyFileds ¶
func NewValidMapWithKeyFileds(ownerID, objID, objCtrl string, keyFileds []string, err errors.DefaultCCErrorIf) *ValidMap
Click to show internal directories.
Click to hide internal directories.