mongodb

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2016 License: MIT Imports: 3 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 `bson:"_id"`
	Email string        `bson:"email"`
}

type UserStore

type UserStore struct {
	// contains filtered or unexported fields
}

func NewUserStore

func NewUserStore(users *mgo.Collection) *UserStore

func (*UserStore) LoadUser

func (store *UserStore) LoadUser(sessionCookie string) (*users.User, error)

func (*UserStore) StoreUser

func (store *UserStore) StoreUser(user *users.User) (string, error)

Jump to

Keyboard shortcuts

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