package
Version:
v0.0.0-...-0064678
Opens a new window with list of versions in this module.
Published: Jun 1, 2022
License: GPL-3.0
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 BasicResponse struct{}
type ErrorResponse struct {
Message string `json:"message"`
Code int `json:"code"`
}
type LoginUserRequest struct {
Email string `validate:"required,email"`
Password string `validate:"required"`
}
type LoginUserResponse struct {
AuthToken string
UserID string
}
type SignupUserRequest struct {
Email string `validate:"required,email"`
Password string `validate:"required"`
}
type SignupUserResponse struct {
AuthToken string
UserID string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.