package
Version:
v0.0.0-...-318ce3a
Opens a new window with list of versions in this module.
Published: Jun 29, 2021
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 AddCommentRequest struct {
}
type CreatePostRequest struct {
Title string `json:"title"`
Content string `json:"content"`
}
type SignInRequest struct {
Username string `json:"username" required:"true"`
Password string `json:"password" required:"true"`
}
type SignUpRequest struct {
Username string `json:"username" required:"true"`
Password string `json:"password" required:"true"`
Nickname string `json:"nickname" required:"true"`
Email string `json:"email" required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.