Documentation
¶
Index ¶
- type Validate
- func (v *Validate) GetFieldLegendByName(table_name string, field_name string) (out_legend string)
- func (v *Validate) GetFieldsTable(table_name string) []model.Field
- func (v *Validate) GetModelObject(table_name string) *model.Object
- func (v *Validate) ValidateAll(validate_all_fields bool, table_name string, all_data ...map[string]string) (string, bool)
- func (v *Validate) ValidateThis(table_name string, data map[string]string, validate_all_fields bool) (message string, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validate ¶
type Validate struct {
// contains filtered or unexported fields
}
func AddSchemeTableModel ¶ added in v0.0.4
func (*Validate) GetFieldLegendByName ¶
ej: in name out Nombre
func (*Validate) GetFieldsTable ¶
func (*Validate) GetModelObject ¶ added in v1.2.0
func (*Validate) ValidateAll ¶
Click to show internal directories.
Click to hide internal directories.