package
Version:
v0.0.0-...-6f40e4d
Opens a new window with list of versions in this module.
Published: Apr 12, 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 Credentials struct {
Email string `json:"email"`
Password string `json:"password"`
}
type Entity interface {
GenerateAccessCode()
}
type User struct {
Uuid string `json:"id"`
Firstname string `json:"firstname"`
Surname string `json:"surname"`
Email string `json:"email"`
Password string `json:"password"`
AccessCode string `json:"accesscode"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.