Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewComment ¶
type NewComment struct {
models.WriteCommentDTO
}
type NewMessage ¶
type NewMessage struct {
models.WriteMessageDTO
}
type NewPost ¶
type NewPost struct {
models.WritePostDTO
}
type NewRedisRecord ¶
type NewUser ¶
type NewUser struct {
models.WriteUserDTO
}
type UpdateComment ¶
type UpdateComment struct {
Content *string `json:"content,omitempty"`
}
type UpdateMessage ¶
type UpdateMessage struct {
Content *string `json:"content,omitempty"`
}
type UpdatePost ¶
type UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.