Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitRouter ¶
Types ¶
type CreateArticleBody ¶
type DeleteArticleBody ¶
type DeleteArticleBody struct {
ID string `json:"id"`
}
type ListArticleBody ¶
type UpdateArticleBody ¶
type UpdateArticleBody struct {
ID string `json:"id"`
CreateArticleBody
}
Click to show internal directories.
Click to hide internal directories.