Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetryableUploaderWrapper ¶
RetryableUploaderWrapper is an autogenerated mock type for the RetryableUploaderWrapper type
func NewRetryableUploaderWrapper ¶
func NewRetryableUploaderWrapper(t interface { mock.TestingT Cleanup(func()) }) *RetryableUploaderWrapper
NewRetryableUploaderWrapper creates a new instance of RetryableUploaderWrapper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*RetryableUploaderWrapper) RetryUpload ¶
func (_m *RetryableUploaderWrapper) RetryUpload() error
RetryUpload provides a mock function with no fields
func (*RetryableUploaderWrapper) Upload ¶
func (_m *RetryableUploaderWrapper) Upload(computationResult *execution.ComputationResult) error
Upload provides a mock function with given fields: computationResult
type Uploader ¶
Uploader is an autogenerated mock type for the Uploader type
func NewUploader ¶
NewUploader creates a new instance of Uploader. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.