Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailRequest ¶
type MailRequest struct {
Email string `json:"email"`
}
type SearchResponse ¶
type SearchResponse struct {
Match []SignInResponse
}
type SearchResquest ¶
type SearchResquest struct {
Username string `json:"search"`
}
type SignInRequest ¶
type SignInRequest struct { UsernameOrEmail string `json:"username_or_email"` Password string `json:"password"` }
func (*SignInRequest) IsRequestValid ¶
func (input *SignInRequest) IsRequestValid() error
type SignInResponse ¶
type SignUpRequest ¶
type SignUpRequest struct { Username string `json:"username"` Email string `json:"email"` Password string `json:"password"` Limit int `json:"limit"` }
func (*SignUpRequest) IsRequestValid ¶
func (input *SignUpRequest) IsRequestValid() error
type SignUpResponse ¶
type UpdatePassword ¶
func (*UpdatePassword) IsPasswordValid ¶
func (input *UpdatePassword) IsPasswordValid() error
Click to show internal directories.
Click to hide internal directories.