mongo

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 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

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

Jump to

Keyboard shortcuts

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