mocks

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

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 (_m *MockCACertificatesSDK) CreateCaCertificate(ctx context.Context, controlPlaneID string, caCertificate components.CACertificateInput, opts ...operations.Option) (*operations.CreateCaCertificateResponse, error)

CreateCaCertificate provides a mock function with given fields: ctx, controlPlaneID, caCertificate, opts

func (*MockCACertificatesSDK) DeleteCaCertificate

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

DeleteCaCertificate provides a mock function with given fields: ctx, controlPlaneID, caCertificateID, opts

func (*MockCACertificatesSDK) EXPECT

func (*MockCACertificatesSDK) ListCaCertificate

ListCaCertificate provides a mock function with given fields: ctx, request, opts

func (*MockCACertificatesSDK) UpsertCaCertificate

UpsertCaCertificate provides a mock function with given fields: ctx, request, opts

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) Run

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) Run

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 context.Context
  • controlPlaneID string
  • caCertificate components.CACertificateInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • caCertificateID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListCaCertificateRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertCaCertificateRequest
  • opts ...operations.Option

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) 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 (_m *MockCertificatesSDK) CreateCertificate(ctx context.Context, controlPlaneID string, certificate components.CertificateInput, opts ...operations.Option) (*operations.CreateCertificateResponse, error)

CreateCertificate provides a mock function with given fields: ctx, controlPlaneID, certificate, opts

func (*MockCertificatesSDK) DeleteCertificate

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

DeleteCertificate provides a mock function with given fields: ctx, controlPlaneID, certificateID, opts

func (*MockCertificatesSDK) EXPECT

func (*MockCertificatesSDK) ListCertificate

ListCertificate provides a mock function with given fields: ctx, request, opts

func (*MockCertificatesSDK) UpsertCertificate

UpsertCertificate provides a mock function with given fields: ctx, request, opts

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

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

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 context.Context
  • controlPlaneID string
  • certificate components.CertificateInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • certificateID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListCertificateRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertCertificateRequest
  • opts ...operations.Option

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 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 with given fields: ctx, request, opts

func (*MockConsumerGroupSDK) CreateConsumerGroup

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

CreateConsumerGroup provides a mock function with given fields: ctx, controlPlaneID, consumerInput, opts

func (*MockConsumerGroupSDK) DeleteConsumerGroup

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

DeleteConsumerGroup provides a mock function with given fields: ctx, controlPlaneID, consumerID, opts

func (*MockConsumerGroupSDK) EXPECT

func (*MockConsumerGroupSDK) ListConsumerGroup

ListConsumerGroup provides a mock function with given fields: ctx, request, opts

func (*MockConsumerGroupSDK) ListConsumerGroupsForConsumer

ListConsumerGroupsForConsumer provides a mock function with given fields: ctx, request, opts

func (*MockConsumerGroupSDK) RemoveConsumerFromGroup

RemoveConsumerFromGroup provides a mock function with given fields: ctx, request, opts

func (*MockConsumerGroupSDK) UpsertConsumerGroup

UpsertConsumerGroup provides a mock function with given fields: ctx, upsertConsumerRequest, opts

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) 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) Run

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) Run

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 context.Context
  • request operations.AddConsumerToGroupRequest
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • consumerInput components.ConsumerGroupInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • consumerID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListConsumerGroupRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListConsumerGroupsForConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.RemoveConsumerFromGroupRequest
  • opts ...operations.Option

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 context.Context
  • upsertConsumerRequest operations.UpsertConsumerGroupRequest
  • opts ...operations.Option

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'

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) 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) Run

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 (_m *MockConsumersSDK) CreateConsumer(ctx context.Context, controlPlaneID string, consumerInput components.ConsumerInput, opts ...operations.Option) (*operations.CreateConsumerResponse, error)

CreateConsumer provides a mock function with given fields: ctx, controlPlaneID, consumerInput, opts

func (*MockConsumersSDK) DeleteConsumer

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

DeleteConsumer provides a mock function with given fields: ctx, controlPlaneID, consumerID, opts

func (*MockConsumersSDK) EXPECT

func (*MockConsumersSDK) ListConsumer

ListConsumer provides a mock function with given fields: ctx, request, opts

func (*MockConsumersSDK) UpsertConsumer

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

UpsertConsumer provides a mock function with given fields: ctx, upsertConsumerRequest, opts

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

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

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 context.Context
  • controlPlaneID string
  • consumerInput components.ConsumerInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • consumerID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListConsumerRequest
  • opts ...operations.Option

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 context.Context
  • upsertConsumerRequest operations.UpsertConsumerRequest
  • opts ...operations.Option

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

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

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 (_m *MockControlPlaneGroupSDK) PutControlPlanesIDGroupMemberships(ctx context.Context, id string, groupMembership *components.GroupMembership, opts ...operations.Option) (*operations.PutControlPlanesIDGroupMembershipsResponse, error)

PutControlPlanesIDGroupMemberships provides a mock function with given fields: ctx, id, groupMembership, opts

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 context.Context
  • id string
  • groupMembership *components.GroupMembership
  • opts ...operations.Option

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) 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 with given fields: ctx, req, opts

func (*MockControlPlaneSDK) DeleteControlPlane

DeleteControlPlane provides a mock function with given fields: ctx, id, opts

func (*MockControlPlaneSDK) EXPECT

func (*MockControlPlaneSDK) ListControlPlanes

ListControlPlanes provides a mock function with given fields: ctx, request, opts

func (*MockControlPlaneSDK) UpdateControlPlane

UpdateControlPlane provides a mock function with given fields: ctx, id, req, opts

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

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 context.Context
  • req components.CreateControlPlaneRequest
  • opts ...operations.Option

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 context.Context
  • id string
  • opts ...operations.Option

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 context.Context
  • request operations.ListControlPlanesRequest
  • opts ...operations.Option

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 context.Context
  • id string
  • req components.UpdateControlPlaneRequest
  • opts ...operations.Option

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 with given fields: ctx, cpID, dpReq, opts

func (*MockDataPlaneClientCertificatesSDK) DeleteDataplaneCertificate

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

DeleteDataplaneCertificate provides a mock function with given fields: ctx, controlPlaneID, certificateID, opts

func (*MockDataPlaneClientCertificatesSDK) EXPECT

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'

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) Run

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 context.Context
  • cpID string
  • dpReq *components.DataPlaneClientCertificateRequest
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • certificateID string
  • opts ...operations.Option

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 (_m *MockKeySetsSDK) CreateKeySet(ctx context.Context, controlPlaneID string, keySet components.KeySetInput, opts ...operations.Option) (*operations.CreateKeySetResponse, error)

CreateKeySet provides a mock function with given fields: ctx, controlPlaneID, keySet, opts

func (*MockKeySetsSDK) DeleteKeySet

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

DeleteKeySet provides a mock function with given fields: ctx, controlPlaneID, keySetID, opts

func (*MockKeySetsSDK) EXPECT

func (*MockKeySetsSDK) ListKeySet

ListKeySet provides a mock function with given fields: ctx, request, opts

func (*MockKeySetsSDK) UpsertKeySet

UpsertKeySet provides a mock function with given fields: ctx, request, opts

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

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

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 context.Context
  • controlPlaneID string
  • keySet components.KeySetInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • keySetID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListKeySetRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertKeySetRequest
  • opts ...operations.Option

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

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

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 (_m *MockKeysSDK) CreateKey(ctx context.Context, controlPlaneID string, Key components.KeyInput, opts ...operations.Option) (*operations.CreateKeyResponse, error)

CreateKey provides a mock function with given fields: ctx, controlPlaneID, Key, opts

func (*MockKeysSDK) DeleteKey

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

DeleteKey provides a mock function with given fields: ctx, controlPlaneID, KeyID, opts

func (*MockKeysSDK) EXPECT

func (_m *MockKeysSDK) EXPECT() *MockKeysSDK_Expecter

func (*MockKeysSDK) ListKey

ListKey provides a mock function with given fields: ctx, request, opts

func (*MockKeysSDK) UpsertKey

UpsertKey provides a mock function with given fields: ctx, request, opts

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.KeyInput, opts ...operations.Option)) *MockKeysSDK_CreateKey_Call

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

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 context.Context
  • controlPlaneID string
  • Key components.KeyInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • KeyID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListKeyRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertKeyRequest
  • opts ...operations.Option

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

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

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 with given fields: ctx, req, opts

func (*MockKongCredentialACLSDK) DeleteACLWithConsumer

DeleteACLWithConsumer provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialACLSDK) EXPECT

func (*MockKongCredentialACLSDK) ListACL

ListACL provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialACLSDK) UpsertACLWithConsumer

UpsertACLWithConsumer provides a mock function with given fields: ctx, request, opts

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'

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) 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 context.Context
  • req operations.CreateACLWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.DeleteACLWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListACLRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertACLWithConsumerRequest
  • opts ...operations.Option

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

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) 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 with given fields: ctx, req, opts

func (*MockKongCredentialAPIKeySDK) DeleteKeyAuthWithConsumer

DeleteKeyAuthWithConsumer provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialAPIKeySDK) EXPECT

func (*MockKongCredentialAPIKeySDK) ListKeyAuth

ListKeyAuth provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialAPIKeySDK) UpsertKeyAuthWithConsumer

UpsertKeyAuthWithConsumer provides a mock function with given fields: ctx, request, opts

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'

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'

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 context.Context
  • req operations.CreateKeyAuthWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.DeleteKeyAuthWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListKeyAuthRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertKeyAuthWithConsumerRequest
  • opts ...operations.Option

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'

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 with given fields: ctx, req, opts

func (*MockKongCredentialBasicAuthSDK) DeleteBasicAuthWithConsumer

DeleteBasicAuthWithConsumer provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialBasicAuthSDK) EXPECT

func (*MockKongCredentialBasicAuthSDK) ListBasicAuth

ListBasicAuth provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialBasicAuthSDK) UpsertBasicAuthWithConsumer

UpsertBasicAuthWithConsumer provides a mock function with given fields: ctx, request, opts

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'

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'

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 context.Context
  • req operations.CreateBasicAuthWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.DeleteBasicAuthWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListBasicAuthRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertBasicAuthWithConsumerRequest
  • opts ...operations.Option

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'

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 with given fields: ctx, req, opts

func (*MockKongCredentialHMACSDK) DeleteHmacAuthWithConsumer

DeleteHmacAuthWithConsumer provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialHMACSDK) EXPECT

func (*MockKongCredentialHMACSDK) ListHmacAuth

ListHmacAuth provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialHMACSDK) UpsertHmacAuthWithConsumer

UpsertHmacAuthWithConsumer provides a mock function with given fields: ctx, request, opts

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'

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'

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 context.Context
  • req operations.CreateHmacAuthWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.DeleteHmacAuthWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListHmacAuthRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertHmacAuthWithConsumerRequest
  • opts ...operations.Option

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'

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 with given fields: ctx, req, opts

func (*MockKongCredentialJWTSDK) DeleteJwtWithConsumer

DeleteJwtWithConsumer provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialJWTSDK) EXPECT

func (*MockKongCredentialJWTSDK) ListJwt

ListJwt provides a mock function with given fields: ctx, request, opts

func (*MockKongCredentialJWTSDK) UpsertJwtWithConsumer

UpsertJwtWithConsumer provides a mock function with given fields: ctx, request, opts

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'

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) 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 context.Context
  • req operations.CreateJwtWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.DeleteJwtWithConsumerRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListJwtRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertJwtWithConsumerRequest
  • opts ...operations.Option

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

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) 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 (_m *MockMeSDK) GetOrganizationsMe(ctx context.Context, opts ...operations.Option) (*operations.GetOrganizationsMeResponse, error)

GetOrganizationsMe provides a mock function with given fields: ctx, opts

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 context.Context
  • opts ...operations.Option

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

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 (_m *MockPluginSDK) CreatePlugin(ctx context.Context, controlPlaneID string, plugin components.PluginInput, opts ...operations.Option) (*operations.CreatePluginResponse, error)

CreatePlugin provides a mock function with given fields: ctx, controlPlaneID, plugin, opts

func (*MockPluginSDK) DeletePlugin

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

DeletePlugin provides a mock function with given fields: ctx, controlPlaneID, pluginID, opts

func (*MockPluginSDK) EXPECT

func (_m *MockPluginSDK) EXPECT() *MockPluginSDK_Expecter

func (*MockPluginSDK) ListPlugin

ListPlugin provides a mock function with given fields: ctx, request, opts

func (*MockPluginSDK) UpsertPlugin

UpsertPlugin provides a mock function with given fields: ctx, request, opts

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

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

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 context.Context
  • controlPlaneID string
  • plugin components.PluginInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • pluginID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListPluginRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertPluginRequest
  • opts ...operations.Option

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

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

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 (_m *MockRoutesSDK) CreateRoute(ctx context.Context, controlPlaneID string, route components.RouteInput, opts ...operations.Option) (*operations.CreateRouteResponse, error)

CreateRoute provides a mock function with given fields: ctx, controlPlaneID, route, opts

func (*MockRoutesSDK) DeleteRoute

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

DeleteRoute provides a mock function with given fields: ctx, controlPlaneID, routeID, opts

func (*MockRoutesSDK) EXPECT

func (_m *MockRoutesSDK) EXPECT() *MockRoutesSDK_Expecter

func (*MockRoutesSDK) ListRoute

ListRoute provides a mock function with given fields: ctx, request, opts

func (*MockRoutesSDK) UpsertRoute

UpsertRoute provides a mock function with given fields: ctx, req, opts

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

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

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 context.Context
  • controlPlaneID string
  • route components.RouteInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • routeID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListRouteRequest
  • opts ...operations.Option

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 context.Context
  • req operations.UpsertRouteRequest
  • opts ...operations.Option

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

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

type MockSDKFactory

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

func NewMockSDKFactory

func NewMockSDKFactory(t *testing.T) *MockSDKFactory

func (MockSDKFactory) NewKonnectSDK

func (m MockSDKFactory) NewKonnectSDK(_ string, _ sdkops.SDKToken) sdkops.SDKWrapper

type MockSDKWrapper

type MockSDKWrapper struct {
	ControlPlaneSDK             *MockControlPlaneSDK
	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
}

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) 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) 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

CreateSniWithCertificate provides a mock function with given fields: _a0, _a1, _a2

func (*MockSNIsSDK) DeleteSniWithCertificate

DeleteSniWithCertificate provides a mock function with given fields: ctx, request, opts

func (*MockSNIsSDK) EXPECT

func (_m *MockSNIsSDK) EXPECT() *MockSNIsSDK_Expecter

func (*MockSNIsSDK) ListSni

ListSni provides a mock function with given fields: ctx, request, opts

func (*MockSNIsSDK) UpsertSniWithCertificate

UpsertSniWithCertificate provides a mock function with given fields: ctx, request, opts

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'

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) Run

type MockSNIsSDK_Expecter

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

func (*MockSNIsSDK_Expecter) CreateSniWithCertificate

func (_e *MockSNIsSDK_Expecter) CreateSniWithCertificate(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockSNIsSDK_CreateSniWithCertificate_Call

CreateSniWithCertificate is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 operations.CreateSniWithCertificateRequest
  • _a2 ...operations.Option

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 context.Context
  • request operations.DeleteSniWithCertificateRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListSniRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertSniWithCertificateRequest
  • opts ...operations.Option

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

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) 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 (_m *MockServicesSDK) CreateService(ctx context.Context, controlPlaneID string, service components.ServiceInput, opts ...operations.Option) (*operations.CreateServiceResponse, error)

CreateService provides a mock function with given fields: ctx, controlPlaneID, service, opts

func (*MockServicesSDK) DeleteService

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

DeleteService provides a mock function with given fields: ctx, controlPlaneID, serviceID, opts

func (*MockServicesSDK) EXPECT

func (*MockServicesSDK) ListService

ListService provides a mock function with given fields: ctx, request, opts

func (*MockServicesSDK) UpsertService

UpsertService provides a mock function with given fields: ctx, req, opts

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

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

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 context.Context
  • controlPlaneID string
  • service components.ServiceInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • serviceID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListServiceRequest
  • opts ...operations.Option

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 context.Context
  • req operations.UpsertServiceRequest
  • opts ...operations.Option

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

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 with given fields: ctx, req, opts

func (*MockTargetsSDK) DeleteTargetWithUpstream

DeleteTargetWithUpstream provides a mock function with given fields: ctx, req, opts

func (*MockTargetsSDK) EXPECT

func (*MockTargetsSDK) ListTargetWithUpstream

ListTargetWithUpstream provides a mock function with given fields: ctx, request, opts

func (*MockTargetsSDK) UpsertTargetWithUpstream

UpsertTargetWithUpstream provides a mock function with given fields: ctx, req, opts

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'

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'

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 context.Context
  • req operations.CreateTargetWithUpstreamRequest
  • opts ...operations.Option

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 context.Context
  • req operations.DeleteTargetWithUpstreamRequest
  • opts ...operations.Option

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 context.Context
  • request operations.ListTargetWithUpstreamRequest
  • opts ...operations.Option

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 context.Context
  • req operations.UpsertTargetWithUpstreamRequest
  • opts ...operations.Option

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) 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'

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 (_m *MockUpstreamsSDK) CreateUpstream(ctx context.Context, controlPlaneID string, upstream components.UpstreamInput, opts ...operations.Option) (*operations.CreateUpstreamResponse, error)

CreateUpstream provides a mock function with given fields: ctx, controlPlaneID, upstream, opts

func (*MockUpstreamsSDK) DeleteUpstream

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

DeleteUpstream provides a mock function with given fields: ctx, controlPlaneID, upstreamID, opts

func (*MockUpstreamsSDK) EXPECT

func (*MockUpstreamsSDK) ListUpstream

ListUpstream provides a mock function with given fields: ctx, request, opts

func (*MockUpstreamsSDK) UpsertUpstream

UpsertUpstream provides a mock function with given fields: ctx, req, opts

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

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

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 context.Context
  • controlPlaneID string
  • upstream components.UpstreamInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • upstreamID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListUpstreamRequest
  • opts ...operations.Option

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 context.Context
  • req operations.UpsertUpstreamRequest
  • opts ...operations.Option

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

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 (_m *MockVaultSDK) CreateVault(ctx context.Context, controlPlaneID string, vault components.VaultInput, opts ...operations.Option) (*operations.CreateVaultResponse, error)

CreateVault provides a mock function with given fields: ctx, controlPlaneID, vault, opts

func (*MockVaultSDK) DeleteVault

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

DeleteVault provides a mock function with given fields: ctx, controlPlaneID, vaultID, opts

func (*MockVaultSDK) EXPECT

func (_m *MockVaultSDK) EXPECT() *MockVaultSDK_Expecter

func (*MockVaultSDK) ListVault

ListVault provides a mock function with given fields: ctx, request, opts

func (*MockVaultSDK) UpsertVault

UpsertVault provides a mock function with given fields: ctx, request, opts

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

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

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 context.Context
  • controlPlaneID string
  • vault components.VaultInput
  • opts ...operations.Option

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 context.Context
  • controlPlaneID string
  • vaultID string
  • opts ...operations.Option

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 context.Context
  • request operations.ListVaultRequest
  • opts ...operations.Option

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 context.Context
  • request operations.UpsertVaultRequest
  • opts ...operations.Option

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

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

Jump to

Keyboard shortcuts

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