model

package
v0.0.0-...-dcf0ecf Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2017 License: GPL-3.0 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 {
	FirstName     string        `json:"firstName" bson:"firstName"`
	LastName      string        `json:"lastName" bson:"lastName"`
	Email         string        `json:"email"`
	TwitterHandle string        `json:"twitterHandle" bson:"twitterHandle"`
	CreatedOn     time.Time     `json:"createdOn,Date" bson:"createdDate"`
	Id            bson.ObjectId `json:"id" bson:"_id,omitempty"`
}

Jump to

Keyboard shortcuts

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