MCPcopy
hub / github.com/cloudfoundry/cli / CloudControllerUserRepository

Struct CloudControllerUserRepository

cf/api/users.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type CloudControllerUserRepository struct {
59 config coreconfig.Reader
60 uaaGateway net.Gateway
61 ccGateway net.Gateway
62}
63
64func NewCloudControllerUserRepository(config coreconfig.Reader, uaaGateway net.Gateway, ccGateway net.Gateway) (repo CloudControllerUserRepository) {
65 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected