model

package
v0.0.0-...-0d86eac Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	ID         string    `json:"id"`
	CreatedAt  time.Time `json:"created_at"`
	EMail      string    `json:"email"`
	Password   string    `json:"-"`
	HashMethod string    `json:"-"`
	Salt       string    `json:"-"`
	Active     bool      `json:"active"`

	EmailActivationCode string `json:"email_activation_code"`
	PasswordResetCode   string `json:"password_reset_code"`
}

Jump to

Keyboard shortcuts

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