Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field interface {
Name() string
Type() string
Required() bool
CompareTo(operator dal.Operator, v dal.Expression) dal.Condition
}
Field defines field
type StringField ¶
StringField defines a string field
func NewStringField ¶
func NewStringField(name string) StringField
NewStringField defines a new string field
Click to show internal directories.
Click to hide internal directories.