entities

package
v0.0.0-...-abdcf8d Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RefreshToken

type RefreshToken struct {
	Jti       string `gorm:"primary_key"`
	UserID    int
	CreatedAt time.Time
	DeletedAt *time.Time
	UpdatedAt time.Time
}

type Sample

type Sample struct {
	ID        int `gorm:"primary_key"`
	Detail    string
	Name      string
	UserID    int
	CreatedAt time.Time
	DeletedAt *time.Time
	UpdatedAt time.Time
}

type User

type User struct {
	ID             int `gorm:"primary_key"`
	Email          string
	HashedPassword string
	RevokedAt      *time.Time
	LockedAt       *time.Time
	DeletedAt      *time.Time
	CreatedAt      time.Time
	UpdatedAt      time.Time
}

Jump to

Keyboard shortcuts

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