mongodb

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SocialLink struct {
	UserKey  string `bson:"userKey"`
	UserName string `bson:"userName"`
}

type User

type User struct {
	Id          bson.ObjectId          `bson:"_id"`
	Email       string                 `bson:"email"`
	SocialLinks map[string]*SocialLink `bson:"links,omitempty"`
}

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