Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemField ¶
type ItemField struct {
ModelField ModelField
Value []byte
}
type Model ¶
type Model struct {
Name string
Fields []ModelField
}
Model defines the structure of a model
func (Model) CreateSchema ¶
func (m Model) CreateSchema()
CreateSchema will create the schema in the DB
type ModelField ¶
ModelField is a field structure, Model have a list of this
Click to show internal directories.
Click to hide internal directories.