models

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelTime

type ModelTime struct {
	CreatedAt time.Time `form:"-" json:"created_at" db:"created_at" time_format:"2006-01-02 15:04:05"`
	UpdatedAt time.Time `form:"-" json:"updated_at" db:"updated_at" time_format:"2006-01-02 15:04:05"`
}

type Moments

type Moments struct {
	Id           int    `form:"id" json:"id" db:"id"`
	UserId       int    `form:"user_id" json:"user_id" db:"user_id"`
	Content      string `form:"content" json:"content" db:"content"`
	CommentTotal int    `form:"comment_total" json:"comment_total" db:"comment_total"`
	LikeTotal    int    `form:"like_total" json:"like_total" db:"like_total"`
	Status       int    `form:"status" json:"status" db:"status"`
	ModelTime
}

func (*Moments) PK

func (p *Moments) PK() string

func (*Moments) TableName

func (p *Moments) TableName() string

type Photos

type Photos struct {
	Id       int    `form:"id" json:"id" db:"id"`
	MomentId int    `form:"moment_id" json:"moment_id" db:"moment_id"`
	Url      string `form:"url" json:"url" db:"url"`
	ModelTime
}

func (*Photos) PK

func (p *Photos) PK() string

func (*Photos) TableName

func (p *Photos) TableName() string

type Users

type Users struct {
	Id          int            `form:"id" json:"id" db:"id"`
	Name        string         `form:"name" json:"name" db:"name"`
	Status      int            `form:"status" json:"status" db:"status"`
	SuccessTime sql.NullString `form:"-" json:"success_time" db:"success_time"`
	CreatedAt   time.Time      `form:"-" json:"created_at" db:"created_at" time_format:"2006-01-02 15:04:05"`
	UpdatedAt   time.Time      `form:"-" json:"updated_at" db:"updated_at" time_format:"2006-01-02 15:04:05"`
}

func (*Users) PK

func (u *Users) PK() string

func (*Users) TableName

func (u *Users) TableName() string

Jump to

Keyboard shortcuts

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