18F/e-QIP-prototype

View on GitHub
api/mock/cloudfoundry.go

Summary

Maintainability
A
0 mins
Test Coverage
package mock

// CloudFoundry mock implementation.
type CloudFoundry struct{}

// Configure the settings per the CloudFoundry environment.
func (env CloudFoundry) Configure() {
}