github.com/asifdxtreme/cli@v6.1.3-0.20150123051144-9ead8700b4ae+incompatible/cf/endpoints.go (about)

     1  package cf
     2  
     3  type EndpointType string
     4  
     5  const (
     6  	UaaEndpointKey             EndpointType = "uaa"
     7  	LoggregatorEndpointKey                  = "loggregator"
     8  	CloudControllerEndpointKey              = "cloud_controller"
     9  )