Documentation ¶
Overview ¶
Package shared should not be imported by external consumers. It was not designed for external use.
Index ¶
- func HandleError(err error) error
- func NewClients(config command.Config, ui command.UI, targetCF bool) (*ccv3.Client, *uaa.Client, error)
- func NewNOAAClient(apiURL string, config command.Config, uaaClient *uaa.Client, ui command.UI) *consumer.Consumer
- func PollStage(buildStream <-chan v3action.Build, warningsStream <-chan v3action.Warnings, ...) (string, error)
- type AppSummaryDisplayer
- type DebugPrinter
- type RequestLoggerOutput
- type V2AppRouteActor
- type V3AppSummaryActor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
func NewClients ¶
func NewClients(config command.Config, ui command.UI, targetCF bool) (*ccv3.Client, *uaa.Client, error)
NewClients creates a new V3 Cloud Controller client and UAA client using the passed in config.
Types ¶
type AppSummaryDisplayer ¶
type AppSummaryDisplayer struct { UI command.UI Config command.Config Actor V3AppSummaryActor V2AppRouteActor V2AppRouteActor AppName string }
func (AppSummaryDisplayer) DisplayAppInfo ¶
func (display AppSummaryDisplayer) DisplayAppInfo() error
type DebugPrinter ¶
type DebugPrinter struct {
// contains filtered or unexported fields
}
func (DebugPrinter) Print ¶
func (p DebugPrinter) Print(title string, dump string)
type RequestLoggerOutput ¶
type V2AppRouteActor ¶
type V3AppSummaryActor ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.