Documentation ¶
Overview ¶
Package mongostore implements stores declared in the top-level stores package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountsStore ¶
type AccountsStore struct {
// contains filtered or unexported fields
}
func NewAccountsStore ¶
func NewAccountsStore(s *mgo.Session) *AccountsStore
type PasswordStore ¶
type PasswordStore struct {
// contains filtered or unexported fields
}
func NewPasswordStore ¶
func NewPasswordStore(s *mgo.Session) *PasswordStore
func (PasswordStore) SetPassword ¶
type UsersStore ¶
type UsersStore struct {
// contains filtered or unexported fields
}
func NewUsersStore ¶
func NewUsersStore(s *mgo.Session) *UsersStore
Click to show internal directories.
Click to hide internal directories.