package
Version:
v0.0.0-...-e75809f
Opens a new window with list of versions in this module.
Published: Feb 13, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Identify struct {
Email string `json:"email"`
EmailOTP bool `json:"emailOTP"`
}
Identify ...
type MembersSerializer struct {
}
MembersSerializer ...
type Recover struct {
Email string `json:"email"`
OTP string `json:"otp"`
Password string `json:"password"`
}
Recover ...
type TeamsSerializer struct {
Teams []Team
}
TeamsSerializer ...
type UserLogin struct {
Email string `json:"email"`
Password string `json:"password"`
}
UserLogin ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.