package
Version:
v0.0.0-...-8d78e55
Opens a new window with list of versions in this module.
Published: Nov 28, 2023
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 Password struct {
PasswordId int `json:"password_id"`
Username string `json:"username"`
AppURL string `json:"app_url"`
Icon string `json:"icon"`
Level int `json:"pass_level"`
}
type User struct {
UserId int `json:"user_id"`
Name string `json:"name"`
Lastname string `json:"lastname"`
Email string `json:"email"`
Key string `json:"key"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.