Versions in this module Expand all Collapse all v0 v0.0.8 Jun 17, 2026 Changes in this version + type FakeStorageClient struct + CopyStub func(string, string) error + DeleteRecursiveStub func(string) error + DeleteStub func(string) error + EnsureStorageExistsStub func() error + ExistsStub func(string) (bool, error) + GetStub func(string) (io.ReadCloser, error) + ListStub func(string) ([]string, error) + PropertiesStub func(string) error + PutStub func(string, io.ReadCloser, int64) error + SignInternalStub func(string, string, time.Duration) (string, error) + SignPublicStub func(string, string, time.Duration) (string, error) + SignStub func(string, string, time.Duration) (string, error) + func (fake *FakeStorageClient) Copy(arg1 string, arg2 string) error + func (fake *FakeStorageClient) CopyArgsForCall(i int) (string, string) + func (fake *FakeStorageClient) CopyCallCount() int + func (fake *FakeStorageClient) CopyCalls(stub func(string, string) error) + func (fake *FakeStorageClient) CopyReturns(result1 error) + func (fake *FakeStorageClient) CopyReturnsOnCall(i int, result1 error) + func (fake *FakeStorageClient) Delete(arg1 string) error + func (fake *FakeStorageClient) DeleteArgsForCall(i int) string + func (fake *FakeStorageClient) DeleteCallCount() int + func (fake *FakeStorageClient) DeleteCalls(stub func(string) error) + func (fake *FakeStorageClient) DeleteRecursive(arg1 string) error + func (fake *FakeStorageClient) DeleteRecursiveArgsForCall(i int) string + func (fake *FakeStorageClient) DeleteRecursiveCallCount() int + func (fake *FakeStorageClient) DeleteRecursiveCalls(stub func(string) error) + func (fake *FakeStorageClient) DeleteRecursiveReturns(result1 error) + func (fake *FakeStorageClient) DeleteRecursiveReturnsOnCall(i int, result1 error) + func (fake *FakeStorageClient) DeleteReturns(result1 error) + func (fake *FakeStorageClient) DeleteReturnsOnCall(i int, result1 error) + func (fake *FakeStorageClient) EnsureStorageExists() error + func (fake *FakeStorageClient) EnsureStorageExistsCallCount() int + func (fake *FakeStorageClient) EnsureStorageExistsCalls(stub func() error) + func (fake *FakeStorageClient) EnsureStorageExistsReturns(result1 error) + func (fake *FakeStorageClient) EnsureStorageExistsReturnsOnCall(i int, result1 error) + func (fake *FakeStorageClient) Exists(arg1 string) (bool, error) + func (fake *FakeStorageClient) ExistsArgsForCall(i int) string + func (fake *FakeStorageClient) ExistsCallCount() int + func (fake *FakeStorageClient) ExistsCalls(stub func(string) (bool, error)) + func (fake *FakeStorageClient) ExistsReturns(result1 bool, result2 error) + func (fake *FakeStorageClient) ExistsReturnsOnCall(i int, result1 bool, result2 error) + func (fake *FakeStorageClient) Get(arg1 string) (io.ReadCloser, error) + func (fake *FakeStorageClient) GetArgsForCall(i int) string + func (fake *FakeStorageClient) GetCallCount() int + func (fake *FakeStorageClient) GetCalls(stub func(string) (io.ReadCloser, error)) + func (fake *FakeStorageClient) GetReturns(result1 io.ReadCloser, result2 error) + func (fake *FakeStorageClient) GetReturnsOnCall(i int, result1 io.ReadCloser, result2 error) + func (fake *FakeStorageClient) Invocations() map[string][][]interface{} + func (fake *FakeStorageClient) List(arg1 string) ([]string, error) + func (fake *FakeStorageClient) ListArgsForCall(i int) string + func (fake *FakeStorageClient) ListCallCount() int + func (fake *FakeStorageClient) ListCalls(stub func(string) ([]string, error)) + func (fake *FakeStorageClient) ListReturns(result1 []string, result2 error) + func (fake *FakeStorageClient) ListReturnsOnCall(i int, result1 []string, result2 error) + func (fake *FakeStorageClient) Properties(arg1 string) error + func (fake *FakeStorageClient) PropertiesArgsForCall(i int) string + func (fake *FakeStorageClient) PropertiesCallCount() int + func (fake *FakeStorageClient) PropertiesCalls(stub func(string) error) + func (fake *FakeStorageClient) PropertiesReturns(result1 error) + func (fake *FakeStorageClient) PropertiesReturnsOnCall(i int, result1 error) + func (fake *FakeStorageClient) Put(arg1 string, arg2 io.ReadCloser, arg3 int64) error + func (fake *FakeStorageClient) PutArgsForCall(i int) (string, io.ReadCloser, int64) + func (fake *FakeStorageClient) PutCallCount() int + func (fake *FakeStorageClient) PutCalls(stub func(string, io.ReadCloser, int64) error) + func (fake *FakeStorageClient) PutReturns(result1 error) + func (fake *FakeStorageClient) PutReturnsOnCall(i int, result1 error) + func (fake *FakeStorageClient) Sign(arg1 string, arg2 string, arg3 time.Duration) (string, error) + func (fake *FakeStorageClient) SignArgsForCall(i int) (string, string, time.Duration) + func (fake *FakeStorageClient) SignCallCount() int + func (fake *FakeStorageClient) SignCalls(stub func(string, string, time.Duration) (string, error)) + func (fake *FakeStorageClient) SignInternal(arg1 string, arg2 string, arg3 time.Duration) (string, error) + func (fake *FakeStorageClient) SignInternalArgsForCall(i int) (string, string, time.Duration) + func (fake *FakeStorageClient) SignInternalCallCount() int + func (fake *FakeStorageClient) SignInternalCalls(stub func(string, string, time.Duration) (string, error)) + func (fake *FakeStorageClient) SignInternalReturns(result1 string, result2 error) + func (fake *FakeStorageClient) SignInternalReturnsOnCall(i int, result1 string, result2 error) + func (fake *FakeStorageClient) SignPublic(arg1 string, arg2 string, arg3 time.Duration) (string, error) + func (fake *FakeStorageClient) SignPublicArgsForCall(i int) (string, string, time.Duration) + func (fake *FakeStorageClient) SignPublicCallCount() int + func (fake *FakeStorageClient) SignPublicCalls(stub func(string, string, time.Duration) (string, error)) + func (fake *FakeStorageClient) SignPublicReturns(result1 string, result2 error) + func (fake *FakeStorageClient) SignPublicReturnsOnCall(i int, result1 string, result2 error) + func (fake *FakeStorageClient) SignReturns(result1 string, result2 error) + func (fake *FakeStorageClient) SignReturnsOnCall(i int, result1 string, result2 error)