package
Version:
v0.0.0-...-ecd8661
Opens a new window with list of versions in this module.
Published: Jan 8, 2021
License: MIT
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 CreateUserResponse struct {
ID string `json:"id"`
}
type LoginUserResponse struct {
ID string `json:"id"`
Token string `json:"token"`
}
type NewUser struct {
Username string `json:"username"`
Email string `json:"email"`
Password string `json:"password"`
IsAdmin bool `json:"isAdmin"`
}
type User struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.