Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolGetter ¶
type Enum16Getter ¶
type Enum8Getter ¶
type Int32Getter ¶
type Int64Getter ¶
type InterfaceGetter ¶
type InterfaceGetter struct { Field string Get func(item interface{}) interface{} }
type Map ¶
type Map interface { HasKey(key interface{}) bool HasValue(check MapValueComparator) (bool, error) }
type MapValueComparator ¶ added in v0.0.3
type Record ¶
type Record interface { GetID() int64 // ComputeFields is a special hook for optimize slow computing fields. // ComputeFields call on insert or update record. ComputeFields() }
type StringGetter ¶
Click to show internal directories.
Click to hide internal directories.