Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
web.Controller
}
func (*AuthController) Register ¶
func (c *AuthController) Register()
func (*AuthController) SignIn ¶
func (c *AuthController) SignIn()
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message"`
}
type FormatResponse ¶
type FormatResponse struct {
Data any `json:"data"`
}
type RegisterRequestBody ¶
type SessionController ¶
type SessionController struct {
web.Controller
}
func (*SessionController) SessionInfo ¶
func (c *SessionController) SessionInfo()
type SignInRequestBody ¶
Click to show internal directories.
Click to hide internal directories.