package
Version:
v0.0.0-...-52f8398
Opens a new window with list of versions in this module.
Published: Apr 17, 2016
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Engine base engine
Migrate call by db:migrate
type Notice struct {
web.Model
Lang string `gorm:"not null;type:varchar(8);index" json:"lang"`
Content string `gorm:"not null;type:text" json:"content"`
}
Notice notice model
type Site struct {
Lang string `json:"lang"`
Title string `json:"title"`
SubTitle string `json:"subTitle"`
Description string `json:"description"`
Keywords string `json:"keywords"`
Copyright string `json:"copyright"`
Links []string `json:"links"`
}
Site site info model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.