clientfakes

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeStorageClient

type FakeStorageClient struct {
	CopyStub func(string, string) error

	DeleteStub func(string) error

	DeleteRecursiveStub 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

	SignStub func(string, string, time.Duration) (string, error)

	SignInternalStub func(string, string, time.Duration) (string, error)

	SignPublicStub func(string, string, time.Duration) (string, error)
	// contains filtered or unexported fields
}

func (*FakeStorageClient) Copy

func (fake *FakeStorageClient) Copy(arg1 string, arg2 string) error

func (*FakeStorageClient) CopyArgsForCall

func (fake *FakeStorageClient) CopyArgsForCall(i int) (string, string)

func (*FakeStorageClient) CopyCallCount

func (fake *FakeStorageClient) CopyCallCount() int

func (*FakeStorageClient) CopyCalls

func (fake *FakeStorageClient) CopyCalls(stub func(string, string) error)

func (*FakeStorageClient) CopyReturns

func (fake *FakeStorageClient) CopyReturns(result1 error)

func (*FakeStorageClient) CopyReturnsOnCall

func (fake *FakeStorageClient) CopyReturnsOnCall(i int, result1 error)

func (*FakeStorageClient) Delete

func (fake *FakeStorageClient) Delete(arg1 string) error

func (*FakeStorageClient) DeleteArgsForCall

func (fake *FakeStorageClient) DeleteArgsForCall(i int) string

func (*FakeStorageClient) DeleteCallCount

func (fake *FakeStorageClient) DeleteCallCount() int

func (*FakeStorageClient) DeleteCalls

func (fake *FakeStorageClient) DeleteCalls(stub func(string) error)

func (*FakeStorageClient) DeleteRecursive

func (fake *FakeStorageClient) DeleteRecursive(arg1 string) error

func (*FakeStorageClient) DeleteRecursiveArgsForCall

func (fake *FakeStorageClient) DeleteRecursiveArgsForCall(i int) string

func (*FakeStorageClient) DeleteRecursiveCallCount

func (fake *FakeStorageClient) DeleteRecursiveCallCount() int

func (*FakeStorageClient) DeleteRecursiveCalls

func (fake *FakeStorageClient) DeleteRecursiveCalls(stub func(string) error)

func (*FakeStorageClient) DeleteRecursiveReturns

func (fake *FakeStorageClient) DeleteRecursiveReturns(result1 error)

func (*FakeStorageClient) DeleteRecursiveReturnsOnCall

func (fake *FakeStorageClient) DeleteRecursiveReturnsOnCall(i int, result1 error)

func (*FakeStorageClient) DeleteReturns

func (fake *FakeStorageClient) DeleteReturns(result1 error)

func (*FakeStorageClient) DeleteReturnsOnCall

func (fake *FakeStorageClient) DeleteReturnsOnCall(i int, result1 error)

func (*FakeStorageClient) EnsureStorageExists

func (fake *FakeStorageClient) EnsureStorageExists() error

func (*FakeStorageClient) EnsureStorageExistsCallCount

func (fake *FakeStorageClient) EnsureStorageExistsCallCount() int

func (*FakeStorageClient) EnsureStorageExistsCalls

func (fake *FakeStorageClient) EnsureStorageExistsCalls(stub func() error)

func (*FakeStorageClient) EnsureStorageExistsReturns

func (fake *FakeStorageClient) EnsureStorageExistsReturns(result1 error)

func (*FakeStorageClient) EnsureStorageExistsReturnsOnCall

func (fake *FakeStorageClient) EnsureStorageExistsReturnsOnCall(i int, result1 error)

func (*FakeStorageClient) Exists

func (fake *FakeStorageClient) Exists(arg1 string) (bool, error)

func (*FakeStorageClient) ExistsArgsForCall

func (fake *FakeStorageClient) ExistsArgsForCall(i int) string

func (*FakeStorageClient) ExistsCallCount

func (fake *FakeStorageClient) ExistsCallCount() int

func (*FakeStorageClient) ExistsCalls

func (fake *FakeStorageClient) ExistsCalls(stub func(string) (bool, error))

func (*FakeStorageClient) ExistsReturns

func (fake *FakeStorageClient) ExistsReturns(result1 bool, result2 error)

func (*FakeStorageClient) ExistsReturnsOnCall

func (fake *FakeStorageClient) ExistsReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeStorageClient) Get

func (fake *FakeStorageClient) Get(arg1 string) (io.ReadCloser, error)

func (*FakeStorageClient) GetArgsForCall

func (fake *FakeStorageClient) GetArgsForCall(i int) string

func (*FakeStorageClient) GetCallCount

func (fake *FakeStorageClient) GetCallCount() int

func (*FakeStorageClient) GetCalls

func (fake *FakeStorageClient) GetCalls(stub func(string) (io.ReadCloser, error))

func (*FakeStorageClient) GetReturns

func (fake *FakeStorageClient) GetReturns(result1 io.ReadCloser, result2 error)

func (*FakeStorageClient) GetReturnsOnCall

func (fake *FakeStorageClient) GetReturnsOnCall(i int, result1 io.ReadCloser, result2 error)

func (*FakeStorageClient) Invocations

func (fake *FakeStorageClient) Invocations() map[string][][]interface{}

func (*FakeStorageClient) List

func (fake *FakeStorageClient) List(arg1 string) ([]string, error)

func (*FakeStorageClient) ListArgsForCall

func (fake *FakeStorageClient) ListArgsForCall(i int) string

func (*FakeStorageClient) ListCallCount

func (fake *FakeStorageClient) ListCallCount() int

func (*FakeStorageClient) ListCalls

func (fake *FakeStorageClient) ListCalls(stub func(string) ([]string, error))

func (*FakeStorageClient) ListReturns

func (fake *FakeStorageClient) ListReturns(result1 []string, result2 error)

func (*FakeStorageClient) ListReturnsOnCall

func (fake *FakeStorageClient) ListReturnsOnCall(i int, result1 []string, result2 error)

func (*FakeStorageClient) Properties

func (fake *FakeStorageClient) Properties(arg1 string) error

func (*FakeStorageClient) PropertiesArgsForCall

func (fake *FakeStorageClient) PropertiesArgsForCall(i int) string

func (*FakeStorageClient) PropertiesCallCount

func (fake *FakeStorageClient) PropertiesCallCount() int

func (*FakeStorageClient) PropertiesCalls

func (fake *FakeStorageClient) PropertiesCalls(stub func(string) error)

func (*FakeStorageClient) PropertiesReturns

func (fake *FakeStorageClient) PropertiesReturns(result1 error)

func (*FakeStorageClient) PropertiesReturnsOnCall

func (fake *FakeStorageClient) PropertiesReturnsOnCall(i int, result1 error)

func (*FakeStorageClient) Put

func (fake *FakeStorageClient) Put(arg1 string, arg2 io.ReadCloser, arg3 int64) error

func (*FakeStorageClient) PutArgsForCall

func (fake *FakeStorageClient) PutArgsForCall(i int) (string, io.ReadCloser, int64)

func (*FakeStorageClient) PutCallCount

func (fake *FakeStorageClient) PutCallCount() int

func (*FakeStorageClient) PutCalls

func (fake *FakeStorageClient) PutCalls(stub func(string, io.ReadCloser, int64) error)

func (*FakeStorageClient) PutReturns

func (fake *FakeStorageClient) PutReturns(result1 error)

func (*FakeStorageClient) PutReturnsOnCall

func (fake *FakeStorageClient) PutReturnsOnCall(i int, result1 error)

func (*FakeStorageClient) Sign

func (fake *FakeStorageClient) Sign(arg1 string, arg2 string, arg3 time.Duration) (string, error)

func (*FakeStorageClient) SignArgsForCall

func (fake *FakeStorageClient) SignArgsForCall(i int) (string, string, time.Duration)

func (*FakeStorageClient) SignCallCount

func (fake *FakeStorageClient) SignCallCount() int

func (*FakeStorageClient) SignCalls

func (fake *FakeStorageClient) SignCalls(stub func(string, string, time.Duration) (string, error))

func (*FakeStorageClient) SignInternal

func (fake *FakeStorageClient) SignInternal(arg1 string, arg2 string, arg3 time.Duration) (string, error)

func (*FakeStorageClient) SignInternalArgsForCall

func (fake *FakeStorageClient) SignInternalArgsForCall(i int) (string, string, time.Duration)

func (*FakeStorageClient) SignInternalCallCount

func (fake *FakeStorageClient) SignInternalCallCount() int

func (*FakeStorageClient) SignInternalCalls

func (fake *FakeStorageClient) SignInternalCalls(stub func(string, string, time.Duration) (string, error))

func (*FakeStorageClient) SignInternalReturns

func (fake *FakeStorageClient) SignInternalReturns(result1 string, result2 error)

func (*FakeStorageClient) SignInternalReturnsOnCall

func (fake *FakeStorageClient) SignInternalReturnsOnCall(i int, result1 string, result2 error)

func (*FakeStorageClient) SignPublic

func (fake *FakeStorageClient) SignPublic(arg1 string, arg2 string, arg3 time.Duration) (string, error)

func (*FakeStorageClient) SignPublicArgsForCall

func (fake *FakeStorageClient) SignPublicArgsForCall(i int) (string, string, time.Duration)

func (*FakeStorageClient) SignPublicCallCount

func (fake *FakeStorageClient) SignPublicCallCount() int

func (*FakeStorageClient) SignPublicCalls

func (fake *FakeStorageClient) SignPublicCalls(stub func(string, string, time.Duration) (string, error))

func (*FakeStorageClient) SignPublicReturns

func (fake *FakeStorageClient) SignPublicReturns(result1 string, result2 error)

func (*FakeStorageClient) SignPublicReturnsOnCall

func (fake *FakeStorageClient) SignPublicReturnsOnCall(i int, result1 string, result2 error)

func (*FakeStorageClient) SignReturns

func (fake *FakeStorageClient) SignReturns(result1 string, result2 error)

func (*FakeStorageClient) SignReturnsOnCall

func (fake *FakeStorageClient) SignReturnsOnCall(i int, result1 string, result2 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL