Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + func DecodeJSON(raw []byte, v interface{}) error + type CloudControllerConnection struct + HTTPClient *http.Client + UserAgent string + func NewConnection(config Config) *CloudControllerConnection + func (connection *CloudControllerConnection) Make(request *Request, passedResponse *Response) error + type Config struct + DialTimeout time.Duration + SkipSSLValidation bool + type Connection interface + Make func(request *Request, passedResponse *Response) error + type Pipebomb struct + func NewPipeBomb() (*Pipebomb, io.WriteCloser) + func (*Pipebomb) Seek(offset int64, whence int) (int64, error) + type Request struct + func NewRequest(request *http.Request, body io.ReadSeeker) *Request + func (r *Request) ResetBody() error + type Response struct + DecodeJSONResponseInto interface{} + HTTPResponse *http.Response + RawResponse []byte + ResourceLocationURL string + Warnings []string Other modules containing this package github.com/LukasHeimann/cloudfoundrycli