userModel

package
v0.0.0-...-38dfcaa Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2016 License: Apache-2.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 UserInfo

type UserInfo struct {
	ID         bson.ObjectId `bson:"_id,omitempty"`
	UserName   string        `bson:"user_name" json:"user_name"`
	UserEmail  string        `bson:"user_email" json:"user_email"`
	UserMobile string        `bson:"user_mobile" json:"user_mobile"`
	UserPwd    string        `bson:"user_pwd" json:"user_pwd"`
	UserQQ     string        `bson:"user_qq" json:"user_qq"`
	UserWechat string        `bson:"user_wechat" json:"user_wechat"`
}

** TYPES

Jump to

Keyboard shortcuts

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