package
Version:
v0.0.0-...-fa0393c
Opens a new window with list of versions in this module.
Published: Apr 29, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Field struct {
Name string `db:"field" json:"field"`
DBColumn string `db:"colname" json:"colname"`
DBType string `db:"coltype" json:"coltype"`
}
type Model struct {
Name string `db:"name" json:"name"`
Fields []*Field
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.