package
Version:
v0.0.0-...-e972461
Opens a new window with list of versions in this module.
Published: Dec 25, 2023
License: MIT
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 ArticleEntity struct {
ID uint32 `json:"id"`
Title string `json:"title"`
Desc string `json:"desc"`
Content string `json:"content"`
CoverImageURL string `json:"cover_image_url"`
State uint8 `json:"state"`
Tag *TagEntity `json:"tag"`
}
type TagEntity struct {
ID uint32 `json:"id"`
CreatedBy string `json:"created_by"`
ModifiedBy string `json:"modified_by"`
IsDel uint8 `json:"is_del"`
Name string `json:"name"`
State uint8 `json:"state"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.