mock_client

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_client is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSdkClient

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

MockSdkClient is a mock of SdkClient interface.

func NewMockSdkClient

func NewMockSdkClient(ctrl *gomock.Controller) *MockSdkClient

NewMockSdkClient creates a new mock instance.

func (*MockSdkClient) BatchCheck

BatchCheck mocks base method.

func (*MockSdkClient) BatchCheckExecute

BatchCheckExecute mocks base method.

func (*MockSdkClient) Check

Check mocks base method.

func (*MockSdkClient) CheckExecute

CheckExecute mocks base method.

func (*MockSdkClient) CreateStore

CreateStore mocks base method.

func (*MockSdkClient) CreateStoreExecute

CreateStoreExecute mocks base method.

func (*MockSdkClient) DeleteStore

DeleteStore mocks base method.

func (*MockSdkClient) DeleteStoreExecute

DeleteStoreExecute mocks base method.

func (*MockSdkClient) DeleteTuples

DeleteTuples mocks base method.

func (*MockSdkClient) DeleteTuplesExecute

DeleteTuplesExecute mocks base method.

func (*MockSdkClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClient) Expand

Expand mocks base method.

func (*MockSdkClient) ExpandExecute

ExpandExecute mocks base method.

func (*MockSdkClient) GetStore

GetStore mocks base method.

func (*MockSdkClient) GetStoreExecute

GetStoreExecute mocks base method.

func (*MockSdkClient) ListObjects

ListObjects mocks base method.

func (*MockSdkClient) ListObjectsExecute

ListObjectsExecute mocks base method.

func (*MockSdkClient) ListRelations

ListRelations mocks base method.

func (*MockSdkClient) ListRelationsExecute

ListRelationsExecute mocks base method.

func (*MockSdkClient) ListStores

ListStores mocks base method.

func (*MockSdkClient) ListStoresExecute

ListStoresExecute mocks base method.

func (*MockSdkClient) Read

Read mocks base method.

func (*MockSdkClient) ReadAssertions

ReadAssertions mocks base method.

func (*MockSdkClient) ReadAssertionsExecute

ReadAssertionsExecute mocks base method.

func (*MockSdkClient) ReadAuthorizationModel

ReadAuthorizationModel mocks base method.

func (*MockSdkClient) ReadAuthorizationModelExecute

ReadAuthorizationModelExecute mocks base method.

func (*MockSdkClient) ReadAuthorizationModels

ReadAuthorizationModels mocks base method.

func (*MockSdkClient) ReadAuthorizationModelsExecute

ReadAuthorizationModelsExecute mocks base method.

func (*MockSdkClient) ReadChanges

ReadChanges mocks base method.

func (*MockSdkClient) ReadChangesExecute

ReadChangesExecute mocks base method.

func (*MockSdkClient) ReadExecute

ReadExecute mocks base method.

func (*MockSdkClient) ReadLatestAuthorizationModel

ReadLatestAuthorizationModel mocks base method.

func (*MockSdkClient) ReadLatestAuthorizationModelExecute

ReadLatestAuthorizationModelExecute mocks base method.

func (*MockSdkClient) Write

Write mocks base method.

func (*MockSdkClient) WriteAssertions

WriteAssertions mocks base method.

func (*MockSdkClient) WriteAssertionsExecute

WriteAssertionsExecute mocks base method.

func (*MockSdkClient) WriteAuthorizationModel

WriteAuthorizationModel mocks base method.

func (*MockSdkClient) WriteAuthorizationModelExecute

WriteAuthorizationModelExecute mocks base method.

func (*MockSdkClient) WriteExecute

WriteExecute mocks base method.

func (*MockSdkClient) WriteTuples

WriteTuples mocks base method.

func (*MockSdkClient) WriteTuplesExecute

WriteTuplesExecute mocks base method.

type MockSdkClientBatchCheckRequestInterface

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

MockSdkClientBatchCheckRequestInterface is a mock of SdkClientBatchCheckRequestInterface interface.

func NewMockSdkClientBatchCheckRequestInterface

func NewMockSdkClientBatchCheckRequestInterface(ctrl *gomock.Controller) *MockSdkClientBatchCheckRequestInterface

NewMockSdkClientBatchCheckRequestInterface creates a new mock instance.

func (*MockSdkClientBatchCheckRequestInterface) Body

Body mocks base method.

func (*MockSdkClientBatchCheckRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientBatchCheckRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientBatchCheckRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientBatchCheckRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientBatchCheckRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientBatchCheckRequestInterface) Options

Options mocks base method.

type MockSdkClientBatchCheckRequestInterfaceMockRecorder

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

MockSdkClientBatchCheckRequestInterfaceMockRecorder is the mock recorder for MockSdkClientBatchCheckRequestInterface.

func (*MockSdkClientBatchCheckRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientBatchCheckRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientBatchCheckRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientBatchCheckRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientBatchCheckRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientBatchCheckRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientBatchCheckRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientBatchCheckRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientBatchCheckRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientCheckRequestInterface

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

MockSdkClientCheckRequestInterface is a mock of SdkClientCheckRequestInterface interface.

func NewMockSdkClientCheckRequestInterface

func NewMockSdkClientCheckRequestInterface(ctrl *gomock.Controller) *MockSdkClientCheckRequestInterface

NewMockSdkClientCheckRequestInterface creates a new mock instance.

func (*MockSdkClientCheckRequestInterface) Body

Body mocks base method.

func (*MockSdkClientCheckRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientCheckRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientCheckRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientCheckRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientCheckRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientCheckRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientCheckRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientCheckRequestInterface) Options

Options mocks base method.

type MockSdkClientCheckRequestInterfaceMockRecorder

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

MockSdkClientCheckRequestInterfaceMockRecorder is the mock recorder for MockSdkClientCheckRequestInterface.

func (*MockSdkClientCheckRequestInterfaceMockRecorder) Body

func (mr *MockSdkClientCheckRequestInterfaceMockRecorder) Body(body interface{}) *gomock.Call

Body indicates an expected call of Body.

func (*MockSdkClientCheckRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientCheckRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientCheckRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientCheckRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientCheckRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientCheckRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientCheckRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientCheckRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientCreateStoreRequestInterface

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

MockSdkClientCreateStoreRequestInterface is a mock of SdkClientCreateStoreRequestInterface interface.

func NewMockSdkClientCreateStoreRequestInterface

func NewMockSdkClientCreateStoreRequestInterface(ctrl *gomock.Controller) *MockSdkClientCreateStoreRequestInterface

NewMockSdkClientCreateStoreRequestInterface creates a new mock instance.

func (*MockSdkClientCreateStoreRequestInterface) Body

Body mocks base method.

func (*MockSdkClientCreateStoreRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientCreateStoreRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientCreateStoreRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientCreateStoreRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientCreateStoreRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientCreateStoreRequestInterface) Options

Options mocks base method.

type MockSdkClientCreateStoreRequestInterfaceMockRecorder

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

MockSdkClientCreateStoreRequestInterfaceMockRecorder is the mock recorder for MockSdkClientCreateStoreRequestInterface.

func (*MockSdkClientCreateStoreRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientCreateStoreRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientCreateStoreRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientCreateStoreRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientCreateStoreRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientCreateStoreRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientCreateStoreRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientDeleteStoreRequestInterface

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

MockSdkClientDeleteStoreRequestInterface is a mock of SdkClientDeleteStoreRequestInterface interface.

func NewMockSdkClientDeleteStoreRequestInterface

func NewMockSdkClientDeleteStoreRequestInterface(ctrl *gomock.Controller) *MockSdkClientDeleteStoreRequestInterface

NewMockSdkClientDeleteStoreRequestInterface creates a new mock instance.

func (*MockSdkClientDeleteStoreRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientDeleteStoreRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientDeleteStoreRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientDeleteStoreRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientDeleteStoreRequestInterface) Options

Options mocks base method.

type MockSdkClientDeleteStoreRequestInterfaceMockRecorder

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

MockSdkClientDeleteStoreRequestInterfaceMockRecorder is the mock recorder for MockSdkClientDeleteStoreRequestInterface.

func (*MockSdkClientDeleteStoreRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientDeleteStoreRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientDeleteStoreRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientDeleteStoreRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientDeleteStoreRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientDeleteTuplesRequestInterface

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

MockSdkClientDeleteTuplesRequestInterface is a mock of SdkClientDeleteTuplesRequestInterface interface.

func NewMockSdkClientDeleteTuplesRequestInterface

func NewMockSdkClientDeleteTuplesRequestInterface(ctrl *gomock.Controller) *MockSdkClientDeleteTuplesRequestInterface

NewMockSdkClientDeleteTuplesRequestInterface creates a new mock instance.

func (*MockSdkClientDeleteTuplesRequestInterface) Body

Body mocks base method.

func (*MockSdkClientDeleteTuplesRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientDeleteTuplesRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientDeleteTuplesRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientDeleteTuplesRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientDeleteTuplesRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientDeleteTuplesRequestInterface) Options

Options mocks base method.

type MockSdkClientDeleteTuplesRequestInterfaceMockRecorder

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

MockSdkClientDeleteTuplesRequestInterfaceMockRecorder is the mock recorder for MockSdkClientDeleteTuplesRequestInterface.

func (*MockSdkClientDeleteTuplesRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientDeleteTuplesRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientDeleteTuplesRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientDeleteTuplesRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientDeleteTuplesRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientDeleteTuplesRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientDeleteTuplesRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientExpandRequestInterface

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

MockSdkClientExpandRequestInterface is a mock of SdkClientExpandRequestInterface interface.

func NewMockSdkClientExpandRequestInterface

func NewMockSdkClientExpandRequestInterface(ctrl *gomock.Controller) *MockSdkClientExpandRequestInterface

NewMockSdkClientExpandRequestInterface creates a new mock instance.

func (*MockSdkClientExpandRequestInterface) Body

Body mocks base method.

func (*MockSdkClientExpandRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientExpandRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientExpandRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientExpandRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientExpandRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientExpandRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientExpandRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientExpandRequestInterface) Options

Options mocks base method.

type MockSdkClientExpandRequestInterfaceMockRecorder

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

MockSdkClientExpandRequestInterfaceMockRecorder is the mock recorder for MockSdkClientExpandRequestInterface.

func (*MockSdkClientExpandRequestInterfaceMockRecorder) Body

func (mr *MockSdkClientExpandRequestInterfaceMockRecorder) Body(body interface{}) *gomock.Call

Body indicates an expected call of Body.

func (*MockSdkClientExpandRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientExpandRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientExpandRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientExpandRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientExpandRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientExpandRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientExpandRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientExpandRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientGetStoreRequestInterface

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

MockSdkClientGetStoreRequestInterface is a mock of SdkClientGetStoreRequestInterface interface.

func NewMockSdkClientGetStoreRequestInterface

func NewMockSdkClientGetStoreRequestInterface(ctrl *gomock.Controller) *MockSdkClientGetStoreRequestInterface

NewMockSdkClientGetStoreRequestInterface creates a new mock instance.

func (*MockSdkClientGetStoreRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientGetStoreRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientGetStoreRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientGetStoreRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientGetStoreRequestInterface) Options

Options mocks base method.

type MockSdkClientGetStoreRequestInterfaceMockRecorder

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

MockSdkClientGetStoreRequestInterfaceMockRecorder is the mock recorder for MockSdkClientGetStoreRequestInterface.

func (*MockSdkClientGetStoreRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientGetStoreRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientGetStoreRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientGetStoreRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientGetStoreRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientListObjectsRequestInterface

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

MockSdkClientListObjectsRequestInterface is a mock of SdkClientListObjectsRequestInterface interface.

func NewMockSdkClientListObjectsRequestInterface

func NewMockSdkClientListObjectsRequestInterface(ctrl *gomock.Controller) *MockSdkClientListObjectsRequestInterface

NewMockSdkClientListObjectsRequestInterface creates a new mock instance.

func (*MockSdkClientListObjectsRequestInterface) Body

Body mocks base method.

func (*MockSdkClientListObjectsRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientListObjectsRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientListObjectsRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientListObjectsRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientListObjectsRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientListObjectsRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientListObjectsRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientListObjectsRequestInterface) Options

Options mocks base method.

type MockSdkClientListObjectsRequestInterfaceMockRecorder

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

MockSdkClientListObjectsRequestInterfaceMockRecorder is the mock recorder for MockSdkClientListObjectsRequestInterface.

func (*MockSdkClientListObjectsRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientListObjectsRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientListObjectsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientListObjectsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientListObjectsRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientListObjectsRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientListObjectsRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientListObjectsRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientListObjectsRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientListRelationsRequestInterface

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

MockSdkClientListRelationsRequestInterface is a mock of SdkClientListRelationsRequestInterface interface.

func NewMockSdkClientListRelationsRequestInterface

func NewMockSdkClientListRelationsRequestInterface(ctrl *gomock.Controller) *MockSdkClientListRelationsRequestInterface

NewMockSdkClientListRelationsRequestInterface creates a new mock instance.

func (*MockSdkClientListRelationsRequestInterface) Body

Body mocks base method.

func (*MockSdkClientListRelationsRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientListRelationsRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientListRelationsRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientListRelationsRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientListRelationsRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientListRelationsRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientListRelationsRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientListRelationsRequestInterface) Options

Options mocks base method.

type MockSdkClientListRelationsRequestInterfaceMockRecorder

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

MockSdkClientListRelationsRequestInterfaceMockRecorder is the mock recorder for MockSdkClientListRelationsRequestInterface.

func (*MockSdkClientListRelationsRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientListRelationsRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientListRelationsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientListRelationsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientListRelationsRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientListRelationsRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientListRelationsRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientListRelationsRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientListRelationsRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientListStoresRequestInterface

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

MockSdkClientListStoresRequestInterface is a mock of SdkClientListStoresRequestInterface interface.

func NewMockSdkClientListStoresRequestInterface

func NewMockSdkClientListStoresRequestInterface(ctrl *gomock.Controller) *MockSdkClientListStoresRequestInterface

NewMockSdkClientListStoresRequestInterface creates a new mock instance.

func (*MockSdkClientListStoresRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientListStoresRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientListStoresRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientListStoresRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientListStoresRequestInterface) Options

Options mocks base method.

type MockSdkClientListStoresRequestInterfaceMockRecorder

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

MockSdkClientListStoresRequestInterfaceMockRecorder is the mock recorder for MockSdkClientListStoresRequestInterface.

func (*MockSdkClientListStoresRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientListStoresRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientListStoresRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientListStoresRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientListStoresRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientMockRecorder

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

MockSdkClientMockRecorder is the mock recorder for MockSdkClient.

func (*MockSdkClientMockRecorder) BatchCheck

func (mr *MockSdkClientMockRecorder) BatchCheck(ctx interface{}) *gomock.Call

BatchCheck indicates an expected call of BatchCheck.

func (*MockSdkClientMockRecorder) BatchCheckExecute

func (mr *MockSdkClientMockRecorder) BatchCheckExecute(request interface{}) *gomock.Call

BatchCheckExecute indicates an expected call of BatchCheckExecute.

func (*MockSdkClientMockRecorder) Check

func (mr *MockSdkClientMockRecorder) Check(ctx interface{}) *gomock.Call

Check indicates an expected call of Check.

func (*MockSdkClientMockRecorder) CheckExecute

func (mr *MockSdkClientMockRecorder) CheckExecute(request interface{}) *gomock.Call

CheckExecute indicates an expected call of CheckExecute.

func (*MockSdkClientMockRecorder) CreateStore

func (mr *MockSdkClientMockRecorder) CreateStore(ctx interface{}) *gomock.Call

CreateStore indicates an expected call of CreateStore.

func (*MockSdkClientMockRecorder) CreateStoreExecute

func (mr *MockSdkClientMockRecorder) CreateStoreExecute(request interface{}) *gomock.Call

CreateStoreExecute indicates an expected call of CreateStoreExecute.

func (*MockSdkClientMockRecorder) DeleteStore

func (mr *MockSdkClientMockRecorder) DeleteStore(ctx interface{}) *gomock.Call

DeleteStore indicates an expected call of DeleteStore.

func (*MockSdkClientMockRecorder) DeleteStoreExecute

func (mr *MockSdkClientMockRecorder) DeleteStoreExecute(request interface{}) *gomock.Call

DeleteStoreExecute indicates an expected call of DeleteStoreExecute.

func (*MockSdkClientMockRecorder) DeleteTuples

func (mr *MockSdkClientMockRecorder) DeleteTuples(ctx interface{}) *gomock.Call

DeleteTuples indicates an expected call of DeleteTuples.

func (*MockSdkClientMockRecorder) DeleteTuplesExecute

func (mr *MockSdkClientMockRecorder) DeleteTuplesExecute(request interface{}) *gomock.Call

DeleteTuplesExecute indicates an expected call of DeleteTuplesExecute.

func (*MockSdkClientMockRecorder) Expand

func (mr *MockSdkClientMockRecorder) Expand(ctx interface{}) *gomock.Call

Expand indicates an expected call of Expand.

func (*MockSdkClientMockRecorder) ExpandExecute

func (mr *MockSdkClientMockRecorder) ExpandExecute(request interface{}) *gomock.Call

ExpandExecute indicates an expected call of ExpandExecute.

func (*MockSdkClientMockRecorder) GetStore

func (mr *MockSdkClientMockRecorder) GetStore(ctx interface{}) *gomock.Call

GetStore indicates an expected call of GetStore.

func (*MockSdkClientMockRecorder) GetStoreExecute

func (mr *MockSdkClientMockRecorder) GetStoreExecute(request interface{}) *gomock.Call

GetStoreExecute indicates an expected call of GetStoreExecute.

func (*MockSdkClientMockRecorder) ListObjects

func (mr *MockSdkClientMockRecorder) ListObjects(ctx interface{}) *gomock.Call

ListObjects indicates an expected call of ListObjects.

func (*MockSdkClientMockRecorder) ListObjectsExecute

func (mr *MockSdkClientMockRecorder) ListObjectsExecute(request interface{}) *gomock.Call

ListObjectsExecute indicates an expected call of ListObjectsExecute.

func (*MockSdkClientMockRecorder) ListRelations

func (mr *MockSdkClientMockRecorder) ListRelations(ctx interface{}) *gomock.Call

ListRelations indicates an expected call of ListRelations.

func (*MockSdkClientMockRecorder) ListRelationsExecute

func (mr *MockSdkClientMockRecorder) ListRelationsExecute(request interface{}) *gomock.Call

ListRelationsExecute indicates an expected call of ListRelationsExecute.

func (*MockSdkClientMockRecorder) ListStores

func (mr *MockSdkClientMockRecorder) ListStores(ctx interface{}) *gomock.Call

ListStores indicates an expected call of ListStores.

func (*MockSdkClientMockRecorder) ListStoresExecute

func (mr *MockSdkClientMockRecorder) ListStoresExecute(request interface{}) *gomock.Call

ListStoresExecute indicates an expected call of ListStoresExecute.

func (*MockSdkClientMockRecorder) Read

func (mr *MockSdkClientMockRecorder) Read(ctx interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockSdkClientMockRecorder) ReadAssertions

func (mr *MockSdkClientMockRecorder) ReadAssertions(ctx interface{}) *gomock.Call

ReadAssertions indicates an expected call of ReadAssertions.

func (*MockSdkClientMockRecorder) ReadAssertionsExecute

func (mr *MockSdkClientMockRecorder) ReadAssertionsExecute(request interface{}) *gomock.Call

ReadAssertionsExecute indicates an expected call of ReadAssertionsExecute.

func (*MockSdkClientMockRecorder) ReadAuthorizationModel

func (mr *MockSdkClientMockRecorder) ReadAuthorizationModel(ctx interface{}) *gomock.Call

ReadAuthorizationModel indicates an expected call of ReadAuthorizationModel.

func (*MockSdkClientMockRecorder) ReadAuthorizationModelExecute

func (mr *MockSdkClientMockRecorder) ReadAuthorizationModelExecute(request interface{}) *gomock.Call

ReadAuthorizationModelExecute indicates an expected call of ReadAuthorizationModelExecute.

func (*MockSdkClientMockRecorder) ReadAuthorizationModels

func (mr *MockSdkClientMockRecorder) ReadAuthorizationModels(ctx interface{}) *gomock.Call

ReadAuthorizationModels indicates an expected call of ReadAuthorizationModels.

func (*MockSdkClientMockRecorder) ReadAuthorizationModelsExecute

func (mr *MockSdkClientMockRecorder) ReadAuthorizationModelsExecute(request interface{}) *gomock.Call

ReadAuthorizationModelsExecute indicates an expected call of ReadAuthorizationModelsExecute.

func (*MockSdkClientMockRecorder) ReadChanges

func (mr *MockSdkClientMockRecorder) ReadChanges(ctx interface{}) *gomock.Call

ReadChanges indicates an expected call of ReadChanges.

func (*MockSdkClientMockRecorder) ReadChangesExecute

func (mr *MockSdkClientMockRecorder) ReadChangesExecute(request interface{}) *gomock.Call

ReadChangesExecute indicates an expected call of ReadChangesExecute.

func (*MockSdkClientMockRecorder) ReadExecute

func (mr *MockSdkClientMockRecorder) ReadExecute(request interface{}) *gomock.Call

ReadExecute indicates an expected call of ReadExecute.

func (*MockSdkClientMockRecorder) ReadLatestAuthorizationModel

func (mr *MockSdkClientMockRecorder) ReadLatestAuthorizationModel(ctx interface{}) *gomock.Call

ReadLatestAuthorizationModel indicates an expected call of ReadLatestAuthorizationModel.

func (*MockSdkClientMockRecorder) ReadLatestAuthorizationModelExecute

func (mr *MockSdkClientMockRecorder) ReadLatestAuthorizationModelExecute(request interface{}) *gomock.Call

ReadLatestAuthorizationModelExecute indicates an expected call of ReadLatestAuthorizationModelExecute.

func (*MockSdkClientMockRecorder) Write

func (mr *MockSdkClientMockRecorder) Write(ctx interface{}) *gomock.Call

Write indicates an expected call of Write.

func (*MockSdkClientMockRecorder) WriteAssertions

func (mr *MockSdkClientMockRecorder) WriteAssertions(ctx interface{}) *gomock.Call

WriteAssertions indicates an expected call of WriteAssertions.

func (*MockSdkClientMockRecorder) WriteAssertionsExecute

func (mr *MockSdkClientMockRecorder) WriteAssertionsExecute(request interface{}) *gomock.Call

WriteAssertionsExecute indicates an expected call of WriteAssertionsExecute.

func (*MockSdkClientMockRecorder) WriteAuthorizationModel

func (mr *MockSdkClientMockRecorder) WriteAuthorizationModel(ctx interface{}) *gomock.Call

WriteAuthorizationModel indicates an expected call of WriteAuthorizationModel.

func (*MockSdkClientMockRecorder) WriteAuthorizationModelExecute

func (mr *MockSdkClientMockRecorder) WriteAuthorizationModelExecute(request interface{}) *gomock.Call

WriteAuthorizationModelExecute indicates an expected call of WriteAuthorizationModelExecute.

func (*MockSdkClientMockRecorder) WriteExecute

func (mr *MockSdkClientMockRecorder) WriteExecute(request interface{}) *gomock.Call

WriteExecute indicates an expected call of WriteExecute.

func (*MockSdkClientMockRecorder) WriteTuples

func (mr *MockSdkClientMockRecorder) WriteTuples(ctx interface{}) *gomock.Call

WriteTuples indicates an expected call of WriteTuples.

func (*MockSdkClientMockRecorder) WriteTuplesExecute

func (mr *MockSdkClientMockRecorder) WriteTuplesExecute(request interface{}) *gomock.Call

WriteTuplesExecute indicates an expected call of WriteTuplesExecute.

type MockSdkClientReadAssertionsRequestInterface

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

MockSdkClientReadAssertionsRequestInterface is a mock of SdkClientReadAssertionsRequestInterface interface.

func NewMockSdkClientReadAssertionsRequestInterface

func NewMockSdkClientReadAssertionsRequestInterface(ctrl *gomock.Controller) *MockSdkClientReadAssertionsRequestInterface

NewMockSdkClientReadAssertionsRequestInterface creates a new mock instance.

func (*MockSdkClientReadAssertionsRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientReadAssertionsRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientReadAssertionsRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientReadAssertionsRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientReadAssertionsRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientReadAssertionsRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientReadAssertionsRequestInterface) Options

Options mocks base method.

type MockSdkClientReadAssertionsRequestInterfaceMockRecorder

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

MockSdkClientReadAssertionsRequestInterfaceMockRecorder is the mock recorder for MockSdkClientReadAssertionsRequestInterface.

func (*MockSdkClientReadAssertionsRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientReadAssertionsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientReadAssertionsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientReadAssertionsRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientReadAssertionsRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientReadAssertionsRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientReadAssertionsRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientReadAuthorizationModelRequestInterface

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

MockSdkClientReadAuthorizationModelRequestInterface is a mock of SdkClientReadAuthorizationModelRequestInterface interface.

func NewMockSdkClientReadAuthorizationModelRequestInterface

func NewMockSdkClientReadAuthorizationModelRequestInterface(ctrl *gomock.Controller) *MockSdkClientReadAuthorizationModelRequestInterface

NewMockSdkClientReadAuthorizationModelRequestInterface creates a new mock instance.

func (*MockSdkClientReadAuthorizationModelRequestInterface) Body

Body mocks base method.

func (*MockSdkClientReadAuthorizationModelRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientReadAuthorizationModelRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientReadAuthorizationModelRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientReadAuthorizationModelRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientReadAuthorizationModelRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientReadAuthorizationModelRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientReadAuthorizationModelRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientReadAuthorizationModelRequestInterface) Options

Options mocks base method.

type MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder

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

MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder is the mock recorder for MockSdkClientReadAuthorizationModelRequestInterface.

func (*MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientReadAuthorizationModelRequestInterfaceMockRecorder) Options

Options indicates an expected call of Options.

type MockSdkClientReadAuthorizationModelsRequestInterface

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

MockSdkClientReadAuthorizationModelsRequestInterface is a mock of SdkClientReadAuthorizationModelsRequestInterface interface.

func NewMockSdkClientReadAuthorizationModelsRequestInterface

func NewMockSdkClientReadAuthorizationModelsRequestInterface(ctrl *gomock.Controller) *MockSdkClientReadAuthorizationModelsRequestInterface

NewMockSdkClientReadAuthorizationModelsRequestInterface creates a new mock instance.

func (*MockSdkClientReadAuthorizationModelsRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientReadAuthorizationModelsRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientReadAuthorizationModelsRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientReadAuthorizationModelsRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientReadAuthorizationModelsRequestInterface) Options

Options mocks base method.

type MockSdkClientReadAuthorizationModelsRequestInterfaceMockRecorder

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

MockSdkClientReadAuthorizationModelsRequestInterfaceMockRecorder is the mock recorder for MockSdkClientReadAuthorizationModelsRequestInterface.

func (*MockSdkClientReadAuthorizationModelsRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientReadAuthorizationModelsRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientReadAuthorizationModelsRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientReadAuthorizationModelsRequestInterfaceMockRecorder) Options

Options indicates an expected call of Options.

type MockSdkClientReadChangesRequestInterface

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

MockSdkClientReadChangesRequestInterface is a mock of SdkClientReadChangesRequestInterface interface.

func NewMockSdkClientReadChangesRequestInterface

func NewMockSdkClientReadChangesRequestInterface(ctrl *gomock.Controller) *MockSdkClientReadChangesRequestInterface

NewMockSdkClientReadChangesRequestInterface creates a new mock instance.

func (*MockSdkClientReadChangesRequestInterface) Body

Body mocks base method.

func (*MockSdkClientReadChangesRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientReadChangesRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientReadChangesRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientReadChangesRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientReadChangesRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientReadChangesRequestInterface) Options

Options mocks base method.

type MockSdkClientReadChangesRequestInterfaceMockRecorder

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

MockSdkClientReadChangesRequestInterfaceMockRecorder is the mock recorder for MockSdkClientReadChangesRequestInterface.

func (*MockSdkClientReadChangesRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientReadChangesRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientReadChangesRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientReadChangesRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientReadChangesRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientReadChangesRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientReadChangesRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientReadLatestAuthorizationModelRequestInterface

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

MockSdkClientReadLatestAuthorizationModelRequestInterface is a mock of SdkClientReadLatestAuthorizationModelRequestInterface interface.

func NewMockSdkClientReadLatestAuthorizationModelRequestInterface

func NewMockSdkClientReadLatestAuthorizationModelRequestInterface(ctrl *gomock.Controller) *MockSdkClientReadLatestAuthorizationModelRequestInterface

NewMockSdkClientReadLatestAuthorizationModelRequestInterface creates a new mock instance.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) Options

Options mocks base method.

type MockSdkClientReadLatestAuthorizationModelRequestInterfaceMockRecorder

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

MockSdkClientReadLatestAuthorizationModelRequestInterfaceMockRecorder is the mock recorder for MockSdkClientReadLatestAuthorizationModelRequestInterface.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientReadLatestAuthorizationModelRequestInterfaceMockRecorder) Options

Options indicates an expected call of Options.

type MockSdkClientReadRequestInterface

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

MockSdkClientReadRequestInterface is a mock of SdkClientReadRequestInterface interface.

func NewMockSdkClientReadRequestInterface

func NewMockSdkClientReadRequestInterface(ctrl *gomock.Controller) *MockSdkClientReadRequestInterface

NewMockSdkClientReadRequestInterface creates a new mock instance.

func (*MockSdkClientReadRequestInterface) Body

Body mocks base method.

func (*MockSdkClientReadRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientReadRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientReadRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientReadRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientReadRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientReadRequestInterface) Options

Options mocks base method.

type MockSdkClientReadRequestInterfaceMockRecorder

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

MockSdkClientReadRequestInterfaceMockRecorder is the mock recorder for MockSdkClientReadRequestInterface.

func (*MockSdkClientReadRequestInterfaceMockRecorder) Body

func (mr *MockSdkClientReadRequestInterfaceMockRecorder) Body(body interface{}) *gomock.Call

Body indicates an expected call of Body.

func (*MockSdkClientReadRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientReadRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientReadRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientReadRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientReadRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientReadRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientWriteAssertionsRequestInterface

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

MockSdkClientWriteAssertionsRequestInterface is a mock of SdkClientWriteAssertionsRequestInterface interface.

func NewMockSdkClientWriteAssertionsRequestInterface

func NewMockSdkClientWriteAssertionsRequestInterface(ctrl *gomock.Controller) *MockSdkClientWriteAssertionsRequestInterface

NewMockSdkClientWriteAssertionsRequestInterface creates a new mock instance.

func (*MockSdkClientWriteAssertionsRequestInterface) Body

Body mocks base method.

func (*MockSdkClientWriteAssertionsRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientWriteAssertionsRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientWriteAssertionsRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientWriteAssertionsRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientWriteAssertionsRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientWriteAssertionsRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientWriteAssertionsRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientWriteAssertionsRequestInterface) Options

Options mocks base method.

type MockSdkClientWriteAssertionsRequestInterfaceMockRecorder

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

MockSdkClientWriteAssertionsRequestInterfaceMockRecorder is the mock recorder for MockSdkClientWriteAssertionsRequestInterface.

func (*MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientWriteAssertionsRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientWriteAuthorizationModelRequestInterface

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

MockSdkClientWriteAuthorizationModelRequestInterface is a mock of SdkClientWriteAuthorizationModelRequestInterface interface.

func NewMockSdkClientWriteAuthorizationModelRequestInterface

func NewMockSdkClientWriteAuthorizationModelRequestInterface(ctrl *gomock.Controller) *MockSdkClientWriteAuthorizationModelRequestInterface

NewMockSdkClientWriteAuthorizationModelRequestInterface creates a new mock instance.

func (*MockSdkClientWriteAuthorizationModelRequestInterface) Body

Body mocks base method.

func (*MockSdkClientWriteAuthorizationModelRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientWriteAuthorizationModelRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientWriteAuthorizationModelRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientWriteAuthorizationModelRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientWriteAuthorizationModelRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientWriteAuthorizationModelRequestInterface) Options

Options mocks base method.

type MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder

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

MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder is the mock recorder for MockSdkClientWriteAuthorizationModelRequestInterface.

func (*MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientWriteAuthorizationModelRequestInterfaceMockRecorder) Options

Options indicates an expected call of Options.

type MockSdkClientWriteRequestInterface

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

MockSdkClientWriteRequestInterface is a mock of SdkClientWriteRequestInterface interface.

func NewMockSdkClientWriteRequestInterface

func NewMockSdkClientWriteRequestInterface(ctrl *gomock.Controller) *MockSdkClientWriteRequestInterface

NewMockSdkClientWriteRequestInterface creates a new mock instance.

func (*MockSdkClientWriteRequestInterface) Body

Body mocks base method.

func (*MockSdkClientWriteRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientWriteRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientWriteRequestInterface) GetAuthorizationModelIdOverride

func (m *MockSdkClientWriteRequestInterface) GetAuthorizationModelIdOverride() *string

GetAuthorizationModelIdOverride mocks base method.

func (*MockSdkClientWriteRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientWriteRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientWriteRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientWriteRequestInterface) Options

Options mocks base method.

type MockSdkClientWriteRequestInterfaceMockRecorder

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

MockSdkClientWriteRequestInterfaceMockRecorder is the mock recorder for MockSdkClientWriteRequestInterface.

func (*MockSdkClientWriteRequestInterfaceMockRecorder) Body

func (mr *MockSdkClientWriteRequestInterfaceMockRecorder) Body(body interface{}) *gomock.Call

Body indicates an expected call of Body.

func (*MockSdkClientWriteRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientWriteRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride

func (mr *MockSdkClientWriteRequestInterfaceMockRecorder) GetAuthorizationModelIdOverride() *gomock.Call

GetAuthorizationModelIdOverride indicates an expected call of GetAuthorizationModelIdOverride.

func (*MockSdkClientWriteRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientWriteRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientWriteRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientWriteRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientWriteRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

type MockSdkClientWriteTuplesRequestInterface

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

MockSdkClientWriteTuplesRequestInterface is a mock of SdkClientWriteTuplesRequestInterface interface.

func NewMockSdkClientWriteTuplesRequestInterface

func NewMockSdkClientWriteTuplesRequestInterface(ctrl *gomock.Controller) *MockSdkClientWriteTuplesRequestInterface

NewMockSdkClientWriteTuplesRequestInterface creates a new mock instance.

func (*MockSdkClientWriteTuplesRequestInterface) Body

Body mocks base method.

func (*MockSdkClientWriteTuplesRequestInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSdkClientWriteTuplesRequestInterface) Execute

Execute mocks base method.

func (*MockSdkClientWriteTuplesRequestInterface) GetBody

GetBody mocks base method.

func (*MockSdkClientWriteTuplesRequestInterface) GetContext

GetContext mocks base method.

func (*MockSdkClientWriteTuplesRequestInterface) GetOptions

GetOptions mocks base method.

func (*MockSdkClientWriteTuplesRequestInterface) Options

Options mocks base method.

type MockSdkClientWriteTuplesRequestInterfaceMockRecorder

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

MockSdkClientWriteTuplesRequestInterfaceMockRecorder is the mock recorder for MockSdkClientWriteTuplesRequestInterface.

func (*MockSdkClientWriteTuplesRequestInterfaceMockRecorder) Body

Body indicates an expected call of Body.

func (*MockSdkClientWriteTuplesRequestInterfaceMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockSdkClientWriteTuplesRequestInterfaceMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockSdkClientWriteTuplesRequestInterfaceMockRecorder) GetContext

GetContext indicates an expected call of GetContext.

func (*MockSdkClientWriteTuplesRequestInterfaceMockRecorder) GetOptions

GetOptions indicates an expected call of GetOptions.

func (*MockSdkClientWriteTuplesRequestInterfaceMockRecorder) Options

func (mr *MockSdkClientWriteTuplesRequestInterfaceMockRecorder) Options(options interface{}) *gomock.Call

Options indicates an expected call of Options.

Jump to

Keyboard shortcuts

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