model

package
v0.0.0-...-dc534c3 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Role

type Role int32
const (
	UNSPECIFIED Role = iota
	USER
	ADMIN
)

type UserInfo

type UserInfo struct {
	Name  string
	Email string
	Role  Role
}

UserInfo инфо данные пользователя.

type UserPassword

type UserPassword struct {
	Password        string
	PasswordConfirm string
}

UserPassword данные о пароле пользователя.

type UserPublic

type UserPublic struct {
	ID        int64
	Info      UserInfo
	CreatedAt time.Time
	UpdatedAt sql.NullTime
}

UserPublic публичные данные пользователя.

Jump to

Keyboard shortcuts

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