Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resources ¶
type Resources struct { Config *config.Config Log *log.Logger DB *database.DB MetaDB *database.MetaDB }
Resources provides a data structure for passing system Resources
func InitIntegrationTestingResources ¶
InitIntegrationTestingResources creates a default testing resource bundle for use with integration testing. The MongoDB server is contacted via the URI provided as by go test -args [MongoDB URI].
func InitResources ¶
InitResources grabs the configuration file and intitializes the configuration data returning a *Resources object which has all of the necessary configuration information
Click to show internal directories.
Click to hide internal directories.