Versions in this module Expand all Collapse all v0 v0.0.1 May 31, 2016 Changes in this version + type FakeCloudControllerClient struct + DoStub func(*http.Request) (*http.Response, error) + func (fake *FakeCloudControllerClient) Do(arg1 *http.Request) (*http.Response, error) + func (fake *FakeCloudControllerClient) DoArgsForCall(i int) *http.Request + func (fake *FakeCloudControllerClient) DoCallCount() int + func (fake *FakeCloudControllerClient) DoReturns(result1 *http.Response, result2 error) + type FakeConnection struct + AccessTokenStub func() (string, error) + ApiEndpointStub func() (string, error) + CliCommandWithoutTerminalOutputStub func(args ...string) ([]string, error) + GetAppStub func(string) (plugin_models.GetAppModel, error) + GetOrgStub func(string) (plugin_models.GetOrg_Model, error) + GetSpaceStub func(string) (plugin_models.GetSpace_Model, error) + IsLoggedInStub func() (bool, error) + IsSSLDisabledStub func() (bool, error) + UsernameStub func() (string, error) + func (fake *FakeConnection) AccessToken() (string, error) + func (fake *FakeConnection) AccessTokenCallCount() int + func (fake *FakeConnection) AccessTokenReturns(result1 string, result2 error) + func (fake *FakeConnection) ApiEndpoint() (string, error) + func (fake *FakeConnection) ApiEndpointCallCount() int + func (fake *FakeConnection) ApiEndpointReturns(result1 string, result2 error) + func (fake *FakeConnection) CliCommandWithoutTerminalOutput(args ...string) ([]string, error) + func (fake *FakeConnection) CliCommandWithoutTerminalOutputArgsForCall(i int) []string + func (fake *FakeConnection) CliCommandWithoutTerminalOutputCallCount() int + func (fake *FakeConnection) CliCommandWithoutTerminalOutputReturns(result1 []string, result2 error) + func (fake *FakeConnection) GetApp(arg1 string) (plugin_models.GetAppModel, error) + func (fake *FakeConnection) GetAppArgsForCall(i int) string + func (fake *FakeConnection) GetAppCallCount() int + func (fake *FakeConnection) GetAppReturns(result1 plugin_models.GetAppModel, result2 error) + func (fake *FakeConnection) GetOrg(arg1 string) (plugin_models.GetOrg_Model, error) + func (fake *FakeConnection) GetOrgArgsForCall(i int) string + func (fake *FakeConnection) GetOrgCallCount() int + func (fake *FakeConnection) GetOrgReturns(result1 plugin_models.GetOrg_Model, result2 error) + func (fake *FakeConnection) GetSpace(arg1 string) (plugin_models.GetSpace_Model, error) + func (fake *FakeConnection) GetSpaceArgsForCall(i int) string + func (fake *FakeConnection) GetSpaceCallCount() int + func (fake *FakeConnection) GetSpaceReturns(result1 plugin_models.GetSpace_Model, result2 error) + func (fake *FakeConnection) IsLoggedIn() (bool, error) + func (fake *FakeConnection) IsLoggedInCallCount() int + func (fake *FakeConnection) IsLoggedInReturns(result1 bool, result2 error) + func (fake *FakeConnection) IsSSLDisabled() (bool, error) + func (fake *FakeConnection) IsSSLDisabledCallCount() int + func (fake *FakeConnection) IsSSLDisabledReturns(result1 bool, result2 error) + func (fake *FakeConnection) Username() (string, error) + func (fake *FakeConnection) UsernameCallCount() int + func (fake *FakeConnection) UsernameReturns(result1 string, result2 error) + type FakeFilter struct + ToFilterQueryParamStub func() string + func (fake *FakeFilter) ToFilterQueryParam() string + func (fake *FakeFilter) ToFilterQueryParamCallCount() int + func (fake *FakeFilter) ToFilterQueryParamReturns(result1 string) + type FakePaginatedParser struct + ParseStub func([]byte) (api.PaginatedResponse, error) + func (fake *FakePaginatedParser) Parse(arg1 []byte) (api.PaginatedResponse, error) + func (fake *FakePaginatedParser) ParseArgsForCall(i int) []byte + func (fake *FakePaginatedParser) ParseCallCount() int + func (fake *FakePaginatedParser) ParseReturns(result1 api.PaginatedResponse, result2 error) + type FakeRequestFactory struct + Stub func(api.Filter, map[string]interface{}) (*http.Request, error) + func (fake *FakeRequestFactory) ArgsForCall(i int) (api.Filter, map[string]interface{}) + func (fake *FakeRequestFactory) CallCount() int + func (fake *FakeRequestFactory) Returns(result1 *http.Request, result2 error) + func (fake *FakeRequestFactory) Spy(arg1 api.Filter, arg2 map[string]interface{}) (*http.Request, error)