package
Version:
v0.0.0-...-af7f33b
Opens a new window with list of versions in this module.
Published: Mar 17, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
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" validate:"required"`
Content string `json:"content" db:"content" validate:"required"`
Author string `json:"author" db:"author" validate:"required"`
}
Article represents article
TableName set table name in DB
Source Files
¶
Click to show internal directories.
Click to hide internal directories.