user_oauth

package
v0.2.52 Latest Latest
Warning

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

Go to latest
Published: May 27, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const OAuthGoogle = 1

Variables

This section is empty.

Functions

This section is empty.

Types

type UserOAuth

type UserOAuth struct {
	models.BaseModel

	UserID     uint
	VendorType uint
	VendorID   string
}

type UserOperation

type UserOperation struct {
	ID        int    `json:"id"`         // 自动编号
	CreatedAt int    `json:"created_at"` // 创建时间
	UpdatedAt int    `json:"updated_at"` // 更新时间
	Status    int    `json:"status"`     // 记录状态: -1=删除 0=可正常使用
	OType     int    `json:"o_type"`     // 类型   0:发现页访问
	ArticleID string `json:"article_id"` // 文章编号
	InUid     string `json:"in_uid"`     // 用户内部编号(内部流转)
	GroupID   string `json:"group_id"`   // 圈子编号
	Extra     string `json:"extra"`
}

Jump to

Keyboard shortcuts

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