Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyHeritage ¶
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() pezauth.Persistence
Collection - this allows us to get a mongo collection with a new session wrapped as a persistence interface implementation
type MyNewRelic ¶
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
Click to show internal directories.
Click to hide internal directories.