Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignInInput ¶
type SignInOutput ¶
type SignInOutput struct {
Token string `json:"token"`
}
type SignUpInput ¶
type SignUpOutput ¶
type SignUpOutput struct {
Message string `json:"message"`
}
type VerifyInput ¶
type VerifyInput struct {
Token string `json:"token"`
}
type VerifyOutput ¶
type VerifyOutput struct {
UserId string `json:"user_id"`
}
Click to show internal directories.
Click to hide internal directories.