models

package
v0.0.0-...-8d78e55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Password

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

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL