Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NONE for None NONE = 0 // Serialize Types ARRAY = 1 JSON = 2 YAML = 3 // Index Types INDEX = 1 UNIQUE = 2 PRIMARY_KEY = 3 )
Variables ¶
View Source
var (
ErrUnknownColumn = errors.New("unknown column")
)
Functions ¶
Types ¶
type Field ¶
Click to show internal directories.
Click to hide internal directories.