Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateUser ¶
type DTO ¶
type DTO struct {
utils.Validatable
}
type GoogleSignInRequest ¶
func (*GoogleSignInRequest) Validate ¶
func (dto *GoogleSignInRequest) Validate() (errs []string)
Validate implements validatable returns any validation errors
type GoogleSignUpRequest ¶
type GoogleSignUpRequest struct {
DTO
IdToken string `json:"id_token"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Username string `json:"username"`
}
func (*GoogleSignUpRequest) Validate ¶
func (dto *GoogleSignUpRequest) Validate() (errs []string)
Validate implements validatable returns any validation errors
type LoginSuccess ¶
Click to show internal directories.
Click to hide internal directories.