Discover Packages
github.com/minhnghia2k3/personal-blog
internal
dto
package
Version:
v0.0.0-...-cc2b1d6
Opens a new window with list of versions in this module.
Published: Sep 26, 2024
License: Apache-2.0
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
Documentation
¶
type ArticleResponse struct {
Article []*models .Article `json:"article"`
Metadata Metadata `json:"metadata"`
}
type CreateArticle struct {
Article *models .Article
CategoriesName []string `json:"categories" validate:"required"`
}
type Metadata struct {
TotalCount int `json:"total_count"`
CurrentPage int `json:"current_page"`
PageSize int `json:"page_size"`
TotalPages int `json:"total_pages"`
}
type Pagination struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.