models

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: May 17, 2019 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 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) DbName

func (p *Moments) DbName() string

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) DbName

func (p *Photos) DbName() string

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"`
	Type     int    `form:"type" json:"type" db:"type"`
	Openid   string `form:"openid" json:"openid" db:"openid"`
	NickName string `form:"nickname" json:"nickname" db:"nickname"`
	Avatar   string `form:"avatar" json:"avatar" db:"avatar"`
	City     string `form:"city" json:"city" db:"city"`
	Country  string `form:"country" json:"country" db:"country"`
	Gender   int    `form:"gender" json:"gender" db:"gender"`
	Province string `form:"province" json:"province" db:"province"`
	ModelTime
}

func (*Users) DbName

func (u *Users) DbName() string

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