integrations

package
v0.0.122 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2015 License: GPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyHeritage

type MyHeritage struct {
	LoginTarget string
	LoginUser   string
	LoginPass   string
	CCTarget    string
}

MyHeritage - integration wrapper for connections to heritage

func (*MyHeritage) New

func (s *MyHeritage) New(appEnv *cfenv.App) *MyHeritage

New - create a new heritage foundation integration wrapper

type MyMongo

type MyMongo struct {
	Col     *mgo.Collection
	Session *mgo.Session
	// contains filtered or unexported fields
}

MyMongo - integration wrapper for mongodb

func (*MyMongo) Collection added in v0.0.117

func (s *MyMongo) Collection() pezdispenser.Persistence

Collection - this allows us to get a mongo collection with a new session wrapped as a pezdispenser.Persistence interface implementation

func (*MyMongo) New

func (s *MyMongo) New(appEnv *cfenv.App) *MyMongo

New - create a new mongo integration wrapper

type MyNewRelic

type MyNewRelic struct {
	Key string
	App string
}

MyNewRelic - integration wrapper for connections to newrelic

func (*MyNewRelic) New

func (s *MyNewRelic) New(appEnv *cfenv.App) *MyNewRelic

New - create a new newrelic integration wrapper

type MyOAuth2

type MyOAuth2 struct {
	ID     string
	Secret string
}

MyOAuth2 - integration wrapper for oauth2

func (*MyOAuth2) New

func (s *MyOAuth2) New(appEnv *cfenv.App) *MyOAuth2

New - create a new oauth2 integration wrapper

type MyRedis

type MyRedis struct {
	URI  string
	Pass string
	Conn redis.Conn
}

MyRedis - integration wrapper for redis

func (*MyRedis) New

func (s *MyRedis) New(appEnv *cfenv.App) *MyRedis

New - create a new redis integration wrapper

Jump to

Keyboard shortcuts

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