io

package
v0.0.0-...-e06aa91 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Id       bson.ObjectId `json:"id" bson:"_id"`
	Uuid     string        `json:"uuid"  bson:"uuid"`
	Email    string        `json:"email" bson:"email"`
	Phone    string        `json:"phone" bson:"phone"`
	Gender   string        `json:"gender" bson:"gender"`
	Dob      string        `json:"dob" bson:"dob"`
	Eid      string        `json:"eid" bson:"eid"`
	Password string        `json:"password" bson:"password"`
}

func (User) String

func (t User) String() string

Jump to

Keyboard shortcuts

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