user_models

package
v0.0.0-...-cb6fcfe Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: AGPL-3.0 Imports: 0 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 {
	Name           string `gorm:"column:account_name;primary_key"`
	NickName       string `gorm:"column:community_name"`
	Cookie         string `gorm:"column:login_cookie"`
	Expiration     int64  `gorm:"column:cookie_expiration"`
	EaSubscription string `gorm:"column:subscription"`

	WebUser string `gorm:"column:web_user"`
}

func (User) TableName

func (User) TableName() string

Jump to

Keyboard shortcuts

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