github.com/mattyw/juju@v0.0.0-20140610034352-732aecd63861/agent/mongo/export_test.go (about) 1 // Copyright 2014 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 package mongo 5 6 var ( 7 MakeJournalDirs = makeJournalDirs 8 MongoConfigPath = &mongoConfigPath 9 NoauthCommand = noauthCommand 10 ProcessSignal = &processSignal 11 SharedSecretPath = sharedSecretPath 12 SSLKeyPath = sslKeyPath 13 UpstartConfInstall = &upstartConfInstall 14 UpstartService = upstartService 15 UpstartServiceStopAndRemove = &upstartServiceStopAndRemove 16 UpstartServiceStop = &upstartServiceStop 17 UpstartServiceStart = &upstartServiceStart 18 )