Documentation
¶
Index ¶
- type ArchiveMonth
- type ArchiveYear
- type CategoryVO
- type Comment
- type CommentWithHasChildren
- type CommentWithParent
- type JournalCommentWithJournal
- type LinkTeamVO
- type MFAFactorAuth
- type Menu
- type Pagination
- type Post
- type PostCommentWithPost
- type PostDetailVO
- type RainbowPage
- type SheetCommentWithSheet
- type SheetDetail
- type SheetList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveMonth ¶
type ArchiveYear ¶
type CategoryVO ¶
type CategoryVO struct {
dto.CategoryDTO
Children []*CategoryVO `json:"children"`
}
type CommentWithHasChildren ¶
type LinkTeamVO ¶
type MFAFactorAuth ¶
type Pagination ¶
type Pagination struct {
RainbowPages []RainbowPage
PrevPageFullPath string
NextPageFullPath string
HasPrev bool
HasNext bool
}
type PostCommentWithPost ¶
type PostCommentWithPost struct {
dto.Comment
Post *dto.PostMinimal `json:"post"`
}
type PostDetailVO ¶
type RainbowPage ¶
type SheetCommentWithSheet ¶
type SheetCommentWithSheet struct {
dto.Comment
*dto.PostMinimal
}
type SheetDetail ¶
type SheetDetail struct {
dto.PostDetail
MetaIDs []int32 `json:"metaIds"`
Metas []*dto.Meta `json:"metas"`
}
Click to show internal directories.
Click to hide internal directories.