package
Version:
v0.0.0-...-f66fa89
Opens a new window with list of versions in this module.
Published: May 9, 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 CommentForm struct {
}
type FollowersForm struct {
ID int64 `json:"id"`
Follower int64 `json:"follower"`
Following int64 `json:"following"`
}
type LoginForm struct {
UsernameOrEmail string `binding:"required" json:"usernameoremail"`
Password string `binding:"required" json:"password"`
}
type PostForm struct {
UserId int64
Description string `json:"description"`
}
type UserForm struct {
Username string `binding:"required" json:"username"`
Email string `binding:"required" json:"email"`
Password string `binding:"required" json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.