mongo

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2017 License: BSD-3-Clause Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	*mongo.Config `anonymous:"true"`
	Secret        string `json:"secret"`
}

func (*Config) Clone

func (c *Config) Clone() *Config

func (*Config) Validate

func (c *Config) Validate() error

type Session

type Session struct {
	*mongo.Session
	// contains filtered or unexported fields
}

func (*Session) DestroyPermissionsForUserByID

func (s *Session) DestroyPermissionsForUserByID(userID string) error

func (*Session) GroupIDFromUserID

func (s *Session) GroupIDFromUserID(userID string) (string, error)

type Store

type Store struct {
	*mongo.Store
	// contains filtered or unexported fields
}

func New

func New(logger log.Logger, config *Config) (*Store, error)

func (*Store) NewSession

func (s *Store) NewSession(logger log.Logger) (store.Session, error)

Jump to

Keyboard shortcuts

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