Discover Packages
github.com/exponent-io/gots
generate
testfiles
package
Version:
v0.0.0-...-06d4f2c
Opens a new window with list of versions in this module.
Published: Apr 11, 2016
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type App struct {
Id string `json:"id"`
Title string `json:"title"`
Url string `json:"url,omitempty"`
Hours int
Config json .RawMessage `json:"config"`
Extend interface{} `json:"exten"`
Blob []byte `json:"blob"`
}
type Column struct {
Name string `json:"name"`
Type string `json:"type"`
}
Represents each column in the table
type Table struct {
Id int `json:"-" something:"else"`
Name string `json:"name"`
Columns []Column `random:"tag" json:"columns,omitempty"`
Created time .Time `json:"created"`
}
Create a table for each database entity
Source Files
¶
Click to show internal directories.
Click to hide internal directories.