github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+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  )