Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeHTTPBlobProvider
- func (fake *FakeHTTPBlobProvider) Get(arg1 string, arg2 crypto.Digest) (string, error)
- func (fake *FakeHTTPBlobProvider) GetArgsForCall(i int) (string, crypto.Digest)
- func (fake *FakeHTTPBlobProvider) GetCallCount() int
- func (fake *FakeHTTPBlobProvider) GetCalls(stub func(string, crypto.Digest) (string, error))
- func (fake *FakeHTTPBlobProvider) GetReturns(result1 string, result2 error)
- func (fake *FakeHTTPBlobProvider) GetReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeHTTPBlobProvider) Invocations() map[string][][]interface{}
- func (fake *FakeHTTPBlobProvider) Upload(arg1 string, arg2 string) (crypto.MultipleDigest, error)
- func (fake *FakeHTTPBlobProvider) UploadArgsForCall(i int) (string, string)
- func (fake *FakeHTTPBlobProvider) UploadCallCount() int
- func (fake *FakeHTTPBlobProvider) UploadCalls(stub func(string, string) (crypto.MultipleDigest, error))
- func (fake *FakeHTTPBlobProvider) UploadReturns(result1 crypto.MultipleDigest, result2 error)
- func (fake *FakeHTTPBlobProvider) UploadReturnsOnCall(i int, result1 crypto.MultipleDigest, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHTTPBlobProvider ¶
type FakeHTTPBlobProvider struct { GetStub func(string, crypto.Digest) (string, error) UploadStub func(string, string) (crypto.MultipleDigest, error) // contains filtered or unexported fields }
func (*FakeHTTPBlobProvider) GetArgsForCall ¶
func (fake *FakeHTTPBlobProvider) GetArgsForCall(i int) (string, crypto.Digest)
func (*FakeHTTPBlobProvider) GetCallCount ¶
func (fake *FakeHTTPBlobProvider) GetCallCount() int
func (*FakeHTTPBlobProvider) GetReturns ¶
func (fake *FakeHTTPBlobProvider) GetReturns(result1 string, result2 error)
func (*FakeHTTPBlobProvider) GetReturnsOnCall ¶
func (fake *FakeHTTPBlobProvider) GetReturnsOnCall(i int, result1 string, result2 error)
func (*FakeHTTPBlobProvider) Invocations ¶
func (fake *FakeHTTPBlobProvider) Invocations() map[string][][]interface{}
func (*FakeHTTPBlobProvider) Upload ¶
func (fake *FakeHTTPBlobProvider) Upload(arg1 string, arg2 string) (crypto.MultipleDigest, error)
func (*FakeHTTPBlobProvider) UploadArgsForCall ¶
func (fake *FakeHTTPBlobProvider) UploadArgsForCall(i int) (string, string)
func (*FakeHTTPBlobProvider) UploadCallCount ¶
func (fake *FakeHTTPBlobProvider) UploadCallCount() int
func (*FakeHTTPBlobProvider) UploadCalls ¶
func (fake *FakeHTTPBlobProvider) UploadCalls(stub func(string, string) (crypto.MultipleDigest, error))
func (*FakeHTTPBlobProvider) UploadReturns ¶
func (fake *FakeHTTPBlobProvider) UploadReturns(result1 crypto.MultipleDigest, result2 error)
func (*FakeHTTPBlobProvider) UploadReturnsOnCall ¶
func (fake *FakeHTTPBlobProvider) UploadReturnsOnCall(i int, result1 crypto.MultipleDigest, result2 error)
Click to show internal directories.
Click to hide internal directories.