s3

package
v0.30.13 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientService

type ClientService struct {
	mock.Mock
}

ClientService is an autogenerated mock type for the ClientService type

func NewClientService added in v0.18.21

func NewClientService(t interface {
	mock.TestingT
	Cleanup(func())
}) *ClientService

NewClientService creates a new instance of ClientService. 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 (*ClientService) Creates3

func (_mock *ClientService) Creates3(params *s3.Creates3Params, authInfo runtime.ClientAuthInfoWriter, opts ...s3.ClientOption) (*s3.Creates3OK, error)

Creates3 provides a mock function for the type ClientService

func (*ClientService) Deletes3

func (_mock *ClientService) Deletes3(params *s3.Deletes3Params, authInfo runtime.ClientAuthInfoWriter, opts ...s3.ClientOption) (*s3.Deletes3OK, error)

Deletes3 provides a mock function for the type ClientService

func (*ClientService) EXPECT added in v0.30.9

func (_m *ClientService) EXPECT() *ClientService_Expecter

func (*ClientService) Gets3

func (_mock *ClientService) Gets3(params *s3.Gets3Params, authInfo runtime.ClientAuthInfoWriter, opts ...s3.ClientOption) (*s3.Gets3OK, error)

Gets3 provides a mock function for the type ClientService

func (*ClientService) Lists3

func (_mock *ClientService) Lists3(params *s3.Lists3Params, authInfo runtime.ClientAuthInfoWriter, opts ...s3.ClientOption) (*s3.Lists3OK, error)

Lists3 provides a mock function for the type ClientService

func (*ClientService) Lists3partitions

func (_mock *ClientService) Lists3partitions(params *s3.Lists3partitionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...s3.ClientOption) (*s3.Lists3partitionsOK, error)

Lists3partitions provides a mock function for the type ClientService

func (*ClientService) SetTransport

func (_mock *ClientService) SetTransport(transport runtime.ClientTransport)

SetTransport provides a mock function for the type ClientService

func (*ClientService) Updates3

func (_mock *ClientService) Updates3(params *s3.Updates3Params, authInfo runtime.ClientAuthInfoWriter, opts ...s3.ClientOption) (*s3.Updates3OK, error)

Updates3 provides a mock function for the type ClientService

type ClientService_Creates3_Call added in v0.30.9

type ClientService_Creates3_Call struct {
	*mock.Call
}

ClientService_Creates3_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Creates3'

func (*ClientService_Creates3_Call) Return added in v0.30.9

func (*ClientService_Creates3_Call) Run added in v0.30.9

func (*ClientService_Creates3_Call) RunAndReturn added in v0.30.9

type ClientService_Deletes3_Call added in v0.30.9

type ClientService_Deletes3_Call struct {
	*mock.Call
}

ClientService_Deletes3_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Deletes3'

func (*ClientService_Deletes3_Call) Return added in v0.30.9

func (*ClientService_Deletes3_Call) Run added in v0.30.9

func (*ClientService_Deletes3_Call) RunAndReturn added in v0.30.9

type ClientService_Expecter added in v0.30.9

type ClientService_Expecter struct {
	// contains filtered or unexported fields
}

func (*ClientService_Expecter) Creates3 added in v0.30.9

func (_e *ClientService_Expecter) Creates3(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_Creates3_Call

Creates3 is a helper method to define mock.On call

  • params *s3.Creates3Params
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...s3.ClientOption

func (*ClientService_Expecter) Deletes3 added in v0.30.9

func (_e *ClientService_Expecter) Deletes3(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_Deletes3_Call

Deletes3 is a helper method to define mock.On call

  • params *s3.Deletes3Params
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...s3.ClientOption

func (*ClientService_Expecter) Gets3 added in v0.30.9

func (_e *ClientService_Expecter) Gets3(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_Gets3_Call

Gets3 is a helper method to define mock.On call

  • params *s3.Gets3Params
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...s3.ClientOption

func (*ClientService_Expecter) Lists3 added in v0.30.9

func (_e *ClientService_Expecter) Lists3(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_Lists3_Call

Lists3 is a helper method to define mock.On call

  • params *s3.Lists3Params
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...s3.ClientOption

func (*ClientService_Expecter) Lists3partitions added in v0.30.9

func (_e *ClientService_Expecter) Lists3partitions(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_Lists3partitions_Call

Lists3partitions is a helper method to define mock.On call

  • params *s3.Lists3partitionsParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...s3.ClientOption

func (*ClientService_Expecter) SetTransport added in v0.30.9

func (_e *ClientService_Expecter) SetTransport(transport interface{}) *ClientService_SetTransport_Call

SetTransport is a helper method to define mock.On call

  • transport runtime.ClientTransport

func (*ClientService_Expecter) Updates3 added in v0.30.9

func (_e *ClientService_Expecter) Updates3(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_Updates3_Call

Updates3 is a helper method to define mock.On call

  • params *s3.Updates3Params
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...s3.ClientOption

type ClientService_Gets3_Call added in v0.30.9

type ClientService_Gets3_Call struct {
	*mock.Call
}

ClientService_Gets3_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Gets3'

func (*ClientService_Gets3_Call) Return added in v0.30.9

func (*ClientService_Gets3_Call) Run added in v0.30.9

func (*ClientService_Gets3_Call) RunAndReturn added in v0.30.9

func (_c *ClientService_Gets3_Call) RunAndReturn(run func(params *s3.Gets3Params, authInfo runtime.ClientAuthInfoWriter, opts ...s3.ClientOption) (*s3.Gets3OK, error)) *ClientService_Gets3_Call

type ClientService_Lists3_Call added in v0.30.9

type ClientService_Lists3_Call struct {
	*mock.Call
}

ClientService_Lists3_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Lists3'

func (*ClientService_Lists3_Call) Return added in v0.30.9

func (*ClientService_Lists3_Call) Run added in v0.30.9

func (*ClientService_Lists3_Call) RunAndReturn added in v0.30.9

type ClientService_Lists3partitions_Call added in v0.30.9

type ClientService_Lists3partitions_Call struct {
	*mock.Call
}

ClientService_Lists3partitions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Lists3partitions'

func (*ClientService_Lists3partitions_Call) Return added in v0.30.9

func (*ClientService_Lists3partitions_Call) Run added in v0.30.9

func (*ClientService_Lists3partitions_Call) RunAndReturn added in v0.30.9

type ClientService_SetTransport_Call added in v0.30.9

type ClientService_SetTransport_Call struct {
	*mock.Call
}

ClientService_SetTransport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetTransport'

func (*ClientService_SetTransport_Call) Return added in v0.30.9

func (*ClientService_SetTransport_Call) Run added in v0.30.9

func (*ClientService_SetTransport_Call) RunAndReturn added in v0.30.9

type ClientService_Updates3_Call added in v0.30.9

type ClientService_Updates3_Call struct {
	*mock.Call
}

ClientService_Updates3_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Updates3'

func (*ClientService_Updates3_Call) Return added in v0.30.9

func (*ClientService_Updates3_Call) Run added in v0.30.9

func (*ClientService_Updates3_Call) RunAndReturn added in v0.30.9

Jump to

Keyboard shortcuts

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