Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BadResponseError ¶
type BadResponseError struct {
StatusCode int
}
func (*BadResponseError) Error ¶
func (b *BadResponseError) Error() string
type CcClient ¶
type CcClient interface { AppCrashed(guid string, appCrashed cc_messages.AppCrashedRequest, logger lager.Logger) error AppRescheduling(guid string, appRescheduling cc_messages.AppReschedulingRequest, logger lager.Logger) error AppReadinessChanged(guid string, AppReadinessChanged cc_messages.AppReadinessChangedRequest, logger lager.Logger) error }
Click to show internal directories.
Click to hide internal directories.