| 11 | ) |
| 12 | |
| 13 | type FakeRequester struct { |
| 14 | InitializeConnectionStub func(ccv3.TargetSettings) |
| 15 | initializeConnectionMutex sync.RWMutex |
| 16 | initializeConnectionArgsForCall []struct { |
| 17 | arg1 ccv3.TargetSettings |
| 18 | } |
| 19 | InitializeRouterStub func(string) |
| 20 | initializeRouterMutex sync.RWMutex |
| 21 | initializeRouterArgsForCall []struct { |
| 22 | arg1 string |
| 23 | } |
| 24 | MakeListRequestStub func(ccv3.RequestParams) (ccv3.IncludedResources, ccv3.Warnings, error) |
| 25 | makeListRequestMutex sync.RWMutex |
| 26 | makeListRequestArgsForCall []struct { |
| 27 | arg1 ccv3.RequestParams |
| 28 | } |
| 29 | makeListRequestReturns struct { |
| 30 | result1 ccv3.IncludedResources |
| 31 | result2 ccv3.Warnings |
| 32 | result3 error |
| 33 | } |
| 34 | makeListRequestReturnsOnCall map[int]struct { |
| 35 | result1 ccv3.IncludedResources |
| 36 | result2 ccv3.Warnings |
| 37 | result3 error |
| 38 | } |
| 39 | MakeRequestStub func(ccv3.RequestParams) (ccv3.JobURL, ccv3.Warnings, error) |
| 40 | makeRequestMutex sync.RWMutex |
| 41 | makeRequestArgsForCall []struct { |
| 42 | arg1 ccv3.RequestParams |
| 43 | } |
| 44 | makeRequestReturns struct { |
| 45 | result1 ccv3.JobURL |
| 46 | result2 ccv3.Warnings |
| 47 | result3 error |
| 48 | } |
| 49 | makeRequestReturnsOnCall map[int]struct { |
| 50 | result1 ccv3.JobURL |
| 51 | result2 ccv3.Warnings |
| 52 | result3 error |
| 53 | } |
| 54 | MakeRequestReceiveRawStub func(string, internal.Params, string) ([]byte, ccv3.Warnings, error) |
| 55 | makeRequestReceiveRawMutex sync.RWMutex |
| 56 | makeRequestReceiveRawArgsForCall []struct { |
| 57 | arg1 string |
| 58 | arg2 internal.Params |
| 59 | arg3 string |
| 60 | } |
| 61 | makeRequestReceiveRawReturns struct { |
| 62 | result1 []byte |
| 63 | result2 ccv3.Warnings |
| 64 | result3 error |
| 65 | } |
| 66 | makeRequestReceiveRawReturnsOnCall map[int]struct { |
| 67 | result1 []byte |
| 68 | result2 ccv3.Warnings |
| 69 | result3 error |
| 70 | } |
nothing calls this directly
no outgoing calls
no test coverage detected