mocks

package
v1.6.2 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// SDKServerURL is the synthetic URL of the mock server.
	SDKServerURL = "https://us.mock.konghq.com"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCACertificatesSDK

type MockCACertificatesSDK struct {
	mock.Mock
}

MockCACertificatesSDK is an autogenerated mock type for the CACertificatesSDK type

func NewMockCACertificatesSDK

func NewMockCACertificatesSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCACertificatesSDK

NewMockCACertificatesSDK creates a new instance of MockCACertificatesSDK. 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 (*MockCACertificatesSDK) CreateCaCertificate

func (_mock *MockCACertificatesSDK) CreateCaCertificate(ctx context.Context, controlPlaneID string, caCertificate components.CACertificate, opts ...operations.Option) (*operations.CreateCaCertificateResponse, error)

CreateCaCertificate provides a mock function for the type MockCACertificatesSDK

func (*MockCACertificatesSDK) DeleteCaCertificate

func (_mock *MockCACertificatesSDK) DeleteCaCertificate(ctx context.Context, controlPlaneID string, caCertificateID string, opts ...operations.Option) (*operations.DeleteCaCertificateResponse, error)

DeleteCaCertificate provides a mock function for the type MockCACertificatesSDK

func (*MockCACertificatesSDK) EXPECT

func (*MockCACertificatesSDK) ListCaCertificate

ListCaCertificate provides a mock function for the type MockCACertificatesSDK

func (*MockCACertificatesSDK) UpsertCaCertificate

UpsertCaCertificate provides a mock function for the type MockCACertificatesSDK

type MockCACertificatesSDK_CreateCaCertificate_Call

type MockCACertificatesSDK_CreateCaCertificate_Call struct {
	*mock.Call
}

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

func (*MockCACertificatesSDK_CreateCaCertificate_Call) Return

func (*MockCACertificatesSDK_CreateCaCertificate_Call) Run

func (*MockCACertificatesSDK_CreateCaCertificate_Call) RunAndReturn

type MockCACertificatesSDK_DeleteCaCertificate_Call

type MockCACertificatesSDK_DeleteCaCertificate_Call struct {
	*mock.Call
}

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

func (*MockCACertificatesSDK_DeleteCaCertificate_Call) Return

func (*MockCACertificatesSDK_DeleteCaCertificate_Call) Run

func (*MockCACertificatesSDK_DeleteCaCertificate_Call) RunAndReturn

type MockCACertificatesSDK_Expecter

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

func (*MockCACertificatesSDK_Expecter) CreateCaCertificate

func (_e *MockCACertificatesSDK_Expecter) CreateCaCertificate(ctx interface{}, controlPlaneID interface{}, caCertificate interface{}, opts ...interface{}) *MockCACertificatesSDK_CreateCaCertificate_Call

CreateCaCertificate is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • caCertificate
  • opts

func (*MockCACertificatesSDK_Expecter) DeleteCaCertificate

func (_e *MockCACertificatesSDK_Expecter) DeleteCaCertificate(ctx interface{}, controlPlaneID interface{}, caCertificateID interface{}, opts ...interface{}) *MockCACertificatesSDK_DeleteCaCertificate_Call

DeleteCaCertificate is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • caCertificateID
  • opts

func (*MockCACertificatesSDK_Expecter) ListCaCertificate

func (_e *MockCACertificatesSDK_Expecter) ListCaCertificate(ctx interface{}, request interface{}, opts ...interface{}) *MockCACertificatesSDK_ListCaCertificate_Call

ListCaCertificate is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockCACertificatesSDK_Expecter) UpsertCaCertificate

func (_e *MockCACertificatesSDK_Expecter) UpsertCaCertificate(ctx interface{}, request interface{}, opts ...interface{}) *MockCACertificatesSDK_UpsertCaCertificate_Call

UpsertCaCertificate is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockCACertificatesSDK_ListCaCertificate_Call

type MockCACertificatesSDK_ListCaCertificate_Call struct {
	*mock.Call
}

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

func (*MockCACertificatesSDK_ListCaCertificate_Call) Return

func (*MockCACertificatesSDK_ListCaCertificate_Call) Run

type MockCACertificatesSDK_UpsertCaCertificate_Call

type MockCACertificatesSDK_UpsertCaCertificate_Call struct {
	*mock.Call
}

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

func (*MockCACertificatesSDK_UpsertCaCertificate_Call) Return

func (*MockCACertificatesSDK_UpsertCaCertificate_Call) Run

type MockCertificatesSDK

type MockCertificatesSDK struct {
	mock.Mock
}

MockCertificatesSDK is an autogenerated mock type for the CertificatesSDK type

func NewMockCertificatesSDK

func NewMockCertificatesSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCertificatesSDK

NewMockCertificatesSDK creates a new instance of MockCertificatesSDK. 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 (*MockCertificatesSDK) CreateCertificate

func (_mock *MockCertificatesSDK) CreateCertificate(ctx context.Context, controlPlaneID string, certificate components.Certificate, opts ...operations.Option) (*operations.CreateCertificateResponse, error)

CreateCertificate provides a mock function for the type MockCertificatesSDK

func (*MockCertificatesSDK) DeleteCertificate

func (_mock *MockCertificatesSDK) DeleteCertificate(ctx context.Context, controlPlaneID string, certificateID string, opts ...operations.Option) (*operations.DeleteCertificateResponse, error)

DeleteCertificate provides a mock function for the type MockCertificatesSDK

func (*MockCertificatesSDK) EXPECT

func (*MockCertificatesSDK) ListCertificate

ListCertificate provides a mock function for the type MockCertificatesSDK

func (*MockCertificatesSDK) UpsertCertificate

UpsertCertificate provides a mock function for the type MockCertificatesSDK

type MockCertificatesSDK_CreateCertificate_Call

type MockCertificatesSDK_CreateCertificate_Call struct {
	*mock.Call
}

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

func (*MockCertificatesSDK_CreateCertificate_Call) Return

func (*MockCertificatesSDK_CreateCertificate_Call) Run

func (*MockCertificatesSDK_CreateCertificate_Call) RunAndReturn

type MockCertificatesSDK_DeleteCertificate_Call

type MockCertificatesSDK_DeleteCertificate_Call struct {
	*mock.Call
}

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

func (*MockCertificatesSDK_DeleteCertificate_Call) Return

func (*MockCertificatesSDK_DeleteCertificate_Call) Run

func (*MockCertificatesSDK_DeleteCertificate_Call) RunAndReturn

type MockCertificatesSDK_Expecter

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

func (*MockCertificatesSDK_Expecter) CreateCertificate

func (_e *MockCertificatesSDK_Expecter) CreateCertificate(ctx interface{}, controlPlaneID interface{}, certificate interface{}, opts ...interface{}) *MockCertificatesSDK_CreateCertificate_Call

CreateCertificate is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • certificate
  • opts

func (*MockCertificatesSDK_Expecter) DeleteCertificate

func (_e *MockCertificatesSDK_Expecter) DeleteCertificate(ctx interface{}, controlPlaneID interface{}, certificateID interface{}, opts ...interface{}) *MockCertificatesSDK_DeleteCertificate_Call

DeleteCertificate is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • certificateID
  • opts

func (*MockCertificatesSDK_Expecter) ListCertificate

func (_e *MockCertificatesSDK_Expecter) ListCertificate(ctx interface{}, request interface{}, opts ...interface{}) *MockCertificatesSDK_ListCertificate_Call

ListCertificate is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockCertificatesSDK_Expecter) UpsertCertificate

func (_e *MockCertificatesSDK_Expecter) UpsertCertificate(ctx interface{}, request interface{}, opts ...interface{}) *MockCertificatesSDK_UpsertCertificate_Call

UpsertCertificate is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockCertificatesSDK_ListCertificate_Call

type MockCertificatesSDK_ListCertificate_Call struct {
	*mock.Call
}

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

func (*MockCertificatesSDK_ListCertificate_Call) Return

func (*MockCertificatesSDK_ListCertificate_Call) Run

type MockCertificatesSDK_UpsertCertificate_Call

type MockCertificatesSDK_UpsertCertificate_Call struct {
	*mock.Call
}

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

func (*MockCertificatesSDK_UpsertCertificate_Call) Return

func (*MockCertificatesSDK_UpsertCertificate_Call) Run

type MockCloudGatewaysSDK added in v1.5.0

type MockCloudGatewaysSDK struct {
	mock.Mock
}

MockCloudGatewaysSDK is an autogenerated mock type for the CloudGatewaysSDK type

func NewMockCloudGatewaysSDK added in v1.5.0

func NewMockCloudGatewaysSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCloudGatewaysSDK

NewMockCloudGatewaysSDK creates a new instance of MockCloudGatewaysSDK. 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 (*MockCloudGatewaysSDK) CreateConfiguration added in v1.5.0

CreateConfiguration provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) CreateNetwork added in v1.5.0

CreateNetwork provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) CreateTransitGateway added in v1.6.0

func (_mock *MockCloudGatewaysSDK) CreateTransitGateway(ctx context.Context, networkID string, createTransitGatewayRequest components.CreateTransitGatewayRequest, opts ...operations.Option) (*operations.CreateTransitGatewayResponse, error)

CreateTransitGateway provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) DeleteNetwork added in v1.5.0

func (_mock *MockCloudGatewaysSDK) DeleteNetwork(ctx context.Context, networkID string, opts ...operations.Option) (*operations.DeleteNetworkResponse, error)

DeleteNetwork provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) DeleteTransitGateway added in v1.6.0

func (_mock *MockCloudGatewaysSDK) DeleteTransitGateway(ctx context.Context, networkID string, transitGatewayID string, opts ...operations.Option) (*operations.DeleteTransitGatewayResponse, error)

DeleteTransitGateway provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) EXPECT added in v1.5.0

func (*MockCloudGatewaysSDK) GetConfiguration added in v1.5.0

func (_mock *MockCloudGatewaysSDK) GetConfiguration(ctx context.Context, configurationID string, opts ...operations.Option) (*operations.GetConfigurationResponse, error)

GetConfiguration provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) GetNetwork added in v1.5.0

func (_mock *MockCloudGatewaysSDK) GetNetwork(ctx context.Context, networkID string, opts ...operations.Option) (*operations.GetNetworkResponse, error)

GetNetwork provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) GetTransitGateway added in v1.6.0

func (_mock *MockCloudGatewaysSDK) GetTransitGateway(ctx context.Context, networkID string, transitGatewayID string, opts ...operations.Option) (*operations.GetTransitGatewayResponse, error)

GetTransitGateway provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) ListConfigurations added in v1.5.0

ListConfigurations provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) ListNetworks added in v1.5.0

ListNetworks provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) ListTransitGateways added in v1.6.0

ListTransitGateways provides a mock function for the type MockCloudGatewaysSDK

func (*MockCloudGatewaysSDK) UpdateNetwork added in v1.5.0

func (_mock *MockCloudGatewaysSDK) UpdateNetwork(ctx context.Context, networkID string, patchNetworkRequest components.PatchNetworkRequest, opts ...operations.Option) (*operations.UpdateNetworkResponse, error)

UpdateNetwork provides a mock function for the type MockCloudGatewaysSDK

type MockCloudGatewaysSDK_CreateConfiguration_Call added in v1.5.0

type MockCloudGatewaysSDK_CreateConfiguration_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_CreateConfiguration_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_CreateConfiguration_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_CreateConfiguration_Call) RunAndReturn added in v1.5.0

type MockCloudGatewaysSDK_CreateNetwork_Call added in v1.5.0

type MockCloudGatewaysSDK_CreateNetwork_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_CreateNetwork_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_CreateNetwork_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_CreateNetwork_Call) RunAndReturn added in v1.5.0

type MockCloudGatewaysSDK_CreateTransitGateway_Call added in v1.6.0

type MockCloudGatewaysSDK_CreateTransitGateway_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_CreateTransitGateway_Call) Return added in v1.6.0

func (*MockCloudGatewaysSDK_CreateTransitGateway_Call) Run added in v1.6.0

func (*MockCloudGatewaysSDK_CreateTransitGateway_Call) RunAndReturn added in v1.6.0

type MockCloudGatewaysSDK_DeleteNetwork_Call added in v1.5.0

type MockCloudGatewaysSDK_DeleteNetwork_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_DeleteNetwork_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_DeleteNetwork_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_DeleteNetwork_Call) RunAndReturn added in v1.5.0

type MockCloudGatewaysSDK_DeleteTransitGateway_Call added in v1.6.0

type MockCloudGatewaysSDK_DeleteTransitGateway_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_DeleteTransitGateway_Call) Return added in v1.6.0

func (*MockCloudGatewaysSDK_DeleteTransitGateway_Call) Run added in v1.6.0

func (*MockCloudGatewaysSDK_DeleteTransitGateway_Call) RunAndReturn added in v1.6.0

type MockCloudGatewaysSDK_Expecter added in v1.5.0

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

func (*MockCloudGatewaysSDK_Expecter) CreateConfiguration added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) CreateConfiguration(ctx interface{}, request interface{}, opts ...interface{}) *MockCloudGatewaysSDK_CreateConfiguration_Call

CreateConfiguration is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockCloudGatewaysSDK_Expecter) CreateNetwork added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) CreateNetwork(ctx interface{}, request interface{}, opts ...interface{}) *MockCloudGatewaysSDK_CreateNetwork_Call

CreateNetwork is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockCloudGatewaysSDK_Expecter) CreateTransitGateway added in v1.6.0

func (_e *MockCloudGatewaysSDK_Expecter) CreateTransitGateway(ctx interface{}, networkID interface{}, createTransitGatewayRequest interface{}, opts ...interface{}) *MockCloudGatewaysSDK_CreateTransitGateway_Call

CreateTransitGateway is a helper method to define mock.On call

  • ctx
  • networkID
  • createTransitGatewayRequest
  • opts

func (*MockCloudGatewaysSDK_Expecter) DeleteNetwork added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) DeleteNetwork(ctx interface{}, networkID interface{}, opts ...interface{}) *MockCloudGatewaysSDK_DeleteNetwork_Call

DeleteNetwork is a helper method to define mock.On call

  • ctx
  • networkID
  • opts

func (*MockCloudGatewaysSDK_Expecter) DeleteTransitGateway added in v1.6.0

func (_e *MockCloudGatewaysSDK_Expecter) DeleteTransitGateway(ctx interface{}, networkID interface{}, transitGatewayID interface{}, opts ...interface{}) *MockCloudGatewaysSDK_DeleteTransitGateway_Call

DeleteTransitGateway is a helper method to define mock.On call

  • ctx
  • networkID
  • transitGatewayID
  • opts

func (*MockCloudGatewaysSDK_Expecter) GetConfiguration added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) GetConfiguration(ctx interface{}, configurationID interface{}, opts ...interface{}) *MockCloudGatewaysSDK_GetConfiguration_Call

GetConfiguration is a helper method to define mock.On call

  • ctx
  • configurationID
  • opts

func (*MockCloudGatewaysSDK_Expecter) GetNetwork added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) GetNetwork(ctx interface{}, networkID interface{}, opts ...interface{}) *MockCloudGatewaysSDK_GetNetwork_Call

GetNetwork is a helper method to define mock.On call

  • ctx
  • networkID
  • opts

func (*MockCloudGatewaysSDK_Expecter) GetTransitGateway added in v1.6.0

func (_e *MockCloudGatewaysSDK_Expecter) GetTransitGateway(ctx interface{}, networkID interface{}, transitGatewayID interface{}, opts ...interface{}) *MockCloudGatewaysSDK_GetTransitGateway_Call

GetTransitGateway is a helper method to define mock.On call

  • ctx
  • networkID
  • transitGatewayID
  • opts

func (*MockCloudGatewaysSDK_Expecter) ListConfigurations added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) ListConfigurations(ctx interface{}, request interface{}, opts ...interface{}) *MockCloudGatewaysSDK_ListConfigurations_Call

ListConfigurations is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockCloudGatewaysSDK_Expecter) ListNetworks added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) ListNetworks(ctx interface{}, request interface{}, opts ...interface{}) *MockCloudGatewaysSDK_ListNetworks_Call

ListNetworks is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockCloudGatewaysSDK_Expecter) ListTransitGateways added in v1.6.0

func (_e *MockCloudGatewaysSDK_Expecter) ListTransitGateways(ctx interface{}, request interface{}, opts ...interface{}) *MockCloudGatewaysSDK_ListTransitGateways_Call

ListTransitGateways is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockCloudGatewaysSDK_Expecter) UpdateNetwork added in v1.5.0

func (_e *MockCloudGatewaysSDK_Expecter) UpdateNetwork(ctx interface{}, networkID interface{}, patchNetworkRequest interface{}, opts ...interface{}) *MockCloudGatewaysSDK_UpdateNetwork_Call

UpdateNetwork is a helper method to define mock.On call

  • ctx
  • networkID
  • patchNetworkRequest
  • opts

type MockCloudGatewaysSDK_GetConfiguration_Call added in v1.5.0

type MockCloudGatewaysSDK_GetConfiguration_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_GetConfiguration_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_GetConfiguration_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_GetConfiguration_Call) RunAndReturn added in v1.5.0

type MockCloudGatewaysSDK_GetNetwork_Call added in v1.5.0

type MockCloudGatewaysSDK_GetNetwork_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_GetNetwork_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_GetNetwork_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_GetNetwork_Call) RunAndReturn added in v1.5.0

type MockCloudGatewaysSDK_GetTransitGateway_Call added in v1.6.0

type MockCloudGatewaysSDK_GetTransitGateway_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_GetTransitGateway_Call) Return added in v1.6.0

func (*MockCloudGatewaysSDK_GetTransitGateway_Call) Run added in v1.6.0

func (*MockCloudGatewaysSDK_GetTransitGateway_Call) RunAndReturn added in v1.6.0

type MockCloudGatewaysSDK_ListConfigurations_Call added in v1.5.0

type MockCloudGatewaysSDK_ListConfigurations_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_ListConfigurations_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_ListConfigurations_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_ListConfigurations_Call) RunAndReturn added in v1.5.0

type MockCloudGatewaysSDK_ListNetworks_Call added in v1.5.0

type MockCloudGatewaysSDK_ListNetworks_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_ListNetworks_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_ListNetworks_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_ListNetworks_Call) RunAndReturn added in v1.5.0

type MockCloudGatewaysSDK_ListTransitGateways_Call added in v1.6.0

type MockCloudGatewaysSDK_ListTransitGateways_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_ListTransitGateways_Call) Return added in v1.6.0

func (*MockCloudGatewaysSDK_ListTransitGateways_Call) Run added in v1.6.0

func (*MockCloudGatewaysSDK_ListTransitGateways_Call) RunAndReturn added in v1.6.0

type MockCloudGatewaysSDK_UpdateNetwork_Call added in v1.5.0

type MockCloudGatewaysSDK_UpdateNetwork_Call struct {
	*mock.Call
}

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

func (*MockCloudGatewaysSDK_UpdateNetwork_Call) Return added in v1.5.0

func (*MockCloudGatewaysSDK_UpdateNetwork_Call) Run added in v1.5.0

func (*MockCloudGatewaysSDK_UpdateNetwork_Call) RunAndReturn added in v1.5.0

type MockConsumerGroupSDK

type MockConsumerGroupSDK struct {
	mock.Mock
}

MockConsumerGroupSDK is an autogenerated mock type for the ConsumerGroupSDK type

func NewMockConsumerGroupSDK

func NewMockConsumerGroupSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConsumerGroupSDK

NewMockConsumerGroupSDK creates a new instance of MockConsumerGroupSDK. 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 (*MockConsumerGroupSDK) AddConsumerToGroup

AddConsumerToGroup provides a mock function for the type MockConsumerGroupSDK

func (*MockConsumerGroupSDK) CreateConsumerGroup

func (_mock *MockConsumerGroupSDK) CreateConsumerGroup(ctx context.Context, controlPlaneID string, consumerInput components.ConsumerGroup, opts ...operations.Option) (*operations.CreateConsumerGroupResponse, error)

CreateConsumerGroup provides a mock function for the type MockConsumerGroupSDK

func (*MockConsumerGroupSDK) DeleteConsumerGroup

func (_mock *MockConsumerGroupSDK) DeleteConsumerGroup(ctx context.Context, controlPlaneID string, consumerID string, opts ...operations.Option) (*operations.DeleteConsumerGroupResponse, error)

DeleteConsumerGroup provides a mock function for the type MockConsumerGroupSDK

func (*MockConsumerGroupSDK) EXPECT

func (*MockConsumerGroupSDK) ListConsumerGroup

ListConsumerGroup provides a mock function for the type MockConsumerGroupSDK

func (*MockConsumerGroupSDK) ListConsumerGroupsForConsumer

ListConsumerGroupsForConsumer provides a mock function for the type MockConsumerGroupSDK

func (*MockConsumerGroupSDK) RemoveConsumerFromGroup

RemoveConsumerFromGroup provides a mock function for the type MockConsumerGroupSDK

func (*MockConsumerGroupSDK) UpsertConsumerGroup

func (_mock *MockConsumerGroupSDK) UpsertConsumerGroup(ctx context.Context, upsertConsumerRequest operations.UpsertConsumerGroupRequest, opts ...operations.Option) (*operations.UpsertConsumerGroupResponse, error)

UpsertConsumerGroup provides a mock function for the type MockConsumerGroupSDK

type MockConsumerGroupSDK_AddConsumerToGroup_Call

type MockConsumerGroupSDK_AddConsumerToGroup_Call struct {
	*mock.Call
}

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

func (*MockConsumerGroupSDK_AddConsumerToGroup_Call) Return

func (*MockConsumerGroupSDK_AddConsumerToGroup_Call) Run

type MockConsumerGroupSDK_CreateConsumerGroup_Call

type MockConsumerGroupSDK_CreateConsumerGroup_Call struct {
	*mock.Call
}

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

func (*MockConsumerGroupSDK_CreateConsumerGroup_Call) Return

func (*MockConsumerGroupSDK_CreateConsumerGroup_Call) Run

func (*MockConsumerGroupSDK_CreateConsumerGroup_Call) RunAndReturn

type MockConsumerGroupSDK_DeleteConsumerGroup_Call

type MockConsumerGroupSDK_DeleteConsumerGroup_Call struct {
	*mock.Call
}

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

func (*MockConsumerGroupSDK_DeleteConsumerGroup_Call) Return

func (*MockConsumerGroupSDK_DeleteConsumerGroup_Call) Run

func (*MockConsumerGroupSDK_DeleteConsumerGroup_Call) RunAndReturn

type MockConsumerGroupSDK_Expecter

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

func (*MockConsumerGroupSDK_Expecter) AddConsumerToGroup

func (_e *MockConsumerGroupSDK_Expecter) AddConsumerToGroup(ctx interface{}, request interface{}, opts ...interface{}) *MockConsumerGroupSDK_AddConsumerToGroup_Call

AddConsumerToGroup is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockConsumerGroupSDK_Expecter) CreateConsumerGroup

func (_e *MockConsumerGroupSDK_Expecter) CreateConsumerGroup(ctx interface{}, controlPlaneID interface{}, consumerInput interface{}, opts ...interface{}) *MockConsumerGroupSDK_CreateConsumerGroup_Call

CreateConsumerGroup is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • consumerInput
  • opts

func (*MockConsumerGroupSDK_Expecter) DeleteConsumerGroup

func (_e *MockConsumerGroupSDK_Expecter) DeleteConsumerGroup(ctx interface{}, controlPlaneID interface{}, consumerID interface{}, opts ...interface{}) *MockConsumerGroupSDK_DeleteConsumerGroup_Call

DeleteConsumerGroup is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • consumerID
  • opts

func (*MockConsumerGroupSDK_Expecter) ListConsumerGroup

func (_e *MockConsumerGroupSDK_Expecter) ListConsumerGroup(ctx interface{}, request interface{}, opts ...interface{}) *MockConsumerGroupSDK_ListConsumerGroup_Call

ListConsumerGroup is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockConsumerGroupSDK_Expecter) ListConsumerGroupsForConsumer

func (_e *MockConsumerGroupSDK_Expecter) ListConsumerGroupsForConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockConsumerGroupSDK_ListConsumerGroupsForConsumer_Call

ListConsumerGroupsForConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockConsumerGroupSDK_Expecter) RemoveConsumerFromGroup

func (_e *MockConsumerGroupSDK_Expecter) RemoveConsumerFromGroup(ctx interface{}, request interface{}, opts ...interface{}) *MockConsumerGroupSDK_RemoveConsumerFromGroup_Call

RemoveConsumerFromGroup is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockConsumerGroupSDK_Expecter) UpsertConsumerGroup

func (_e *MockConsumerGroupSDK_Expecter) UpsertConsumerGroup(ctx interface{}, upsertConsumerRequest interface{}, opts ...interface{}) *MockConsumerGroupSDK_UpsertConsumerGroup_Call

UpsertConsumerGroup is a helper method to define mock.On call

  • ctx
  • upsertConsumerRequest
  • opts

type MockConsumerGroupSDK_ListConsumerGroup_Call

type MockConsumerGroupSDK_ListConsumerGroup_Call struct {
	*mock.Call
}

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

func (*MockConsumerGroupSDK_ListConsumerGroup_Call) Return

func (*MockConsumerGroupSDK_ListConsumerGroup_Call) Run

type MockConsumerGroupSDK_ListConsumerGroupsForConsumer_Call

type MockConsumerGroupSDK_ListConsumerGroupsForConsumer_Call struct {
	*mock.Call
}

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

func (*MockConsumerGroupSDK_ListConsumerGroupsForConsumer_Call) Return

type MockConsumerGroupSDK_RemoveConsumerFromGroup_Call

type MockConsumerGroupSDK_RemoveConsumerFromGroup_Call struct {
	*mock.Call
}

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

func (*MockConsumerGroupSDK_RemoveConsumerFromGroup_Call) Return

func (*MockConsumerGroupSDK_RemoveConsumerFromGroup_Call) Run

type MockConsumerGroupSDK_UpsertConsumerGroup_Call

type MockConsumerGroupSDK_UpsertConsumerGroup_Call struct {
	*mock.Call
}

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

func (*MockConsumerGroupSDK_UpsertConsumerGroup_Call) Return

func (*MockConsumerGroupSDK_UpsertConsumerGroup_Call) Run

func (*MockConsumerGroupSDK_UpsertConsumerGroup_Call) RunAndReturn

type MockConsumersSDK

type MockConsumersSDK struct {
	mock.Mock
}

MockConsumersSDK is an autogenerated mock type for the ConsumersSDK type

func NewMockConsumersSDK

func NewMockConsumersSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConsumersSDK

NewMockConsumersSDK creates a new instance of MockConsumersSDK. 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 (*MockConsumersSDK) CreateConsumer

func (_mock *MockConsumersSDK) CreateConsumer(ctx context.Context, controlPlaneID string, consumerInput components.Consumer, opts ...operations.Option) (*operations.CreateConsumerResponse, error)

CreateConsumer provides a mock function for the type MockConsumersSDK

func (*MockConsumersSDK) DeleteConsumer

func (_mock *MockConsumersSDK) DeleteConsumer(ctx context.Context, controlPlaneID string, consumerID string, opts ...operations.Option) (*operations.DeleteConsumerResponse, error)

DeleteConsumer provides a mock function for the type MockConsumersSDK

func (*MockConsumersSDK) EXPECT

func (*MockConsumersSDK) ListConsumer

ListConsumer provides a mock function for the type MockConsumersSDK

func (*MockConsumersSDK) UpsertConsumer

func (_mock *MockConsumersSDK) UpsertConsumer(ctx context.Context, upsertConsumerRequest operations.UpsertConsumerRequest, opts ...operations.Option) (*operations.UpsertConsumerResponse, error)

UpsertConsumer provides a mock function for the type MockConsumersSDK

type MockConsumersSDK_CreateConsumer_Call

type MockConsumersSDK_CreateConsumer_Call struct {
	*mock.Call
}

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

func (*MockConsumersSDK_CreateConsumer_Call) Return

func (*MockConsumersSDK_CreateConsumer_Call) Run

func (*MockConsumersSDK_CreateConsumer_Call) RunAndReturn

type MockConsumersSDK_DeleteConsumer_Call

type MockConsumersSDK_DeleteConsumer_Call struct {
	*mock.Call
}

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

func (*MockConsumersSDK_DeleteConsumer_Call) Return

func (*MockConsumersSDK_DeleteConsumer_Call) Run

func (_c *MockConsumersSDK_DeleteConsumer_Call) Run(run func(ctx context.Context, controlPlaneID string, consumerID string, opts ...operations.Option)) *MockConsumersSDK_DeleteConsumer_Call

func (*MockConsumersSDK_DeleteConsumer_Call) RunAndReturn

type MockConsumersSDK_Expecter

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

func (*MockConsumersSDK_Expecter) CreateConsumer

func (_e *MockConsumersSDK_Expecter) CreateConsumer(ctx interface{}, controlPlaneID interface{}, consumerInput interface{}, opts ...interface{}) *MockConsumersSDK_CreateConsumer_Call

CreateConsumer is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • consumerInput
  • opts

func (*MockConsumersSDK_Expecter) DeleteConsumer

func (_e *MockConsumersSDK_Expecter) DeleteConsumer(ctx interface{}, controlPlaneID interface{}, consumerID interface{}, opts ...interface{}) *MockConsumersSDK_DeleteConsumer_Call

DeleteConsumer is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • consumerID
  • opts

func (*MockConsumersSDK_Expecter) ListConsumer

func (_e *MockConsumersSDK_Expecter) ListConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockConsumersSDK_ListConsumer_Call

ListConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockConsumersSDK_Expecter) UpsertConsumer

func (_e *MockConsumersSDK_Expecter) UpsertConsumer(ctx interface{}, upsertConsumerRequest interface{}, opts ...interface{}) *MockConsumersSDK_UpsertConsumer_Call

UpsertConsumer is a helper method to define mock.On call

  • ctx
  • upsertConsumerRequest
  • opts

type MockConsumersSDK_ListConsumer_Call

type MockConsumersSDK_ListConsumer_Call struct {
	*mock.Call
}

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

func (*MockConsumersSDK_ListConsumer_Call) Return

func (*MockConsumersSDK_ListConsumer_Call) Run

func (*MockConsumersSDK_ListConsumer_Call) RunAndReturn

type MockConsumersSDK_UpsertConsumer_Call

type MockConsumersSDK_UpsertConsumer_Call struct {
	*mock.Call
}

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

func (*MockConsumersSDK_UpsertConsumer_Call) Return

func (*MockConsumersSDK_UpsertConsumer_Call) Run

func (*MockConsumersSDK_UpsertConsumer_Call) RunAndReturn

type MockControlPlaneGroupSDK

type MockControlPlaneGroupSDK struct {
	mock.Mock
}

MockControlPlaneGroupSDK is an autogenerated mock type for the ControlPlaneGroupSDK type

func NewMockControlPlaneGroupSDK

func NewMockControlPlaneGroupSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockControlPlaneGroupSDK

NewMockControlPlaneGroupSDK creates a new instance of MockControlPlaneGroupSDK. 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 (*MockControlPlaneGroupSDK) EXPECT

func (*MockControlPlaneGroupSDK) PutControlPlanesIDGroupMemberships

func (_mock *MockControlPlaneGroupSDK) PutControlPlanesIDGroupMemberships(ctx context.Context, id string, groupMembership *components.GroupMembership, opts ...operations.Option) (*operations.PutControlPlanesIDGroupMembershipsResponse, error)

PutControlPlanesIDGroupMemberships provides a mock function for the type MockControlPlaneGroupSDK

type MockControlPlaneGroupSDK_Expecter

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

func (*MockControlPlaneGroupSDK_Expecter) PutControlPlanesIDGroupMemberships

func (_e *MockControlPlaneGroupSDK_Expecter) PutControlPlanesIDGroupMemberships(ctx interface{}, id interface{}, groupMembership interface{}, opts ...interface{}) *MockControlPlaneGroupSDK_PutControlPlanesIDGroupMemberships_Call

PutControlPlanesIDGroupMemberships is a helper method to define mock.On call

  • ctx
  • id
  • groupMembership
  • opts

type MockControlPlaneGroupSDK_PutControlPlanesIDGroupMemberships_Call

type MockControlPlaneGroupSDK_PutControlPlanesIDGroupMemberships_Call struct {
	*mock.Call
}

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

func (*MockControlPlaneGroupSDK_PutControlPlanesIDGroupMemberships_Call) Return

func (*MockControlPlaneGroupSDK_PutControlPlanesIDGroupMemberships_Call) Run

type MockControlPlaneSDK

type MockControlPlaneSDK struct {
	mock.Mock
}

MockControlPlaneSDK is an autogenerated mock type for the ControlPlaneSDK type

func NewMockControlPlaneSDK

func NewMockControlPlaneSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockControlPlaneSDK

NewMockControlPlaneSDK creates a new instance of MockControlPlaneSDK. 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 (*MockControlPlaneSDK) CreateControlPlane

CreateControlPlane provides a mock function for the type MockControlPlaneSDK

func (*MockControlPlaneSDK) DeleteControlPlane

func (_mock *MockControlPlaneSDK) DeleteControlPlane(ctx context.Context, id string, opts ...operations.Option) (*operations.DeleteControlPlaneResponse, error)

DeleteControlPlane provides a mock function for the type MockControlPlaneSDK

func (*MockControlPlaneSDK) EXPECT

func (*MockControlPlaneSDK) ListControlPlanes

ListControlPlanes provides a mock function for the type MockControlPlaneSDK

func (*MockControlPlaneSDK) UpdateControlPlane

UpdateControlPlane provides a mock function for the type MockControlPlaneSDK

type MockControlPlaneSDK_CreateControlPlane_Call

type MockControlPlaneSDK_CreateControlPlane_Call struct {
	*mock.Call
}

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

func (*MockControlPlaneSDK_CreateControlPlane_Call) Return

func (*MockControlPlaneSDK_CreateControlPlane_Call) Run

type MockControlPlaneSDK_DeleteControlPlane_Call

type MockControlPlaneSDK_DeleteControlPlane_Call struct {
	*mock.Call
}

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

func (*MockControlPlaneSDK_DeleteControlPlane_Call) Return

func (*MockControlPlaneSDK_DeleteControlPlane_Call) Run

func (*MockControlPlaneSDK_DeleteControlPlane_Call) RunAndReturn

type MockControlPlaneSDK_Expecter

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

func (*MockControlPlaneSDK_Expecter) CreateControlPlane

func (_e *MockControlPlaneSDK_Expecter) CreateControlPlane(ctx interface{}, req interface{}, opts ...interface{}) *MockControlPlaneSDK_CreateControlPlane_Call

CreateControlPlane is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockControlPlaneSDK_Expecter) DeleteControlPlane

func (_e *MockControlPlaneSDK_Expecter) DeleteControlPlane(ctx interface{}, id interface{}, opts ...interface{}) *MockControlPlaneSDK_DeleteControlPlane_Call

DeleteControlPlane is a helper method to define mock.On call

  • ctx
  • id
  • opts

func (*MockControlPlaneSDK_Expecter) ListControlPlanes

func (_e *MockControlPlaneSDK_Expecter) ListControlPlanes(ctx interface{}, request interface{}, opts ...interface{}) *MockControlPlaneSDK_ListControlPlanes_Call

ListControlPlanes is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockControlPlaneSDK_Expecter) UpdateControlPlane

func (_e *MockControlPlaneSDK_Expecter) UpdateControlPlane(ctx interface{}, id interface{}, req interface{}, opts ...interface{}) *MockControlPlaneSDK_UpdateControlPlane_Call

UpdateControlPlane is a helper method to define mock.On call

  • ctx
  • id
  • req
  • opts

type MockControlPlaneSDK_ListControlPlanes_Call

type MockControlPlaneSDK_ListControlPlanes_Call struct {
	*mock.Call
}

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

func (*MockControlPlaneSDK_ListControlPlanes_Call) Return

func (*MockControlPlaneSDK_ListControlPlanes_Call) Run

type MockControlPlaneSDK_UpdateControlPlane_Call

type MockControlPlaneSDK_UpdateControlPlane_Call struct {
	*mock.Call
}

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

func (*MockControlPlaneSDK_UpdateControlPlane_Call) Return

func (*MockControlPlaneSDK_UpdateControlPlane_Call) Run

type MockDataPlaneClientCertificatesSDK

type MockDataPlaneClientCertificatesSDK struct {
	mock.Mock
}

MockDataPlaneClientCertificatesSDK is an autogenerated mock type for the DataPlaneClientCertificatesSDK type

func NewMockDataPlaneClientCertificatesSDK

func NewMockDataPlaneClientCertificatesSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDataPlaneClientCertificatesSDK

NewMockDataPlaneClientCertificatesSDK creates a new instance of MockDataPlaneClientCertificatesSDK. 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 (*MockDataPlaneClientCertificatesSDK) CreateDataplaneCertificate

CreateDataplaneCertificate provides a mock function for the type MockDataPlaneClientCertificatesSDK

func (*MockDataPlaneClientCertificatesSDK) DeleteDataplaneCertificate

func (_mock *MockDataPlaneClientCertificatesSDK) DeleteDataplaneCertificate(ctx context.Context, controlPlaneID string, certificateID string, opts ...operations.Option) (*operations.DeleteDataplaneCertificateResponse, error)

DeleteDataplaneCertificate provides a mock function for the type MockDataPlaneClientCertificatesSDK

func (*MockDataPlaneClientCertificatesSDK) EXPECT

func (*MockDataPlaneClientCertificatesSDK) ListDpClientCertificates added in v1.5.0

func (_mock *MockDataPlaneClientCertificatesSDK) ListDpClientCertificates(ctx context.Context, controlPlaneID string, opts ...operations.Option) (*operations.ListDpClientCertificatesResponse, error)

ListDpClientCertificates provides a mock function for the type MockDataPlaneClientCertificatesSDK

type MockDataPlaneClientCertificatesSDK_CreateDataplaneCertificate_Call

type MockDataPlaneClientCertificatesSDK_CreateDataplaneCertificate_Call struct {
	*mock.Call
}

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

func (*MockDataPlaneClientCertificatesSDK_CreateDataplaneCertificate_Call) Return

type MockDataPlaneClientCertificatesSDK_DeleteDataplaneCertificate_Call

type MockDataPlaneClientCertificatesSDK_DeleteDataplaneCertificate_Call struct {
	*mock.Call
}

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

func (*MockDataPlaneClientCertificatesSDK_DeleteDataplaneCertificate_Call) Return

func (*MockDataPlaneClientCertificatesSDK_DeleteDataplaneCertificate_Call) Run

func (*MockDataPlaneClientCertificatesSDK_DeleteDataplaneCertificate_Call) RunAndReturn

type MockDataPlaneClientCertificatesSDK_Expecter

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

func (*MockDataPlaneClientCertificatesSDK_Expecter) CreateDataplaneCertificate

func (_e *MockDataPlaneClientCertificatesSDK_Expecter) CreateDataplaneCertificate(ctx interface{}, cpID interface{}, dpReq interface{}, opts ...interface{}) *MockDataPlaneClientCertificatesSDK_CreateDataplaneCertificate_Call

CreateDataplaneCertificate is a helper method to define mock.On call

  • ctx
  • cpID
  • dpReq
  • opts

func (*MockDataPlaneClientCertificatesSDK_Expecter) DeleteDataplaneCertificate

func (_e *MockDataPlaneClientCertificatesSDK_Expecter) DeleteDataplaneCertificate(ctx interface{}, controlPlaneID interface{}, certificateID interface{}, opts ...interface{}) *MockDataPlaneClientCertificatesSDK_DeleteDataplaneCertificate_Call

DeleteDataplaneCertificate is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • certificateID
  • opts

func (*MockDataPlaneClientCertificatesSDK_Expecter) ListDpClientCertificates added in v1.5.0

func (_e *MockDataPlaneClientCertificatesSDK_Expecter) ListDpClientCertificates(ctx interface{}, controlPlaneID interface{}, opts ...interface{}) *MockDataPlaneClientCertificatesSDK_ListDpClientCertificates_Call

ListDpClientCertificates is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • opts

type MockDataPlaneClientCertificatesSDK_ListDpClientCertificates_Call added in v1.5.0

type MockDataPlaneClientCertificatesSDK_ListDpClientCertificates_Call struct {
	*mock.Call
}

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

func (*MockDataPlaneClientCertificatesSDK_ListDpClientCertificates_Call) Return added in v1.5.0

func (*MockDataPlaneClientCertificatesSDK_ListDpClientCertificates_Call) Run added in v1.5.0

func (*MockDataPlaneClientCertificatesSDK_ListDpClientCertificates_Call) RunAndReturn added in v1.5.0

type MockKeySetsSDK

type MockKeySetsSDK struct {
	mock.Mock
}

MockKeySetsSDK is an autogenerated mock type for the KeySetsSDK type

func NewMockKeySetsSDK

func NewMockKeySetsSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockKeySetsSDK

NewMockKeySetsSDK creates a new instance of MockKeySetsSDK. 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 (*MockKeySetsSDK) CreateKeySet

func (_mock *MockKeySetsSDK) CreateKeySet(ctx context.Context, controlPlaneID string, keySet components.KeySet, opts ...operations.Option) (*operations.CreateKeySetResponse, error)

CreateKeySet provides a mock function for the type MockKeySetsSDK

func (*MockKeySetsSDK) DeleteKeySet

func (_mock *MockKeySetsSDK) DeleteKeySet(ctx context.Context, controlPlaneID string, keySetID string, opts ...operations.Option) (*operations.DeleteKeySetResponse, error)

DeleteKeySet provides a mock function for the type MockKeySetsSDK

func (*MockKeySetsSDK) EXPECT

func (*MockKeySetsSDK) ListKeySet

ListKeySet provides a mock function for the type MockKeySetsSDK

func (*MockKeySetsSDK) UpsertKeySet

UpsertKeySet provides a mock function for the type MockKeySetsSDK

type MockKeySetsSDK_CreateKeySet_Call

type MockKeySetsSDK_CreateKeySet_Call struct {
	*mock.Call
}

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

func (*MockKeySetsSDK_CreateKeySet_Call) Return

func (*MockKeySetsSDK_CreateKeySet_Call) Run

func (*MockKeySetsSDK_CreateKeySet_Call) RunAndReturn

type MockKeySetsSDK_DeleteKeySet_Call

type MockKeySetsSDK_DeleteKeySet_Call struct {
	*mock.Call
}

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

func (*MockKeySetsSDK_DeleteKeySet_Call) Return

func (*MockKeySetsSDK_DeleteKeySet_Call) Run

func (_c *MockKeySetsSDK_DeleteKeySet_Call) Run(run func(ctx context.Context, controlPlaneID string, keySetID string, opts ...operations.Option)) *MockKeySetsSDK_DeleteKeySet_Call

func (*MockKeySetsSDK_DeleteKeySet_Call) RunAndReturn

type MockKeySetsSDK_Expecter

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

func (*MockKeySetsSDK_Expecter) CreateKeySet

func (_e *MockKeySetsSDK_Expecter) CreateKeySet(ctx interface{}, controlPlaneID interface{}, keySet interface{}, opts ...interface{}) *MockKeySetsSDK_CreateKeySet_Call

CreateKeySet is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • keySet
  • opts

func (*MockKeySetsSDK_Expecter) DeleteKeySet

func (_e *MockKeySetsSDK_Expecter) DeleteKeySet(ctx interface{}, controlPlaneID interface{}, keySetID interface{}, opts ...interface{}) *MockKeySetsSDK_DeleteKeySet_Call

DeleteKeySet is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • keySetID
  • opts

func (*MockKeySetsSDK_Expecter) ListKeySet

func (_e *MockKeySetsSDK_Expecter) ListKeySet(ctx interface{}, request interface{}, opts ...interface{}) *MockKeySetsSDK_ListKeySet_Call

ListKeySet is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKeySetsSDK_Expecter) UpsertKeySet

func (_e *MockKeySetsSDK_Expecter) UpsertKeySet(ctx interface{}, request interface{}, opts ...interface{}) *MockKeySetsSDK_UpsertKeySet_Call

UpsertKeySet is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockKeySetsSDK_ListKeySet_Call

type MockKeySetsSDK_ListKeySet_Call struct {
	*mock.Call
}

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

func (*MockKeySetsSDK_ListKeySet_Call) Return

func (*MockKeySetsSDK_ListKeySet_Call) Run

func (*MockKeySetsSDK_ListKeySet_Call) RunAndReturn

type MockKeySetsSDK_UpsertKeySet_Call

type MockKeySetsSDK_UpsertKeySet_Call struct {
	*mock.Call
}

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

func (*MockKeySetsSDK_UpsertKeySet_Call) Return

func (*MockKeySetsSDK_UpsertKeySet_Call) Run

func (*MockKeySetsSDK_UpsertKeySet_Call) RunAndReturn

type MockKeysSDK

type MockKeysSDK struct {
	mock.Mock
}

MockKeysSDK is an autogenerated mock type for the KeysSDK type

func NewMockKeysSDK

func NewMockKeysSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockKeysSDK

NewMockKeysSDK creates a new instance of MockKeysSDK. 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 (*MockKeysSDK) CreateKey

func (_mock *MockKeysSDK) CreateKey(ctx context.Context, controlPlaneID string, Key components.Key, opts ...operations.Option) (*operations.CreateKeyResponse, error)

CreateKey provides a mock function for the type MockKeysSDK

func (*MockKeysSDK) DeleteKey

func (_mock *MockKeysSDK) DeleteKey(ctx context.Context, controlPlaneID string, KeyID string, opts ...operations.Option) (*operations.DeleteKeyResponse, error)

DeleteKey provides a mock function for the type MockKeysSDK

func (*MockKeysSDK) EXPECT

func (_m *MockKeysSDK) EXPECT() *MockKeysSDK_Expecter

func (*MockKeysSDK) ListKey

ListKey provides a mock function for the type MockKeysSDK

func (*MockKeysSDK) UpsertKey

UpsertKey provides a mock function for the type MockKeysSDK

type MockKeysSDK_CreateKey_Call

type MockKeysSDK_CreateKey_Call struct {
	*mock.Call
}

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

func (*MockKeysSDK_CreateKey_Call) Return

func (*MockKeysSDK_CreateKey_Call) Run

func (_c *MockKeysSDK_CreateKey_Call) Run(run func(ctx context.Context, controlPlaneID string, Key components.Key, opts ...operations.Option)) *MockKeysSDK_CreateKey_Call

func (*MockKeysSDK_CreateKey_Call) RunAndReturn

type MockKeysSDK_DeleteKey_Call

type MockKeysSDK_DeleteKey_Call struct {
	*mock.Call
}

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

func (*MockKeysSDK_DeleteKey_Call) Return

func (*MockKeysSDK_DeleteKey_Call) Run

func (_c *MockKeysSDK_DeleteKey_Call) Run(run func(ctx context.Context, controlPlaneID string, KeyID string, opts ...operations.Option)) *MockKeysSDK_DeleteKey_Call

func (*MockKeysSDK_DeleteKey_Call) RunAndReturn

func (_c *MockKeysSDK_DeleteKey_Call) RunAndReturn(run func(ctx context.Context, controlPlaneID string, KeyID string, opts ...operations.Option) (*operations.DeleteKeyResponse, error)) *MockKeysSDK_DeleteKey_Call

type MockKeysSDK_Expecter

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

func (*MockKeysSDK_Expecter) CreateKey

func (_e *MockKeysSDK_Expecter) CreateKey(ctx interface{}, controlPlaneID interface{}, Key interface{}, opts ...interface{}) *MockKeysSDK_CreateKey_Call

CreateKey is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • Key
  • opts

func (*MockKeysSDK_Expecter) DeleteKey

func (_e *MockKeysSDK_Expecter) DeleteKey(ctx interface{}, controlPlaneID interface{}, KeyID interface{}, opts ...interface{}) *MockKeysSDK_DeleteKey_Call

DeleteKey is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • KeyID
  • opts

func (*MockKeysSDK_Expecter) ListKey

func (_e *MockKeysSDK_Expecter) ListKey(ctx interface{}, request interface{}, opts ...interface{}) *MockKeysSDK_ListKey_Call

ListKey is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKeysSDK_Expecter) UpsertKey

func (_e *MockKeysSDK_Expecter) UpsertKey(ctx interface{}, request interface{}, opts ...interface{}) *MockKeysSDK_UpsertKey_Call

UpsertKey is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockKeysSDK_ListKey_Call

type MockKeysSDK_ListKey_Call struct {
	*mock.Call
}

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

func (*MockKeysSDK_ListKey_Call) Return

func (*MockKeysSDK_ListKey_Call) Run

func (*MockKeysSDK_ListKey_Call) RunAndReturn

type MockKeysSDK_UpsertKey_Call

type MockKeysSDK_UpsertKey_Call struct {
	*mock.Call
}

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

func (*MockKeysSDK_UpsertKey_Call) Return

func (*MockKeysSDK_UpsertKey_Call) Run

func (*MockKeysSDK_UpsertKey_Call) RunAndReturn

type MockKongCredentialACLSDK

type MockKongCredentialACLSDK struct {
	mock.Mock
}

MockKongCredentialACLSDK is an autogenerated mock type for the KongCredentialACLSDK type

func NewMockKongCredentialACLSDK

func NewMockKongCredentialACLSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockKongCredentialACLSDK

NewMockKongCredentialACLSDK creates a new instance of MockKongCredentialACLSDK. 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 (*MockKongCredentialACLSDK) CreateACLWithConsumer

CreateACLWithConsumer provides a mock function for the type MockKongCredentialACLSDK

func (*MockKongCredentialACLSDK) DeleteACLWithConsumer

DeleteACLWithConsumer provides a mock function for the type MockKongCredentialACLSDK

func (*MockKongCredentialACLSDK) EXPECT

func (*MockKongCredentialACLSDK) ListACL

ListACL provides a mock function for the type MockKongCredentialACLSDK

func (*MockKongCredentialACLSDK) UpsertACLWithConsumer

UpsertACLWithConsumer provides a mock function for the type MockKongCredentialACLSDK

type MockKongCredentialACLSDK_CreateACLWithConsumer_Call

type MockKongCredentialACLSDK_CreateACLWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialACLSDK_CreateACLWithConsumer_Call) Return

type MockKongCredentialACLSDK_DeleteACLWithConsumer_Call

type MockKongCredentialACLSDK_DeleteACLWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialACLSDK_DeleteACLWithConsumer_Call) Return

func (*MockKongCredentialACLSDK_DeleteACLWithConsumer_Call) Run

type MockKongCredentialACLSDK_Expecter

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

func (*MockKongCredentialACLSDK_Expecter) CreateACLWithConsumer

func (_e *MockKongCredentialACLSDK_Expecter) CreateACLWithConsumer(ctx interface{}, req interface{}, opts ...interface{}) *MockKongCredentialACLSDK_CreateACLWithConsumer_Call

CreateACLWithConsumer is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockKongCredentialACLSDK_Expecter) DeleteACLWithConsumer

func (_e *MockKongCredentialACLSDK_Expecter) DeleteACLWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialACLSDK_DeleteACLWithConsumer_Call

DeleteACLWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialACLSDK_Expecter) ListACL

func (_e *MockKongCredentialACLSDK_Expecter) ListACL(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialACLSDK_ListACL_Call

ListACL is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialACLSDK_Expecter) UpsertACLWithConsumer

func (_e *MockKongCredentialACLSDK_Expecter) UpsertACLWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialACLSDK_UpsertACLWithConsumer_Call

UpsertACLWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockKongCredentialACLSDK_ListACL_Call

type MockKongCredentialACLSDK_ListACL_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialACLSDK_ListACL_Call) Return

func (*MockKongCredentialACLSDK_ListACL_Call) Run

func (*MockKongCredentialACLSDK_ListACL_Call) RunAndReturn

type MockKongCredentialACLSDK_UpsertACLWithConsumer_Call

type MockKongCredentialACLSDK_UpsertACLWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialACLSDK_UpsertACLWithConsumer_Call) Return

func (*MockKongCredentialACLSDK_UpsertACLWithConsumer_Call) Run

type MockKongCredentialAPIKeySDK

type MockKongCredentialAPIKeySDK struct {
	mock.Mock
}

MockKongCredentialAPIKeySDK is an autogenerated mock type for the KongCredentialAPIKeySDK type

func NewMockKongCredentialAPIKeySDK

func NewMockKongCredentialAPIKeySDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockKongCredentialAPIKeySDK

NewMockKongCredentialAPIKeySDK creates a new instance of MockKongCredentialAPIKeySDK. 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 (*MockKongCredentialAPIKeySDK) CreateKeyAuthWithConsumer

CreateKeyAuthWithConsumer provides a mock function for the type MockKongCredentialAPIKeySDK

func (*MockKongCredentialAPIKeySDK) DeleteKeyAuthWithConsumer

DeleteKeyAuthWithConsumer provides a mock function for the type MockKongCredentialAPIKeySDK

func (*MockKongCredentialAPIKeySDK) EXPECT

func (*MockKongCredentialAPIKeySDK) ListKeyAuth

ListKeyAuth provides a mock function for the type MockKongCredentialAPIKeySDK

func (*MockKongCredentialAPIKeySDK) UpsertKeyAuthWithConsumer

UpsertKeyAuthWithConsumer provides a mock function for the type MockKongCredentialAPIKeySDK

type MockKongCredentialAPIKeySDK_CreateKeyAuthWithConsumer_Call

type MockKongCredentialAPIKeySDK_CreateKeyAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialAPIKeySDK_CreateKeyAuthWithConsumer_Call) Return

type MockKongCredentialAPIKeySDK_DeleteKeyAuthWithConsumer_Call

type MockKongCredentialAPIKeySDK_DeleteKeyAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialAPIKeySDK_DeleteKeyAuthWithConsumer_Call) Return

type MockKongCredentialAPIKeySDK_Expecter

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

func (*MockKongCredentialAPIKeySDK_Expecter) CreateKeyAuthWithConsumer

func (_e *MockKongCredentialAPIKeySDK_Expecter) CreateKeyAuthWithConsumer(ctx interface{}, req interface{}, opts ...interface{}) *MockKongCredentialAPIKeySDK_CreateKeyAuthWithConsumer_Call

CreateKeyAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockKongCredentialAPIKeySDK_Expecter) DeleteKeyAuthWithConsumer

func (_e *MockKongCredentialAPIKeySDK_Expecter) DeleteKeyAuthWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialAPIKeySDK_DeleteKeyAuthWithConsumer_Call

DeleteKeyAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialAPIKeySDK_Expecter) ListKeyAuth

func (_e *MockKongCredentialAPIKeySDK_Expecter) ListKeyAuth(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialAPIKeySDK_ListKeyAuth_Call

ListKeyAuth is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialAPIKeySDK_Expecter) UpsertKeyAuthWithConsumer

func (_e *MockKongCredentialAPIKeySDK_Expecter) UpsertKeyAuthWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialAPIKeySDK_UpsertKeyAuthWithConsumer_Call

UpsertKeyAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockKongCredentialAPIKeySDK_ListKeyAuth_Call

type MockKongCredentialAPIKeySDK_ListKeyAuth_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialAPIKeySDK_ListKeyAuth_Call) Return

func (*MockKongCredentialAPIKeySDK_ListKeyAuth_Call) Run

type MockKongCredentialAPIKeySDK_UpsertKeyAuthWithConsumer_Call

type MockKongCredentialAPIKeySDK_UpsertKeyAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialAPIKeySDK_UpsertKeyAuthWithConsumer_Call) Return

type MockKongCredentialBasicAuthSDK

type MockKongCredentialBasicAuthSDK struct {
	mock.Mock
}

MockKongCredentialBasicAuthSDK is an autogenerated mock type for the KongCredentialBasicAuthSDK type

func NewMockKongCredentialBasicAuthSDK

func NewMockKongCredentialBasicAuthSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockKongCredentialBasicAuthSDK

NewMockKongCredentialBasicAuthSDK creates a new instance of MockKongCredentialBasicAuthSDK. 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 (*MockKongCredentialBasicAuthSDK) CreateBasicAuthWithConsumer

CreateBasicAuthWithConsumer provides a mock function for the type MockKongCredentialBasicAuthSDK

func (*MockKongCredentialBasicAuthSDK) DeleteBasicAuthWithConsumer

DeleteBasicAuthWithConsumer provides a mock function for the type MockKongCredentialBasicAuthSDK

func (*MockKongCredentialBasicAuthSDK) EXPECT

func (*MockKongCredentialBasicAuthSDK) ListBasicAuth

ListBasicAuth provides a mock function for the type MockKongCredentialBasicAuthSDK

func (*MockKongCredentialBasicAuthSDK) UpsertBasicAuthWithConsumer

UpsertBasicAuthWithConsumer provides a mock function for the type MockKongCredentialBasicAuthSDK

type MockKongCredentialBasicAuthSDK_CreateBasicAuthWithConsumer_Call

type MockKongCredentialBasicAuthSDK_CreateBasicAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialBasicAuthSDK_CreateBasicAuthWithConsumer_Call) Return

type MockKongCredentialBasicAuthSDK_DeleteBasicAuthWithConsumer_Call

type MockKongCredentialBasicAuthSDK_DeleteBasicAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialBasicAuthSDK_DeleteBasicAuthWithConsumer_Call) Return

type MockKongCredentialBasicAuthSDK_Expecter

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

func (*MockKongCredentialBasicAuthSDK_Expecter) CreateBasicAuthWithConsumer

func (_e *MockKongCredentialBasicAuthSDK_Expecter) CreateBasicAuthWithConsumer(ctx interface{}, req interface{}, opts ...interface{}) *MockKongCredentialBasicAuthSDK_CreateBasicAuthWithConsumer_Call

CreateBasicAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockKongCredentialBasicAuthSDK_Expecter) DeleteBasicAuthWithConsumer

func (_e *MockKongCredentialBasicAuthSDK_Expecter) DeleteBasicAuthWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialBasicAuthSDK_DeleteBasicAuthWithConsumer_Call

DeleteBasicAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialBasicAuthSDK_Expecter) ListBasicAuth

func (_e *MockKongCredentialBasicAuthSDK_Expecter) ListBasicAuth(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialBasicAuthSDK_ListBasicAuth_Call

ListBasicAuth is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialBasicAuthSDK_Expecter) UpsertBasicAuthWithConsumer

func (_e *MockKongCredentialBasicAuthSDK_Expecter) UpsertBasicAuthWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialBasicAuthSDK_UpsertBasicAuthWithConsumer_Call

UpsertBasicAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockKongCredentialBasicAuthSDK_ListBasicAuth_Call

type MockKongCredentialBasicAuthSDK_ListBasicAuth_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialBasicAuthSDK_ListBasicAuth_Call) Return

func (*MockKongCredentialBasicAuthSDK_ListBasicAuth_Call) Run

type MockKongCredentialBasicAuthSDK_UpsertBasicAuthWithConsumer_Call

type MockKongCredentialBasicAuthSDK_UpsertBasicAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialBasicAuthSDK_UpsertBasicAuthWithConsumer_Call) Return

type MockKongCredentialHMACSDK

type MockKongCredentialHMACSDK struct {
	mock.Mock
}

MockKongCredentialHMACSDK is an autogenerated mock type for the KongCredentialHMACSDK type

func NewMockKongCredentialHMACSDK

func NewMockKongCredentialHMACSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockKongCredentialHMACSDK

NewMockKongCredentialHMACSDK creates a new instance of MockKongCredentialHMACSDK. 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 (*MockKongCredentialHMACSDK) CreateHmacAuthWithConsumer

CreateHmacAuthWithConsumer provides a mock function for the type MockKongCredentialHMACSDK

func (*MockKongCredentialHMACSDK) DeleteHmacAuthWithConsumer

DeleteHmacAuthWithConsumer provides a mock function for the type MockKongCredentialHMACSDK

func (*MockKongCredentialHMACSDK) EXPECT

func (*MockKongCredentialHMACSDK) ListHmacAuth

ListHmacAuth provides a mock function for the type MockKongCredentialHMACSDK

func (*MockKongCredentialHMACSDK) UpsertHmacAuthWithConsumer

UpsertHmacAuthWithConsumer provides a mock function for the type MockKongCredentialHMACSDK

type MockKongCredentialHMACSDK_CreateHmacAuthWithConsumer_Call

type MockKongCredentialHMACSDK_CreateHmacAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialHMACSDK_CreateHmacAuthWithConsumer_Call) Return

type MockKongCredentialHMACSDK_DeleteHmacAuthWithConsumer_Call

type MockKongCredentialHMACSDK_DeleteHmacAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialHMACSDK_DeleteHmacAuthWithConsumer_Call) Return

type MockKongCredentialHMACSDK_Expecter

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

func (*MockKongCredentialHMACSDK_Expecter) CreateHmacAuthWithConsumer

func (_e *MockKongCredentialHMACSDK_Expecter) CreateHmacAuthWithConsumer(ctx interface{}, req interface{}, opts ...interface{}) *MockKongCredentialHMACSDK_CreateHmacAuthWithConsumer_Call

CreateHmacAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockKongCredentialHMACSDK_Expecter) DeleteHmacAuthWithConsumer

func (_e *MockKongCredentialHMACSDK_Expecter) DeleteHmacAuthWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialHMACSDK_DeleteHmacAuthWithConsumer_Call

DeleteHmacAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialHMACSDK_Expecter) ListHmacAuth

func (_e *MockKongCredentialHMACSDK_Expecter) ListHmacAuth(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialHMACSDK_ListHmacAuth_Call

ListHmacAuth is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialHMACSDK_Expecter) UpsertHmacAuthWithConsumer

func (_e *MockKongCredentialHMACSDK_Expecter) UpsertHmacAuthWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialHMACSDK_UpsertHmacAuthWithConsumer_Call

UpsertHmacAuthWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockKongCredentialHMACSDK_ListHmacAuth_Call

type MockKongCredentialHMACSDK_ListHmacAuth_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialHMACSDK_ListHmacAuth_Call) Return

func (*MockKongCredentialHMACSDK_ListHmacAuth_Call) Run

type MockKongCredentialHMACSDK_UpsertHmacAuthWithConsumer_Call

type MockKongCredentialHMACSDK_UpsertHmacAuthWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialHMACSDK_UpsertHmacAuthWithConsumer_Call) Return

type MockKongCredentialJWTSDK

type MockKongCredentialJWTSDK struct {
	mock.Mock
}

MockKongCredentialJWTSDK is an autogenerated mock type for the KongCredentialJWTSDK type

func NewMockKongCredentialJWTSDK

func NewMockKongCredentialJWTSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockKongCredentialJWTSDK

NewMockKongCredentialJWTSDK creates a new instance of MockKongCredentialJWTSDK. 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 (*MockKongCredentialJWTSDK) CreateJwtWithConsumer

CreateJwtWithConsumer provides a mock function for the type MockKongCredentialJWTSDK

func (*MockKongCredentialJWTSDK) DeleteJwtWithConsumer

DeleteJwtWithConsumer provides a mock function for the type MockKongCredentialJWTSDK

func (*MockKongCredentialJWTSDK) EXPECT

func (*MockKongCredentialJWTSDK) ListJwt

ListJwt provides a mock function for the type MockKongCredentialJWTSDK

func (*MockKongCredentialJWTSDK) UpsertJwtWithConsumer

UpsertJwtWithConsumer provides a mock function for the type MockKongCredentialJWTSDK

type MockKongCredentialJWTSDK_CreateJwtWithConsumer_Call

type MockKongCredentialJWTSDK_CreateJwtWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialJWTSDK_CreateJwtWithConsumer_Call) Return

type MockKongCredentialJWTSDK_DeleteJwtWithConsumer_Call

type MockKongCredentialJWTSDK_DeleteJwtWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialJWTSDK_DeleteJwtWithConsumer_Call) Return

func (*MockKongCredentialJWTSDK_DeleteJwtWithConsumer_Call) Run

type MockKongCredentialJWTSDK_Expecter

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

func (*MockKongCredentialJWTSDK_Expecter) CreateJwtWithConsumer

func (_e *MockKongCredentialJWTSDK_Expecter) CreateJwtWithConsumer(ctx interface{}, req interface{}, opts ...interface{}) *MockKongCredentialJWTSDK_CreateJwtWithConsumer_Call

CreateJwtWithConsumer is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockKongCredentialJWTSDK_Expecter) DeleteJwtWithConsumer

func (_e *MockKongCredentialJWTSDK_Expecter) DeleteJwtWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialJWTSDK_DeleteJwtWithConsumer_Call

DeleteJwtWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialJWTSDK_Expecter) ListJwt

func (_e *MockKongCredentialJWTSDK_Expecter) ListJwt(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialJWTSDK_ListJwt_Call

ListJwt is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockKongCredentialJWTSDK_Expecter) UpsertJwtWithConsumer

func (_e *MockKongCredentialJWTSDK_Expecter) UpsertJwtWithConsumer(ctx interface{}, request interface{}, opts ...interface{}) *MockKongCredentialJWTSDK_UpsertJwtWithConsumer_Call

UpsertJwtWithConsumer is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockKongCredentialJWTSDK_ListJwt_Call

type MockKongCredentialJWTSDK_ListJwt_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialJWTSDK_ListJwt_Call) Return

func (*MockKongCredentialJWTSDK_ListJwt_Call) Run

func (*MockKongCredentialJWTSDK_ListJwt_Call) RunAndReturn

type MockKongCredentialJWTSDK_UpsertJwtWithConsumer_Call

type MockKongCredentialJWTSDK_UpsertJwtWithConsumer_Call struct {
	*mock.Call
}

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

func (*MockKongCredentialJWTSDK_UpsertJwtWithConsumer_Call) Return

func (*MockKongCredentialJWTSDK_UpsertJwtWithConsumer_Call) Run

type MockMeSDK

type MockMeSDK struct {
	mock.Mock
}

MockMeSDK is an autogenerated mock type for the MeSDK type

func NewMockMeSDK

func NewMockMeSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockMeSDK

NewMockMeSDK creates a new instance of MockMeSDK. 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 (*MockMeSDK) EXPECT

func (_m *MockMeSDK) EXPECT() *MockMeSDK_Expecter

func (*MockMeSDK) GetOrganizationsMe

func (_mock *MockMeSDK) GetOrganizationsMe(ctx context.Context, opts ...operations.Option) (*operations.GetOrganizationsMeResponse, error)

GetOrganizationsMe provides a mock function for the type MockMeSDK

type MockMeSDK_Expecter

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

func (*MockMeSDK_Expecter) GetOrganizationsMe

func (_e *MockMeSDK_Expecter) GetOrganizationsMe(ctx interface{}, opts ...interface{}) *MockMeSDK_GetOrganizationsMe_Call

GetOrganizationsMe is a helper method to define mock.On call

  • ctx
  • opts

type MockMeSDK_GetOrganizationsMe_Call

type MockMeSDK_GetOrganizationsMe_Call struct {
	*mock.Call
}

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

func (*MockMeSDK_GetOrganizationsMe_Call) Return

func (*MockMeSDK_GetOrganizationsMe_Call) Run

func (*MockMeSDK_GetOrganizationsMe_Call) RunAndReturn

type MockPluginSDK

type MockPluginSDK struct {
	mock.Mock
}

MockPluginSDK is an autogenerated mock type for the PluginSDK type

func NewMockPluginSDK

func NewMockPluginSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockPluginSDK

NewMockPluginSDK creates a new instance of MockPluginSDK. 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 (*MockPluginSDK) CreatePlugin

func (_mock *MockPluginSDK) CreatePlugin(ctx context.Context, controlPlaneID string, plugin components.Plugin, opts ...operations.Option) (*operations.CreatePluginResponse, error)

CreatePlugin provides a mock function for the type MockPluginSDK

func (*MockPluginSDK) DeletePlugin

func (_mock *MockPluginSDK) DeletePlugin(ctx context.Context, controlPlaneID string, pluginID string, opts ...operations.Option) (*operations.DeletePluginResponse, error)

DeletePlugin provides a mock function for the type MockPluginSDK

func (*MockPluginSDK) EXPECT

func (_m *MockPluginSDK) EXPECT() *MockPluginSDK_Expecter

func (*MockPluginSDK) ListPlugin

ListPlugin provides a mock function for the type MockPluginSDK

func (*MockPluginSDK) UpsertPlugin

UpsertPlugin provides a mock function for the type MockPluginSDK

type MockPluginSDK_CreatePlugin_Call

type MockPluginSDK_CreatePlugin_Call struct {
	*mock.Call
}

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

func (*MockPluginSDK_CreatePlugin_Call) Return

func (*MockPluginSDK_CreatePlugin_Call) Run

func (*MockPluginSDK_CreatePlugin_Call) RunAndReturn

type MockPluginSDK_DeletePlugin_Call

type MockPluginSDK_DeletePlugin_Call struct {
	*mock.Call
}

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

func (*MockPluginSDK_DeletePlugin_Call) Return

func (*MockPluginSDK_DeletePlugin_Call) Run

func (_c *MockPluginSDK_DeletePlugin_Call) Run(run func(ctx context.Context, controlPlaneID string, pluginID string, opts ...operations.Option)) *MockPluginSDK_DeletePlugin_Call

func (*MockPluginSDK_DeletePlugin_Call) RunAndReturn

type MockPluginSDK_Expecter

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

func (*MockPluginSDK_Expecter) CreatePlugin

func (_e *MockPluginSDK_Expecter) CreatePlugin(ctx interface{}, controlPlaneID interface{}, plugin interface{}, opts ...interface{}) *MockPluginSDK_CreatePlugin_Call

CreatePlugin is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • plugin
  • opts

func (*MockPluginSDK_Expecter) DeletePlugin

func (_e *MockPluginSDK_Expecter) DeletePlugin(ctx interface{}, controlPlaneID interface{}, pluginID interface{}, opts ...interface{}) *MockPluginSDK_DeletePlugin_Call

DeletePlugin is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • pluginID
  • opts

func (*MockPluginSDK_Expecter) ListPlugin

func (_e *MockPluginSDK_Expecter) ListPlugin(ctx interface{}, request interface{}, opts ...interface{}) *MockPluginSDK_ListPlugin_Call

ListPlugin is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockPluginSDK_Expecter) UpsertPlugin

func (_e *MockPluginSDK_Expecter) UpsertPlugin(ctx interface{}, request interface{}, opts ...interface{}) *MockPluginSDK_UpsertPlugin_Call

UpsertPlugin is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockPluginSDK_ListPlugin_Call

type MockPluginSDK_ListPlugin_Call struct {
	*mock.Call
}

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

func (*MockPluginSDK_ListPlugin_Call) Return

func (*MockPluginSDK_ListPlugin_Call) Run

func (*MockPluginSDK_ListPlugin_Call) RunAndReturn

type MockPluginSDK_UpsertPlugin_Call

type MockPluginSDK_UpsertPlugin_Call struct {
	*mock.Call
}

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

func (*MockPluginSDK_UpsertPlugin_Call) Return

func (*MockPluginSDK_UpsertPlugin_Call) Run

func (*MockPluginSDK_UpsertPlugin_Call) RunAndReturn

type MockRoutesSDK

type MockRoutesSDK struct {
	mock.Mock
}

MockRoutesSDK is an autogenerated mock type for the RoutesSDK type

func NewMockRoutesSDK

func NewMockRoutesSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockRoutesSDK

NewMockRoutesSDK creates a new instance of MockRoutesSDK. 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 (*MockRoutesSDK) CreateRoute

func (_mock *MockRoutesSDK) CreateRoute(ctx context.Context, controlPlaneID string, route components.Route, opts ...operations.Option) (*operations.CreateRouteResponse, error)

CreateRoute provides a mock function for the type MockRoutesSDK

func (*MockRoutesSDK) DeleteRoute

func (_mock *MockRoutesSDK) DeleteRoute(ctx context.Context, controlPlaneID string, routeID string, opts ...operations.Option) (*operations.DeleteRouteResponse, error)

DeleteRoute provides a mock function for the type MockRoutesSDK

func (*MockRoutesSDK) EXPECT

func (_m *MockRoutesSDK) EXPECT() *MockRoutesSDK_Expecter

func (*MockRoutesSDK) ListRoute

ListRoute provides a mock function for the type MockRoutesSDK

func (*MockRoutesSDK) UpsertRoute

UpsertRoute provides a mock function for the type MockRoutesSDK

type MockRoutesSDK_CreateRoute_Call

type MockRoutesSDK_CreateRoute_Call struct {
	*mock.Call
}

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

func (*MockRoutesSDK_CreateRoute_Call) Return

func (*MockRoutesSDK_CreateRoute_Call) Run

func (*MockRoutesSDK_CreateRoute_Call) RunAndReturn

type MockRoutesSDK_DeleteRoute_Call

type MockRoutesSDK_DeleteRoute_Call struct {
	*mock.Call
}

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

func (*MockRoutesSDK_DeleteRoute_Call) Return

func (*MockRoutesSDK_DeleteRoute_Call) Run

func (_c *MockRoutesSDK_DeleteRoute_Call) Run(run func(ctx context.Context, controlPlaneID string, routeID string, opts ...operations.Option)) *MockRoutesSDK_DeleteRoute_Call

func (*MockRoutesSDK_DeleteRoute_Call) RunAndReturn

type MockRoutesSDK_Expecter

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

func (*MockRoutesSDK_Expecter) CreateRoute

func (_e *MockRoutesSDK_Expecter) CreateRoute(ctx interface{}, controlPlaneID interface{}, route interface{}, opts ...interface{}) *MockRoutesSDK_CreateRoute_Call

CreateRoute is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • route
  • opts

func (*MockRoutesSDK_Expecter) DeleteRoute

func (_e *MockRoutesSDK_Expecter) DeleteRoute(ctx interface{}, controlPlaneID interface{}, routeID interface{}, opts ...interface{}) *MockRoutesSDK_DeleteRoute_Call

DeleteRoute is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • routeID
  • opts

func (*MockRoutesSDK_Expecter) ListRoute

func (_e *MockRoutesSDK_Expecter) ListRoute(ctx interface{}, request interface{}, opts ...interface{}) *MockRoutesSDK_ListRoute_Call

ListRoute is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockRoutesSDK_Expecter) UpsertRoute

func (_e *MockRoutesSDK_Expecter) UpsertRoute(ctx interface{}, req interface{}, opts ...interface{}) *MockRoutesSDK_UpsertRoute_Call

UpsertRoute is a helper method to define mock.On call

  • ctx
  • req
  • opts

type MockRoutesSDK_ListRoute_Call

type MockRoutesSDK_ListRoute_Call struct {
	*mock.Call
}

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

func (*MockRoutesSDK_ListRoute_Call) Return

func (*MockRoutesSDK_ListRoute_Call) Run

func (*MockRoutesSDK_ListRoute_Call) RunAndReturn

type MockRoutesSDK_UpsertRoute_Call

type MockRoutesSDK_UpsertRoute_Call struct {
	*mock.Call
}

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

func (*MockRoutesSDK_UpsertRoute_Call) Return

func (*MockRoutesSDK_UpsertRoute_Call) Run

func (*MockRoutesSDK_UpsertRoute_Call) RunAndReturn

type MockSDKFactory

type MockSDKFactory struct {
	SDK *MockSDKWrapper
	// contains filtered or unexported fields
}

func NewMockSDKFactory

func NewMockSDKFactory(t *testing.T) *MockSDKFactory

func (MockSDKFactory) NewKonnectSDK

type MockSDKWrapper

type MockSDKWrapper struct {
	ControlPlaneSDK             *MockControlPlaneSDK
	CloudGatewaysSDK            *MockCloudGatewaysSDK
	ControlPlaneGroupSDK        *MockControlPlaneGroupSDK
	ServicesSDK                 *MockServicesSDK
	RoutesSDK                   *MockRoutesSDK
	ConsumersSDK                *MockConsumersSDK
	ConsumerGroupSDK            *MockConsumerGroupSDK
	PluginSDK                   *MockPluginSDK
	UpstreamsSDK                *MockUpstreamsSDK
	TargetsSDK                  *MockTargetsSDK
	MeSDK                       *MockMeSDK
	KongCredentialsBasicAuthSDK *MockKongCredentialBasicAuthSDK
	KongCredentialsAPIKeySDK    *MockKongCredentialAPIKeySDK
	KongCredentialsACLSDK       *MockKongCredentialACLSDK
	KongCredentialsJWTSDK       *MockKongCredentialJWTSDK
	KongCredentialsHMACSDK      *MockKongCredentialHMACSDK
	CACertificatesSDK           *MockCACertificatesSDK
	CertificatesSDK             *MockCertificatesSDK
	VaultSDK                    *MockVaultSDK
	KeysSDK                     *MockKeysSDK
	KeySetsSDK                  *MockKeySetsSDK
	SNIsSDK                     *MockSNIsSDK
	DataPlaneCertificatesSDK    *MockDataPlaneClientCertificatesSDK
	// contains filtered or unexported fields
}

func NewMockSDKWrapperWithT

func NewMockSDKWrapperWithT(t *testing.T) *MockSDKWrapper

func (MockSDKWrapper) GetACLCredentialsSDK

func (m MockSDKWrapper) GetACLCredentialsSDK() sdkops.KongCredentialACLSDK

func (MockSDKWrapper) GetAPIKeyCredentialsSDK

func (m MockSDKWrapper) GetAPIKeyCredentialsSDK() sdkops.KongCredentialAPIKeySDK

func (MockSDKWrapper) GetBasicAuthCredentialsSDK

func (m MockSDKWrapper) GetBasicAuthCredentialsSDK() sdkops.KongCredentialBasicAuthSDK

func (MockSDKWrapper) GetCACertificatesSDK

func (m MockSDKWrapper) GetCACertificatesSDK() sdkops.CACertificatesSDK

func (MockSDKWrapper) GetCertificatesSDK

func (m MockSDKWrapper) GetCertificatesSDK() sdkops.CertificatesSDK

func (MockSDKWrapper) GetCloudGatewaysSDK added in v1.5.0

func (m MockSDKWrapper) GetCloudGatewaysSDK() sdkops.CloudGatewaysSDK

func (MockSDKWrapper) GetConsumerGroupsSDK

func (m MockSDKWrapper) GetConsumerGroupsSDK() sdkops.ConsumerGroupSDK

func (MockSDKWrapper) GetConsumersSDK

func (m MockSDKWrapper) GetConsumersSDK() sdkops.ConsumersSDK

func (MockSDKWrapper) GetControlPlaneGroupSDK

func (m MockSDKWrapper) GetControlPlaneGroupSDK() sdkops.ControlPlaneGroupSDK

func (MockSDKWrapper) GetControlPlaneSDK

func (m MockSDKWrapper) GetControlPlaneSDK() sdkops.ControlPlaneSDK

func (MockSDKWrapper) GetDataPlaneCertificatesSDK

func (m MockSDKWrapper) GetDataPlaneCertificatesSDK() sdkops.DataPlaneClientCertificatesSDK

func (MockSDKWrapper) GetHMACCredentialsSDK

func (m MockSDKWrapper) GetHMACCredentialsSDK() sdkops.KongCredentialHMACSDK

func (MockSDKWrapper) GetJWTCredentialsSDK

func (m MockSDKWrapper) GetJWTCredentialsSDK() sdkops.KongCredentialJWTSDK

func (MockSDKWrapper) GetKeySetsSDK

func (m MockSDKWrapper) GetKeySetsSDK() sdkops.KeySetsSDK

func (MockSDKWrapper) GetKeysSDK

func (m MockSDKWrapper) GetKeysSDK() sdkops.KeysSDK

func (MockSDKWrapper) GetMeSDK

func (m MockSDKWrapper) GetMeSDK() sdkops.MeSDK

func (MockSDKWrapper) GetPluginSDK

func (m MockSDKWrapper) GetPluginSDK() sdkops.PluginSDK

func (MockSDKWrapper) GetRoutesSDK

func (m MockSDKWrapper) GetRoutesSDK() sdkops.RoutesSDK

func (MockSDKWrapper) GetSNIsSDK

func (m MockSDKWrapper) GetSNIsSDK() sdkops.SNIsSDK

func (MockSDKWrapper) GetServer added in v1.5.1

func (m MockSDKWrapper) GetServer() server.Server

func (MockSDKWrapper) GetServerURL added in v1.5.0

func (m MockSDKWrapper) GetServerURL() string

func (MockSDKWrapper) GetServicesSDK

func (m MockSDKWrapper) GetServicesSDK() sdkops.ServicesSDK

func (MockSDKWrapper) GetTargetsSDK

func (m MockSDKWrapper) GetTargetsSDK() sdkops.TargetsSDK

func (MockSDKWrapper) GetUpstreamsSDK

func (m MockSDKWrapper) GetUpstreamsSDK() sdkops.UpstreamsSDK

func (MockSDKWrapper) GetVaultSDK

func (m MockSDKWrapper) GetVaultSDK() sdkops.VaultSDK

type MockSNIsSDK

type MockSNIsSDK struct {
	mock.Mock
}

MockSNIsSDK is an autogenerated mock type for the SNIsSDK type

func NewMockSNIsSDK

func NewMockSNIsSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockSNIsSDK

NewMockSNIsSDK creates a new instance of MockSNIsSDK. 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 (*MockSNIsSDK) CreateSniWithCertificate

func (_mock *MockSNIsSDK) CreateSniWithCertificate(context1 context.Context, createSniWithCertificateRequest operations.CreateSniWithCertificateRequest, options ...operations.Option) (*operations.CreateSniWithCertificateResponse, error)

CreateSniWithCertificate provides a mock function for the type MockSNIsSDK

func (*MockSNIsSDK) DeleteSniWithCertificate

DeleteSniWithCertificate provides a mock function for the type MockSNIsSDK

func (*MockSNIsSDK) EXPECT

func (_m *MockSNIsSDK) EXPECT() *MockSNIsSDK_Expecter

func (*MockSNIsSDK) ListSni

ListSni provides a mock function for the type MockSNIsSDK

func (*MockSNIsSDK) UpsertSniWithCertificate

UpsertSniWithCertificate provides a mock function for the type MockSNIsSDK

type MockSNIsSDK_CreateSniWithCertificate_Call

type MockSNIsSDK_CreateSniWithCertificate_Call struct {
	*mock.Call
}

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

func (*MockSNIsSDK_CreateSniWithCertificate_Call) Return

func (*MockSNIsSDK_CreateSniWithCertificate_Call) Run

func (*MockSNIsSDK_CreateSniWithCertificate_Call) RunAndReturn

type MockSNIsSDK_DeleteSniWithCertificate_Call

type MockSNIsSDK_DeleteSniWithCertificate_Call struct {
	*mock.Call
}

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

func (*MockSNIsSDK_DeleteSniWithCertificate_Call) Return

func (*MockSNIsSDK_DeleteSniWithCertificate_Call) Run

type MockSNIsSDK_Expecter

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

func (*MockSNIsSDK_Expecter) CreateSniWithCertificate

func (_e *MockSNIsSDK_Expecter) CreateSniWithCertificate(context1 interface{}, createSniWithCertificateRequest interface{}, options ...interface{}) *MockSNIsSDK_CreateSniWithCertificate_Call

CreateSniWithCertificate is a helper method to define mock.On call

  • context1
  • createSniWithCertificateRequest
  • options

func (*MockSNIsSDK_Expecter) DeleteSniWithCertificate

func (_e *MockSNIsSDK_Expecter) DeleteSniWithCertificate(ctx interface{}, request interface{}, opts ...interface{}) *MockSNIsSDK_DeleteSniWithCertificate_Call

DeleteSniWithCertificate is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockSNIsSDK_Expecter) ListSni

func (_e *MockSNIsSDK_Expecter) ListSni(ctx interface{}, request interface{}, opts ...interface{}) *MockSNIsSDK_ListSni_Call

ListSni is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockSNIsSDK_Expecter) UpsertSniWithCertificate

func (_e *MockSNIsSDK_Expecter) UpsertSniWithCertificate(ctx interface{}, request interface{}, opts ...interface{}) *MockSNIsSDK_UpsertSniWithCertificate_Call

UpsertSniWithCertificate is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockSNIsSDK_ListSni_Call

type MockSNIsSDK_ListSni_Call struct {
	*mock.Call
}

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

func (*MockSNIsSDK_ListSni_Call) Return

func (*MockSNIsSDK_ListSni_Call) Run

func (*MockSNIsSDK_ListSni_Call) RunAndReturn

type MockSNIsSDK_UpsertSniWithCertificate_Call

type MockSNIsSDK_UpsertSniWithCertificate_Call struct {
	*mock.Call
}

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

func (*MockSNIsSDK_UpsertSniWithCertificate_Call) Return

func (*MockSNIsSDK_UpsertSniWithCertificate_Call) Run

type MockServicesSDK

type MockServicesSDK struct {
	mock.Mock
}

MockServicesSDK is an autogenerated mock type for the ServicesSDK type

func NewMockServicesSDK

func NewMockServicesSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockServicesSDK

NewMockServicesSDK creates a new instance of MockServicesSDK. 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 (*MockServicesSDK) CreateService

func (_mock *MockServicesSDK) CreateService(ctx context.Context, controlPlaneID string, service components.Service, opts ...operations.Option) (*operations.CreateServiceResponse, error)

CreateService provides a mock function for the type MockServicesSDK

func (*MockServicesSDK) DeleteService

func (_mock *MockServicesSDK) DeleteService(ctx context.Context, controlPlaneID string, serviceID string, opts ...operations.Option) (*operations.DeleteServiceResponse, error)

DeleteService provides a mock function for the type MockServicesSDK

func (*MockServicesSDK) EXPECT

func (*MockServicesSDK) ListService

ListService provides a mock function for the type MockServicesSDK

func (*MockServicesSDK) UpsertService

UpsertService provides a mock function for the type MockServicesSDK

type MockServicesSDK_CreateService_Call

type MockServicesSDK_CreateService_Call struct {
	*mock.Call
}

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

func (*MockServicesSDK_CreateService_Call) Return

func (*MockServicesSDK_CreateService_Call) Run

func (*MockServicesSDK_CreateService_Call) RunAndReturn

type MockServicesSDK_DeleteService_Call

type MockServicesSDK_DeleteService_Call struct {
	*mock.Call
}

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

func (*MockServicesSDK_DeleteService_Call) Return

func (*MockServicesSDK_DeleteService_Call) Run

func (_c *MockServicesSDK_DeleteService_Call) Run(run func(ctx context.Context, controlPlaneID string, serviceID string, opts ...operations.Option)) *MockServicesSDK_DeleteService_Call

func (*MockServicesSDK_DeleteService_Call) RunAndReturn

type MockServicesSDK_Expecter

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

func (*MockServicesSDK_Expecter) CreateService

func (_e *MockServicesSDK_Expecter) CreateService(ctx interface{}, controlPlaneID interface{}, service interface{}, opts ...interface{}) *MockServicesSDK_CreateService_Call

CreateService is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • service
  • opts

func (*MockServicesSDK_Expecter) DeleteService

func (_e *MockServicesSDK_Expecter) DeleteService(ctx interface{}, controlPlaneID interface{}, serviceID interface{}, opts ...interface{}) *MockServicesSDK_DeleteService_Call

DeleteService is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • serviceID
  • opts

func (*MockServicesSDK_Expecter) ListService

func (_e *MockServicesSDK_Expecter) ListService(ctx interface{}, request interface{}, opts ...interface{}) *MockServicesSDK_ListService_Call

ListService is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockServicesSDK_Expecter) UpsertService

func (_e *MockServicesSDK_Expecter) UpsertService(ctx interface{}, req interface{}, opts ...interface{}) *MockServicesSDK_UpsertService_Call

UpsertService is a helper method to define mock.On call

  • ctx
  • req
  • opts

type MockServicesSDK_ListService_Call

type MockServicesSDK_ListService_Call struct {
	*mock.Call
}

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

func (*MockServicesSDK_ListService_Call) Return

func (*MockServicesSDK_ListService_Call) Run

func (*MockServicesSDK_ListService_Call) RunAndReturn

type MockServicesSDK_UpsertService_Call

type MockServicesSDK_UpsertService_Call struct {
	*mock.Call
}

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

func (*MockServicesSDK_UpsertService_Call) Return

func (*MockServicesSDK_UpsertService_Call) Run

type MockTargetsSDK

type MockTargetsSDK struct {
	mock.Mock
}

MockTargetsSDK is an autogenerated mock type for the TargetsSDK type

func NewMockTargetsSDK

func NewMockTargetsSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockTargetsSDK

NewMockTargetsSDK creates a new instance of MockTargetsSDK. 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 (*MockTargetsSDK) CreateTargetWithUpstream

CreateTargetWithUpstream provides a mock function for the type MockTargetsSDK

func (*MockTargetsSDK) DeleteTargetWithUpstream

DeleteTargetWithUpstream provides a mock function for the type MockTargetsSDK

func (*MockTargetsSDK) EXPECT

func (*MockTargetsSDK) ListTargetWithUpstream

ListTargetWithUpstream provides a mock function for the type MockTargetsSDK

func (*MockTargetsSDK) UpsertTargetWithUpstream

UpsertTargetWithUpstream provides a mock function for the type MockTargetsSDK

type MockTargetsSDK_CreateTargetWithUpstream_Call

type MockTargetsSDK_CreateTargetWithUpstream_Call struct {
	*mock.Call
}

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

func (*MockTargetsSDK_CreateTargetWithUpstream_Call) Return

type MockTargetsSDK_DeleteTargetWithUpstream_Call

type MockTargetsSDK_DeleteTargetWithUpstream_Call struct {
	*mock.Call
}

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

func (*MockTargetsSDK_DeleteTargetWithUpstream_Call) Return

type MockTargetsSDK_Expecter

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

func (*MockTargetsSDK_Expecter) CreateTargetWithUpstream

func (_e *MockTargetsSDK_Expecter) CreateTargetWithUpstream(ctx interface{}, req interface{}, opts ...interface{}) *MockTargetsSDK_CreateTargetWithUpstream_Call

CreateTargetWithUpstream is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockTargetsSDK_Expecter) DeleteTargetWithUpstream

func (_e *MockTargetsSDK_Expecter) DeleteTargetWithUpstream(ctx interface{}, req interface{}, opts ...interface{}) *MockTargetsSDK_DeleteTargetWithUpstream_Call

DeleteTargetWithUpstream is a helper method to define mock.On call

  • ctx
  • req
  • opts

func (*MockTargetsSDK_Expecter) ListTargetWithUpstream

func (_e *MockTargetsSDK_Expecter) ListTargetWithUpstream(ctx interface{}, request interface{}, opts ...interface{}) *MockTargetsSDK_ListTargetWithUpstream_Call

ListTargetWithUpstream is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockTargetsSDK_Expecter) UpsertTargetWithUpstream

func (_e *MockTargetsSDK_Expecter) UpsertTargetWithUpstream(ctx interface{}, req interface{}, opts ...interface{}) *MockTargetsSDK_UpsertTargetWithUpstream_Call

UpsertTargetWithUpstream is a helper method to define mock.On call

  • ctx
  • req
  • opts

type MockTargetsSDK_ListTargetWithUpstream_Call

type MockTargetsSDK_ListTargetWithUpstream_Call struct {
	*mock.Call
}

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

func (*MockTargetsSDK_ListTargetWithUpstream_Call) Return

func (*MockTargetsSDK_ListTargetWithUpstream_Call) Run

type MockTargetsSDK_UpsertTargetWithUpstream_Call

type MockTargetsSDK_UpsertTargetWithUpstream_Call struct {
	*mock.Call
}

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

func (*MockTargetsSDK_UpsertTargetWithUpstream_Call) Return

type MockUpstreamsSDK

type MockUpstreamsSDK struct {
	mock.Mock
}

MockUpstreamsSDK is an autogenerated mock type for the UpstreamsSDK type

func NewMockUpstreamsSDK

func NewMockUpstreamsSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockUpstreamsSDK

NewMockUpstreamsSDK creates a new instance of MockUpstreamsSDK. 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 (*MockUpstreamsSDK) CreateUpstream

func (_mock *MockUpstreamsSDK) CreateUpstream(ctx context.Context, controlPlaneID string, upstream components.Upstream, opts ...operations.Option) (*operations.CreateUpstreamResponse, error)

CreateUpstream provides a mock function for the type MockUpstreamsSDK

func (*MockUpstreamsSDK) DeleteUpstream

func (_mock *MockUpstreamsSDK) DeleteUpstream(ctx context.Context, controlPlaneID string, upstreamID string, opts ...operations.Option) (*operations.DeleteUpstreamResponse, error)

DeleteUpstream provides a mock function for the type MockUpstreamsSDK

func (*MockUpstreamsSDK) EXPECT

func (*MockUpstreamsSDK) ListUpstream

ListUpstream provides a mock function for the type MockUpstreamsSDK

func (*MockUpstreamsSDK) UpsertUpstream

UpsertUpstream provides a mock function for the type MockUpstreamsSDK

type MockUpstreamsSDK_CreateUpstream_Call

type MockUpstreamsSDK_CreateUpstream_Call struct {
	*mock.Call
}

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

func (*MockUpstreamsSDK_CreateUpstream_Call) Return

func (*MockUpstreamsSDK_CreateUpstream_Call) Run

func (*MockUpstreamsSDK_CreateUpstream_Call) RunAndReturn

type MockUpstreamsSDK_DeleteUpstream_Call

type MockUpstreamsSDK_DeleteUpstream_Call struct {
	*mock.Call
}

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

func (*MockUpstreamsSDK_DeleteUpstream_Call) Return

func (*MockUpstreamsSDK_DeleteUpstream_Call) Run

func (_c *MockUpstreamsSDK_DeleteUpstream_Call) Run(run func(ctx context.Context, controlPlaneID string, upstreamID string, opts ...operations.Option)) *MockUpstreamsSDK_DeleteUpstream_Call

func (*MockUpstreamsSDK_DeleteUpstream_Call) RunAndReturn

type MockUpstreamsSDK_Expecter

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

func (*MockUpstreamsSDK_Expecter) CreateUpstream

func (_e *MockUpstreamsSDK_Expecter) CreateUpstream(ctx interface{}, controlPlaneID interface{}, upstream interface{}, opts ...interface{}) *MockUpstreamsSDK_CreateUpstream_Call

CreateUpstream is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • upstream
  • opts

func (*MockUpstreamsSDK_Expecter) DeleteUpstream

func (_e *MockUpstreamsSDK_Expecter) DeleteUpstream(ctx interface{}, controlPlaneID interface{}, upstreamID interface{}, opts ...interface{}) *MockUpstreamsSDK_DeleteUpstream_Call

DeleteUpstream is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • upstreamID
  • opts

func (*MockUpstreamsSDK_Expecter) ListUpstream

func (_e *MockUpstreamsSDK_Expecter) ListUpstream(ctx interface{}, request interface{}, opts ...interface{}) *MockUpstreamsSDK_ListUpstream_Call

ListUpstream is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockUpstreamsSDK_Expecter) UpsertUpstream

func (_e *MockUpstreamsSDK_Expecter) UpsertUpstream(ctx interface{}, req interface{}, opts ...interface{}) *MockUpstreamsSDK_UpsertUpstream_Call

UpsertUpstream is a helper method to define mock.On call

  • ctx
  • req
  • opts

type MockUpstreamsSDK_ListUpstream_Call

type MockUpstreamsSDK_ListUpstream_Call struct {
	*mock.Call
}

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

func (*MockUpstreamsSDK_ListUpstream_Call) Return

func (*MockUpstreamsSDK_ListUpstream_Call) Run

func (*MockUpstreamsSDK_ListUpstream_Call) RunAndReturn

type MockUpstreamsSDK_UpsertUpstream_Call

type MockUpstreamsSDK_UpsertUpstream_Call struct {
	*mock.Call
}

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

func (*MockUpstreamsSDK_UpsertUpstream_Call) Return

func (*MockUpstreamsSDK_UpsertUpstream_Call) Run

type MockVaultSDK

type MockVaultSDK struct {
	mock.Mock
}

MockVaultSDK is an autogenerated mock type for the VaultSDK type

func NewMockVaultSDK

func NewMockVaultSDK(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockVaultSDK

NewMockVaultSDK creates a new instance of MockVaultSDK. 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 (*MockVaultSDK) CreateVault

func (_mock *MockVaultSDK) CreateVault(ctx context.Context, controlPlaneID string, vault components.Vault, opts ...operations.Option) (*operations.CreateVaultResponse, error)

CreateVault provides a mock function for the type MockVaultSDK

func (*MockVaultSDK) DeleteVault

func (_mock *MockVaultSDK) DeleteVault(ctx context.Context, controlPlaneID string, vaultID string, opts ...operations.Option) (*operations.DeleteVaultResponse, error)

DeleteVault provides a mock function for the type MockVaultSDK

func (*MockVaultSDK) EXPECT

func (_m *MockVaultSDK) EXPECT() *MockVaultSDK_Expecter

func (*MockVaultSDK) ListVault

ListVault provides a mock function for the type MockVaultSDK

func (*MockVaultSDK) UpsertVault

UpsertVault provides a mock function for the type MockVaultSDK

type MockVaultSDK_CreateVault_Call

type MockVaultSDK_CreateVault_Call struct {
	*mock.Call
}

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

func (*MockVaultSDK_CreateVault_Call) Return

func (*MockVaultSDK_CreateVault_Call) Run

func (_c *MockVaultSDK_CreateVault_Call) Run(run func(ctx context.Context, controlPlaneID string, vault components.Vault, opts ...operations.Option)) *MockVaultSDK_CreateVault_Call

func (*MockVaultSDK_CreateVault_Call) RunAndReturn

type MockVaultSDK_DeleteVault_Call

type MockVaultSDK_DeleteVault_Call struct {
	*mock.Call
}

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

func (*MockVaultSDK_DeleteVault_Call) Return

func (*MockVaultSDK_DeleteVault_Call) Run

func (_c *MockVaultSDK_DeleteVault_Call) Run(run func(ctx context.Context, controlPlaneID string, vaultID string, opts ...operations.Option)) *MockVaultSDK_DeleteVault_Call

func (*MockVaultSDK_DeleteVault_Call) RunAndReturn

func (_c *MockVaultSDK_DeleteVault_Call) RunAndReturn(run func(ctx context.Context, controlPlaneID string, vaultID string, opts ...operations.Option) (*operations.DeleteVaultResponse, error)) *MockVaultSDK_DeleteVault_Call

type MockVaultSDK_Expecter

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

func (*MockVaultSDK_Expecter) CreateVault

func (_e *MockVaultSDK_Expecter) CreateVault(ctx interface{}, controlPlaneID interface{}, vault interface{}, opts ...interface{}) *MockVaultSDK_CreateVault_Call

CreateVault is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • vault
  • opts

func (*MockVaultSDK_Expecter) DeleteVault

func (_e *MockVaultSDK_Expecter) DeleteVault(ctx interface{}, controlPlaneID interface{}, vaultID interface{}, opts ...interface{}) *MockVaultSDK_DeleteVault_Call

DeleteVault is a helper method to define mock.On call

  • ctx
  • controlPlaneID
  • vaultID
  • opts

func (*MockVaultSDK_Expecter) ListVault

func (_e *MockVaultSDK_Expecter) ListVault(ctx interface{}, request interface{}, opts ...interface{}) *MockVaultSDK_ListVault_Call

ListVault is a helper method to define mock.On call

  • ctx
  • request
  • opts

func (*MockVaultSDK_Expecter) UpsertVault

func (_e *MockVaultSDK_Expecter) UpsertVault(ctx interface{}, request interface{}, opts ...interface{}) *MockVaultSDK_UpsertVault_Call

UpsertVault is a helper method to define mock.On call

  • ctx
  • request
  • opts

type MockVaultSDK_ListVault_Call

type MockVaultSDK_ListVault_Call struct {
	*mock.Call
}

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

func (*MockVaultSDK_ListVault_Call) Return

func (*MockVaultSDK_ListVault_Call) Run

func (*MockVaultSDK_ListVault_Call) RunAndReturn

type MockVaultSDK_UpsertVault_Call

type MockVaultSDK_UpsertVault_Call struct {
	*mock.Call
}

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

func (*MockVaultSDK_UpsertVault_Call) Return

func (*MockVaultSDK_UpsertVault_Call) Run

func (*MockVaultSDK_UpsertVault_Call) RunAndReturn

Jump to

Keyboard shortcuts

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