Documentation ¶
Overview ¶
Package shared should not be imported by external consumers. It was not designed for external use.
Index ¶
- func DisplayAppSummary(ui command.UI, appSummary v2action.ApplicationSummary)
- func HandleError(err error) error
- func NewClients(config command.Config, ui command.UI) (*ccv2.Client, *uaa.Client, error)
- type HTTPHealthCheckInvalidError
- type JobFailedError
- type JobTimeoutError
- type NoOrganizationTargetedError
- type OrganizationNotFoundError
- type SpaceNotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplayAppSummary ¶
func DisplayAppSummary(ui command.UI, appSummary v2action.ApplicationSummary)
DisplayAppSummary displays the application summary to the UI.
func HandleError ¶
Types ¶
type HTTPHealthCheckInvalidError ¶
type HTTPHealthCheckInvalidError struct { }
func (HTTPHealthCheckInvalidError) Error ¶
func (e HTTPHealthCheckInvalidError) Error() string
type JobFailedError ¶
func (JobFailedError) Error ¶
func (e JobFailedError) Error() string
type JobTimeoutError ¶
func (JobTimeoutError) Error ¶
func (e JobTimeoutError) Error() string
type NoOrganizationTargetedError ¶
type NoOrganizationTargetedError struct{}
func (NoOrganizationTargetedError) Error ¶
func (e NoOrganizationTargetedError) Error() string
type OrganizationNotFoundError ¶
type OrganizationNotFoundError struct {
Name string
}
func (OrganizationNotFoundError) Error ¶
func (e OrganizationNotFoundError) Error() string
type SpaceNotFoundError ¶
type SpaceNotFoundError struct {
Name string
}
func (SpaceNotFoundError) Error ¶
func (e SpaceNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.