package
Version:
v0.0.0-...-2573200
Opens a new window with list of versions in this module.
Published: Apr 10, 2016
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CreateTableKindling()
type Kindling struct {
Id int `json:"kindling_id"`
Twigs []Twig `json:"twigs"`
}
Kindling model - simple storage of Kindling Ids
Kindlings - Slice of Kindling
type Twig struct {
KindlingId int `gorm:"ForeignKey:Id" json:"-"`
Url string `json:"url"`
}
Twig model - stores a Twig (URL) to a KindlingId
Source Files
¶
Click to show internal directories.
Click to hide internal directories.