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

Struct Login

cf/commands/login.go:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const maxChoices = 50
25
26type Login struct {
27 ui terminal.UI
28 config coreconfig.ReadWriter
29 authenticator authentication.Repository
30 endpointRepo coreconfig.EndpointRepository
31 orgRepo organizations.OrganizationRepository
32 spaceRepo spaces.SpaceRepository
33}
34
35func init() {
36 commandregistry.Register(&Login{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected