models

package
v0.0.0-...-472fa29 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2016 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

用户

Index

Constants

View Source
const USER_COLLECTION = "sys_user"

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Id       bson.ObjectId `json:"id" bson:"_id"`
	Code     string        //登陆名
	Name     string        //显示名
	Password string        //密码
	Email    string        //邮箱
}

func (*User) Add

func (this *User) Add(config *Config) error

Jump to

Keyboard shortcuts

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