package
Version:
v0.0.0-...-dff89a0
Opens a new window with list of versions in this module.
Published: Sep 5, 2019
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
¶
type Article struct {
Id int `json:"id" db:"id"`
Title string `json:"title" db:"title"`
Content string `json:"content" db:"content"`
Author string `json:"author" db:"author"`
}
Article represents an article record.
Validate validates the Article fields.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.