package
Version:
v0.0.0-...-65cef84
Opens a new window with list of versions in this module.
Published: Mar 16, 2019
License: BSD-2-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Article struct {
ID int `sql:",pk,unique"`
CreatedAt time.Time
UpdatedAt time.Time
Title string `schema:"title"`
Content string `schema:"content"`
Username string `schema:"username"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.