Documentation ¶
Overview ¶
Package client includes the mock FGA client generated by testify mockery
Index ¶
- func BatchCheck(t *testing.T, c *MockSdkClient, list []string, allowed []string)
- func CheckAny(t *testing.T, c *MockSdkClient, allowed bool)
- func ClearMocks(c *MockSdkClient)
- func DeleteAny(t *testing.T, c *MockSdkClient, errMsg string)
- func ListAny(t *testing.T, c *MockSdkClient, allowedObjects []string)
- func ListOnce(t *testing.T, c *MockSdkClient, allowedObjects []string, err error)
- func ListTimes(t *testing.T, c *MockSdkClient, allowedObjects []string, times int)
- func ListUsers(t *testing.T, c *MockSdkClient, allowedUsers []openfga.User, err error)
- func ListUsersAny(t *testing.T, c *MockSdkClient, allowedUsers []string, err error)
- func ReadAny(t *testing.T, c *MockSdkClient)
- func WriteAny(t *testing.T, c *MockSdkClient)
- func WriteError(t *testing.T, c *MockSdkClient, err error)
- func WriteOnce(t *testing.T, c *MockSdkClient)
- type MockSdkClient
- func (_m *MockSdkClient) BatchCheck(ctx context.Context) client.SdkClientBatchCheckRequestInterface
- func (_m *MockSdkClient) BatchCheckExecute(request client.SdkClientBatchCheckRequestInterface) (*client.ClientBatchCheckResponse, error)
- func (_m *MockSdkClient) Check(ctx context.Context) client.SdkClientCheckRequestInterface
- func (_m *MockSdkClient) CheckExecute(request client.SdkClientCheckRequestInterface) (*client.ClientCheckResponse, error)
- func (_m *MockSdkClient) CreateStore(ctx context.Context) client.SdkClientCreateStoreRequestInterface
- func (_m *MockSdkClient) CreateStoreExecute(request client.SdkClientCreateStoreRequestInterface) (*client.ClientCreateStoreResponse, error)
- func (_m *MockSdkClient) DeleteStore(ctx context.Context) client.SdkClientDeleteStoreRequestInterface
- func (_m *MockSdkClient) DeleteStoreExecute(request client.SdkClientDeleteStoreRequestInterface) (*client.ClientDeleteStoreResponse, error)
- func (_m *MockSdkClient) DeleteTuples(ctx context.Context) client.SdkClientDeleteTuplesRequestInterface
- func (_m *MockSdkClient) DeleteTuplesExecute(request client.SdkClientDeleteTuplesRequestInterface) (*client.ClientWriteResponse, error)
- func (_m *MockSdkClient) EXPECT() *MockSdkClient_Expecter
- func (_m *MockSdkClient) Expand(ctx context.Context) client.SdkClientExpandRequestInterface
- func (_m *MockSdkClient) ExpandExecute(request client.SdkClientExpandRequestInterface) (*client.ClientExpandResponse, error)
- func (_m *MockSdkClient) GetStore(ctx context.Context) client.SdkClientGetStoreRequestInterface
- func (_m *MockSdkClient) GetStoreExecute(request client.SdkClientGetStoreRequestInterface) (*client.ClientGetStoreResponse, error)
- func (_m *MockSdkClient) ListObjects(ctx context.Context) client.SdkClientListObjectsRequestInterface
- func (_m *MockSdkClient) ListObjectsExecute(request client.SdkClientListObjectsRequestInterface) (*client.ClientListObjectsResponse, error)
- func (_m *MockSdkClient) ListRelations(ctx context.Context) client.SdkClientListRelationsRequestInterface
- func (_m *MockSdkClient) ListRelationsExecute(request client.SdkClientListRelationsRequestInterface) (*client.ClientListRelationsResponse, error)
- func (_m *MockSdkClient) ListStores(ctx context.Context) client.SdkClientListStoresRequestInterface
- func (_m *MockSdkClient) ListStoresExecute(request client.SdkClientListStoresRequestInterface) (*client.ClientListStoresResponse, error)
- func (_m *MockSdkClient) ListUsers(ctx context.Context) client.SdkClientListUsersRequestInterface
- func (_m *MockSdkClient) ListUsersExecute(r client.SdkClientListUsersRequestInterface) (*client.ClientListUsersResponse, error)
- func (_m *MockSdkClient) Read(ctx context.Context) client.SdkClientReadRequestInterface
- func (_m *MockSdkClient) ReadAssertions(ctx context.Context) client.SdkClientReadAssertionsRequestInterface
- func (_m *MockSdkClient) ReadAssertionsExecute(request client.SdkClientReadAssertionsRequestInterface) (*client.ClientReadAssertionsResponse, error)
- func (_m *MockSdkClient) ReadAuthorizationModel(ctx context.Context) client.SdkClientReadAuthorizationModelRequestInterface
- func (_m *MockSdkClient) ReadAuthorizationModelExecute(request client.SdkClientReadAuthorizationModelRequestInterface) (*client.ClientReadAuthorizationModelResponse, error)
- func (_m *MockSdkClient) ReadAuthorizationModels(ctx context.Context) client.SdkClientReadAuthorizationModelsRequestInterface
- func (_m *MockSdkClient) ReadAuthorizationModelsExecute(request client.SdkClientReadAuthorizationModelsRequestInterface) (*client.ClientReadAuthorizationModelsResponse, error)
- func (_m *MockSdkClient) ReadChanges(ctx context.Context) client.SdkClientReadChangesRequestInterface
- func (_m *MockSdkClient) ReadChangesExecute(request client.SdkClientReadChangesRequestInterface) (*client.ClientReadChangesResponse, error)
- func (_m *MockSdkClient) ReadExecute(request client.SdkClientReadRequestInterface) (*client.ClientReadResponse, error)
- func (_m *MockSdkClient) ReadLatestAuthorizationModel(ctx context.Context) client.SdkClientReadLatestAuthorizationModelRequestInterface
- func (_m *MockSdkClient) ReadLatestAuthorizationModelExecute(request client.SdkClientReadLatestAuthorizationModelRequestInterface) (*client.ClientReadAuthorizationModelResponse, error)
- func (_m *MockSdkClient) Write(ctx context.Context) client.SdkClientWriteRequestInterface
- func (_m *MockSdkClient) WriteAssertions(ctx context.Context) client.SdkClientWriteAssertionsRequestInterface
- func (_m *MockSdkClient) WriteAssertionsExecute(request client.SdkClientWriteAssertionsRequestInterface) (*client.ClientWriteAssertionsResponse, error)
- func (_m *MockSdkClient) WriteAuthorizationModel(ctx context.Context) client.SdkClientWriteAuthorizationModelRequestInterface
- func (_m *MockSdkClient) WriteAuthorizationModelExecute(request client.SdkClientWriteAuthorizationModelRequestInterface) (*client.ClientWriteAuthorizationModelResponse, error)
- func (_m *MockSdkClient) WriteExecute(request client.SdkClientWriteRequestInterface) (*client.ClientWriteResponse, error)
- func (_m *MockSdkClient) WriteTuples(ctx context.Context) client.SdkClientWriteTuplesRequestInterface
- func (_m *MockSdkClient) WriteTuplesExecute(request client.SdkClientWriteTuplesRequestInterface) (*client.ClientWriteResponse, error)
- type MockSdkClientBatchCheckRequestInterface
- func (_m *MockSdkClientBatchCheckRequestInterface) Body(body client.ClientBatchCheckBody) client.SdkClientBatchCheckRequestInterface
- func (_m *MockSdkClientBatchCheckRequestInterface) EXPECT() *MockSdkClientBatchCheckRequestInterface_Expecter
- func (_m *MockSdkClientBatchCheckRequestInterface) Execute() (*client.ClientBatchCheckResponse, error)
- func (_m *MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientBatchCheckRequestInterface) GetBody() *client.ClientBatchCheckBody
- func (_m *MockSdkClientBatchCheckRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientBatchCheckRequestInterface) GetOptions() *client.ClientBatchCheckOptions
- func (_m *MockSdkClientBatchCheckRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientBatchCheckRequestInterface) Options(options client.ClientBatchCheckOptions) client.SdkClientBatchCheckRequestInterface
- type MockSdkClientBatchCheckRequestInterface_Body_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Body_Call) Return(_a0 client.SdkClientBatchCheckRequestInterface) *MockSdkClientBatchCheckRequestInterface_Body_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Body_Call) Run(run func(body client.ClientBatchCheckBody)) *MockSdkClientBatchCheckRequestInterface_Body_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientBatchCheckRequestInterface_Body_Call
- type MockSdkClientBatchCheckRequestInterface_Execute_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Execute_Call) Return(_a0 *client.ClientBatchCheckResponse, _a1 error) *MockSdkClientBatchCheckRequestInterface_Execute_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Execute_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_Execute_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientBatchCheckResponse, error)) *MockSdkClientBatchCheckRequestInterface_Execute_Call
- type MockSdkClientBatchCheckRequestInterface_Expecter
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) Body(body interface{}) *MockSdkClientBatchCheckRequestInterface_Body_Call
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) Execute() *MockSdkClientBatchCheckRequestInterface_Execute_Call
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetBody() *MockSdkClientBatchCheckRequestInterface_GetBody_Call
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetContext() *MockSdkClientBatchCheckRequestInterface_GetContext_Call
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetOptions() *MockSdkClientBatchCheckRequestInterface_GetOptions_Call
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) Options(options interface{}) *MockSdkClientBatchCheckRequestInterface_Options_Call
- type MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- type MockSdkClientBatchCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetBody_Call) Return(_a0 *client.ClientBatchCheckBody) *MockSdkClientBatchCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientBatchCheckBody) *MockSdkClientBatchCheckRequestInterface_GetBody_Call
- type MockSdkClientBatchCheckRequestInterface_GetContext_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientBatchCheckRequestInterface_GetContext_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetContext_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientBatchCheckRequestInterface_GetContext_Call
- type MockSdkClientBatchCheckRequestInterface_GetOptions_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetOptions_Call) Return(_a0 *client.ClientBatchCheckOptions) *MockSdkClientBatchCheckRequestInterface_GetOptions_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetOptions_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientBatchCheckOptions) *MockSdkClientBatchCheckRequestInterface_GetOptions_Call
- type MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientBatchCheckRequestInterface_Options_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Options_Call) Return(_a0 client.SdkClientBatchCheckRequestInterface) *MockSdkClientBatchCheckRequestInterface_Options_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Options_Call) Run(run func(options client.ClientBatchCheckOptions)) *MockSdkClientBatchCheckRequestInterface_Options_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientBatchCheckRequestInterface_Options_Call
- type MockSdkClientCheckRequestInterface
- func (_m *MockSdkClientCheckRequestInterface) Body(body client.ClientCheckRequest) client.SdkClientCheckRequestInterface
- func (_m *MockSdkClientCheckRequestInterface) EXPECT() *MockSdkClientCheckRequestInterface_Expecter
- func (_m *MockSdkClientCheckRequestInterface) Execute() (*client.ClientCheckResponse, error)
- func (_m *MockSdkClientCheckRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientCheckRequestInterface) GetBody() *client.ClientCheckRequest
- func (_m *MockSdkClientCheckRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientCheckRequestInterface) GetOptions() *client.ClientCheckOptions
- func (_m *MockSdkClientCheckRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientCheckRequestInterface) Options(options client.ClientCheckOptions) client.SdkClientCheckRequestInterface
- type MockSdkClientCheckRequestInterface_Body_Call
- func (_c *MockSdkClientCheckRequestInterface_Body_Call) Return(_a0 client.SdkClientCheckRequestInterface) *MockSdkClientCheckRequestInterface_Body_Call
- func (_c *MockSdkClientCheckRequestInterface_Body_Call) Run(run func(body client.ClientCheckRequest)) *MockSdkClientCheckRequestInterface_Body_Call
- func (_c *MockSdkClientCheckRequestInterface_Body_Call) RunAndReturn(run func(client.ClientCheckRequest) client.SdkClientCheckRequestInterface) *MockSdkClientCheckRequestInterface_Body_Call
- type MockSdkClientCheckRequestInterface_Execute_Call
- func (_c *MockSdkClientCheckRequestInterface_Execute_Call) Return(_a0 *client.ClientCheckResponse, _a1 error) *MockSdkClientCheckRequestInterface_Execute_Call
- func (_c *MockSdkClientCheckRequestInterface_Execute_Call) Run(run func()) *MockSdkClientCheckRequestInterface_Execute_Call
- func (_c *MockSdkClientCheckRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientCheckResponse, error)) *MockSdkClientCheckRequestInterface_Execute_Call
- type MockSdkClientCheckRequestInterface_Expecter
- func (_e *MockSdkClientCheckRequestInterface_Expecter) Body(body interface{}) *MockSdkClientCheckRequestInterface_Body_Call
- func (_e *MockSdkClientCheckRequestInterface_Expecter) Execute() *MockSdkClientCheckRequestInterface_Execute_Call
- func (_e *MockSdkClientCheckRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_e *MockSdkClientCheckRequestInterface_Expecter) GetBody() *MockSdkClientCheckRequestInterface_GetBody_Call
- func (_e *MockSdkClientCheckRequestInterface_Expecter) GetContext() *MockSdkClientCheckRequestInterface_GetContext_Call
- func (_e *MockSdkClientCheckRequestInterface_Expecter) GetOptions() *MockSdkClientCheckRequestInterface_GetOptions_Call
- func (_e *MockSdkClientCheckRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientCheckRequestInterface_Expecter) Options(options interface{}) *MockSdkClientCheckRequestInterface_Options_Call
- type MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call
- type MockSdkClientCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientCheckRequestInterface_GetBody_Call) Return(_a0 *client.ClientCheckRequest) *MockSdkClientCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientCheckRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientCheckRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientCheckRequest) *MockSdkClientCheckRequestInterface_GetBody_Call
- type MockSdkClientCheckRequestInterface_GetContext_Call
- func (_c *MockSdkClientCheckRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientCheckRequestInterface_GetContext_Call
- func (_c *MockSdkClientCheckRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetContext_Call
- func (_c *MockSdkClientCheckRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientCheckRequestInterface_GetContext_Call
- type MockSdkClientCheckRequestInterface_GetOptions_Call
- func (_c *MockSdkClientCheckRequestInterface_GetOptions_Call) Return(_a0 *client.ClientCheckOptions) *MockSdkClientCheckRequestInterface_GetOptions_Call
- func (_c *MockSdkClientCheckRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetOptions_Call
- func (_c *MockSdkClientCheckRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientCheckOptions) *MockSdkClientCheckRequestInterface_GetOptions_Call
- type MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientCheckRequestInterface_Options_Call
- func (_c *MockSdkClientCheckRequestInterface_Options_Call) Return(_a0 client.SdkClientCheckRequestInterface) *MockSdkClientCheckRequestInterface_Options_Call
- func (_c *MockSdkClientCheckRequestInterface_Options_Call) Run(run func(options client.ClientCheckOptions)) *MockSdkClientCheckRequestInterface_Options_Call
- func (_c *MockSdkClientCheckRequestInterface_Options_Call) RunAndReturn(run func(client.ClientCheckOptions) client.SdkClientCheckRequestInterface) *MockSdkClientCheckRequestInterface_Options_Call
- type MockSdkClientDeleteTuplesRequestInterface
- func (_m *MockSdkClientDeleteTuplesRequestInterface) Body(body client.ClientDeleteTuplesBody) client.SdkClientDeleteTuplesRequestInterface
- func (_m *MockSdkClientDeleteTuplesRequestInterface) EXPECT() *MockSdkClientDeleteTuplesRequestInterface_Expecter
- func (_m *MockSdkClientDeleteTuplesRequestInterface) Execute() (*client.ClientWriteResponse, error)
- func (_m *MockSdkClientDeleteTuplesRequestInterface) GetBody() *client.ClientDeleteTuplesBody
- func (_m *MockSdkClientDeleteTuplesRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientDeleteTuplesRequestInterface) GetOptions() *client.ClientWriteOptions
- func (_m *MockSdkClientDeleteTuplesRequestInterface) Options(options client.ClientWriteOptions) client.SdkClientDeleteTuplesRequestInterface
- type MockSdkClientDeleteTuplesRequestInterface_Body_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Body_Call) Return(_a0 client.SdkClientDeleteTuplesRequestInterface) *MockSdkClientDeleteTuplesRequestInterface_Body_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Body_Call) Run(run func(body client.ClientDeleteTuplesBody)) *MockSdkClientDeleteTuplesRequestInterface_Body_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientDeleteTuplesRequestInterface_Body_Call
- type MockSdkClientDeleteTuplesRequestInterface_Execute_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Execute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClientDeleteTuplesRequestInterface_Execute_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Execute_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_Execute_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteResponse, error)) *MockSdkClientDeleteTuplesRequestInterface_Execute_Call
- type MockSdkClientDeleteTuplesRequestInterface_Expecter
- func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) Body(body interface{}) *MockSdkClientDeleteTuplesRequestInterface_Body_Call
- func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) Execute() *MockSdkClientDeleteTuplesRequestInterface_Execute_Call
- func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) GetBody() *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
- func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) GetContext() *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
- func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) GetOptions() *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
- func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) Options(options interface{}) *MockSdkClientDeleteTuplesRequestInterface_Options_Call
- type MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) Return(_a0 *client.ClientDeleteTuplesBody) *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientDeleteTuplesBody) *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
- type MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
- type MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call) Return(_a0 *client.ClientWriteOptions) *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteOptions) *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
- type MockSdkClientDeleteTuplesRequestInterface_Options_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Options_Call) Return(_a0 client.SdkClientDeleteTuplesRequestInterface) *MockSdkClientDeleteTuplesRequestInterface_Options_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Options_Call) Run(run func(options client.ClientWriteOptions)) *MockSdkClientDeleteTuplesRequestInterface_Options_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientDeleteTuplesRequestInterface_Options_Call
- type MockSdkClientListObjectsRequestInterface
- func (_m *MockSdkClientListObjectsRequestInterface) Body(body client.ClientListObjectsRequest) client.SdkClientListObjectsRequestInterface
- func (_m *MockSdkClientListObjectsRequestInterface) EXPECT() *MockSdkClientListObjectsRequestInterface_Expecter
- func (_m *MockSdkClientListObjectsRequestInterface) Execute() (*client.ClientListObjectsResponse, error)
- func (_m *MockSdkClientListObjectsRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientListObjectsRequestInterface) GetBody() *client.ClientListObjectsRequest
- func (_m *MockSdkClientListObjectsRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientListObjectsRequestInterface) GetOptions() *client.ClientListObjectsOptions
- func (_m *MockSdkClientListObjectsRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientListObjectsRequestInterface) Options(options client.ClientListObjectsOptions) client.SdkClientListObjectsRequestInterface
- type MockSdkClientListObjectsRequestInterface_Body_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Body_Call) Return(_a0 client.SdkClientListObjectsRequestInterface) *MockSdkClientListObjectsRequestInterface_Body_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Body_Call) Run(run func(body client.ClientListObjectsRequest)) *MockSdkClientListObjectsRequestInterface_Body_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientListObjectsRequestInterface_Body_Call
- type MockSdkClientListObjectsRequestInterface_Execute_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Execute_Call) Return(_a0 *client.ClientListObjectsResponse, _a1 error) *MockSdkClientListObjectsRequestInterface_Execute_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_Execute_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientListObjectsResponse, error)) *MockSdkClientListObjectsRequestInterface_Execute_Call
- type MockSdkClientListObjectsRequestInterface_Expecter
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) Body(body interface{}) *MockSdkClientListObjectsRequestInterface_Body_Call
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) Execute() *MockSdkClientListObjectsRequestInterface_Execute_Call
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetBody() *MockSdkClientListObjectsRequestInterface_GetBody_Call
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetContext() *MockSdkClientListObjectsRequestInterface_GetContext_Call
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetOptions() *MockSdkClientListObjectsRequestInterface_GetOptions_Call
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientListObjectsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListObjectsRequestInterface_Options_Call
- type MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call
- type MockSdkClientListObjectsRequestInterface_GetBody_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetBody_Call) Return(_a0 *client.ClientListObjectsRequest) *MockSdkClientListObjectsRequestInterface_GetBody_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetBody_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientListObjectsRequest) *MockSdkClientListObjectsRequestInterface_GetBody_Call
- type MockSdkClientListObjectsRequestInterface_GetContext_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientListObjectsRequestInterface_GetContext_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetContext_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListObjectsRequestInterface_GetContext_Call
- type MockSdkClientListObjectsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetOptions_Call) Return(_a0 *client.ClientListObjectsOptions) *MockSdkClientListObjectsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListObjectsOptions) *MockSdkClientListObjectsRequestInterface_GetOptions_Call
- type MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientListObjectsRequestInterface_Options_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Options_Call) Return(_a0 client.SdkClientListObjectsRequestInterface) *MockSdkClientListObjectsRequestInterface_Options_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Options_Call) Run(run func(options client.ClientListObjectsOptions)) *MockSdkClientListObjectsRequestInterface_Options_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientListObjectsRequestInterface_Options_Call
- type MockSdkClientListUsersRequestInterface
- func (_m *MockSdkClientListUsersRequestInterface) Body(body client.ClientListUsersRequest) client.SdkClientListUsersRequestInterface
- func (_m *MockSdkClientListUsersRequestInterface) EXPECT() *MockSdkClientListUsersRequestInterface_Expecter
- func (_m *MockSdkClientListUsersRequestInterface) Execute() (*client.ClientListUsersResponse, error)
- func (_m *MockSdkClientListUsersRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientListUsersRequestInterface) GetBody() *client.ClientListUsersRequest
- func (_m *MockSdkClientListUsersRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientListUsersRequestInterface) GetOptions() *client.ClientListUsersOptions
- func (_m *MockSdkClientListUsersRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientListUsersRequestInterface) Options(options client.ClientListUsersOptions) client.SdkClientListUsersRequestInterface
- type MockSdkClientListUsersRequestInterface_Body_Call
- func (_c *MockSdkClientListUsersRequestInterface_Body_Call) Return(_a0 client.SdkClientListUsersRequestInterface) *MockSdkClientListUsersRequestInterface_Body_Call
- func (_c *MockSdkClientListUsersRequestInterface_Body_Call) Run(run func(body client.ClientListUsersRequest)) *MockSdkClientListUsersRequestInterface_Body_Call
- func (_c *MockSdkClientListUsersRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientListUsersRequestInterface_Body_Call
- type MockSdkClientListUsersRequestInterface_Execute_Call
- func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) Return(_a0 *client.ClientListUsersResponse, _a1 error) *MockSdkClientListUsersRequestInterface_Execute_Call
- func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_Execute_Call
- func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientListUsersResponse, error)) *MockSdkClientListUsersRequestInterface_Execute_Call
- type MockSdkClientListUsersRequestInterface_Expecter
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) Body(body interface{}) *MockSdkClientListUsersRequestInterface_Body_Call
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) Execute() *MockSdkClientListUsersRequestInterface_Execute_Call
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetBody() *MockSdkClientListUsersRequestInterface_GetBody_Call
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetContext() *MockSdkClientListUsersRequestInterface_GetContext_Call
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetOptions() *MockSdkClientListUsersRequestInterface_GetOptions_Call
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientListUsersRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListUsersRequestInterface_Options_Call
- type MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call
- type MockSdkClientListUsersRequestInterface_GetBody_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetBody_Call) Return(_a0 *client.ClientListUsersRequest) *MockSdkClientListUsersRequestInterface_GetBody_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetBody_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientListUsersRequest) *MockSdkClientListUsersRequestInterface_GetBody_Call
- type MockSdkClientListUsersRequestInterface_GetContext_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientListUsersRequestInterface_GetContext_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetContext_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListUsersRequestInterface_GetContext_Call
- type MockSdkClientListUsersRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetOptions_Call) Return(_a0 *client.ClientListUsersOptions) *MockSdkClientListUsersRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListUsersOptions) *MockSdkClientListUsersRequestInterface_GetOptions_Call
- type MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientListUsersRequestInterface_Options_Call
- func (_c *MockSdkClientListUsersRequestInterface_Options_Call) Return(_a0 client.SdkClientListUsersRequestInterface) *MockSdkClientListUsersRequestInterface_Options_Call
- func (_c *MockSdkClientListUsersRequestInterface_Options_Call) Run(run func(options client.ClientListUsersOptions)) *MockSdkClientListUsersRequestInterface_Options_Call
- func (_c *MockSdkClientListUsersRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientListUsersRequestInterface_Options_Call
- type MockSdkClientReadRequestInterface
- func (_m *MockSdkClientReadRequestInterface) Body(body client.ClientReadRequest) client.SdkClientReadRequestInterface
- func (_m *MockSdkClientReadRequestInterface) EXPECT() *MockSdkClientReadRequestInterface_Expecter
- func (_m *MockSdkClientReadRequestInterface) Execute() (*client.ClientReadResponse, error)
- func (_m *MockSdkClientReadRequestInterface) GetBody() *client.ClientReadRequest
- func (_m *MockSdkClientReadRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientReadRequestInterface) GetOptions() *client.ClientReadOptions
- func (_m *MockSdkClientReadRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientReadRequestInterface) Options(options client.ClientReadOptions) client.SdkClientReadRequestInterface
- type MockSdkClientReadRequestInterface_Body_Call
- func (_c *MockSdkClientReadRequestInterface_Body_Call) Return(_a0 client.SdkClientReadRequestInterface) *MockSdkClientReadRequestInterface_Body_Call
- func (_c *MockSdkClientReadRequestInterface_Body_Call) Run(run func(body client.ClientReadRequest)) *MockSdkClientReadRequestInterface_Body_Call
- func (_c *MockSdkClientReadRequestInterface_Body_Call) RunAndReturn(run func(client.ClientReadRequest) client.SdkClientReadRequestInterface) *MockSdkClientReadRequestInterface_Body_Call
- type MockSdkClientReadRequestInterface_Execute_Call
- func (_c *MockSdkClientReadRequestInterface_Execute_Call) Return(_a0 *client.ClientReadResponse, _a1 error) *MockSdkClientReadRequestInterface_Execute_Call
- func (_c *MockSdkClientReadRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadRequestInterface_Execute_Call
- func (_c *MockSdkClientReadRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientReadResponse, error)) *MockSdkClientReadRequestInterface_Execute_Call
- type MockSdkClientReadRequestInterface_Expecter
- func (_e *MockSdkClientReadRequestInterface_Expecter) Body(body interface{}) *MockSdkClientReadRequestInterface_Body_Call
- func (_e *MockSdkClientReadRequestInterface_Expecter) Execute() *MockSdkClientReadRequestInterface_Execute_Call
- func (_e *MockSdkClientReadRequestInterface_Expecter) GetBody() *MockSdkClientReadRequestInterface_GetBody_Call
- func (_e *MockSdkClientReadRequestInterface_Expecter) GetContext() *MockSdkClientReadRequestInterface_GetContext_Call
- func (_e *MockSdkClientReadRequestInterface_Expecter) GetOptions() *MockSdkClientReadRequestInterface_GetOptions_Call
- func (_e *MockSdkClientReadRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientReadRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadRequestInterface_Options_Call
- type MockSdkClientReadRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadRequestInterface_GetBody_Call) Return(_a0 *client.ClientReadRequest) *MockSdkClientReadRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientReadRequest) *MockSdkClientReadRequestInterface_GetBody_Call
- type MockSdkClientReadRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientReadRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadRequestInterface_GetContext_Call
- type MockSdkClientReadRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadRequestInterface_GetOptions_Call) Return(_a0 *client.ClientReadOptions) *MockSdkClientReadRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadOptions) *MockSdkClientReadRequestInterface_GetOptions_Call
- type MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientReadRequestInterface_Options_Call
- func (_c *MockSdkClientReadRequestInterface_Options_Call) Return(_a0 client.SdkClientReadRequestInterface) *MockSdkClientReadRequestInterface_Options_Call
- func (_c *MockSdkClientReadRequestInterface_Options_Call) Run(run func(options client.ClientReadOptions)) *MockSdkClientReadRequestInterface_Options_Call
- func (_c *MockSdkClientReadRequestInterface_Options_Call) RunAndReturn(run func(client.ClientReadOptions) client.SdkClientReadRequestInterface) *MockSdkClientReadRequestInterface_Options_Call
- type MockSdkClientWriteRequestInterface
- func (_m *MockSdkClientWriteRequestInterface) Body(body client.ClientWriteRequest) client.SdkClientWriteRequestInterface
- func (_m *MockSdkClientWriteRequestInterface) EXPECT() *MockSdkClientWriteRequestInterface_Expecter
- func (_m *MockSdkClientWriteRequestInterface) Execute() (*client.ClientWriteResponse, error)
- func (_m *MockSdkClientWriteRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientWriteRequestInterface) GetBody() *client.ClientWriteRequest
- func (_m *MockSdkClientWriteRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientWriteRequestInterface) GetOptions() *client.ClientWriteOptions
- func (_m *MockSdkClientWriteRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientWriteRequestInterface) Options(options client.ClientWriteOptions) client.SdkClientWriteRequestInterface
- type MockSdkClientWriteRequestInterface_Body_Call
- func (_c *MockSdkClientWriteRequestInterface_Body_Call) Return(_a0 client.SdkClientWriteRequestInterface) *MockSdkClientWriteRequestInterface_Body_Call
- func (_c *MockSdkClientWriteRequestInterface_Body_Call) Run(run func(body client.ClientWriteRequest)) *MockSdkClientWriteRequestInterface_Body_Call
- func (_c *MockSdkClientWriteRequestInterface_Body_Call) RunAndReturn(run func(client.ClientWriteRequest) client.SdkClientWriteRequestInterface) *MockSdkClientWriteRequestInterface_Body_Call
- type MockSdkClientWriteRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteRequestInterface_Execute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClientWriteRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteRequestInterface_Execute_Call) Run(run func()) *MockSdkClientWriteRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteResponse, error)) *MockSdkClientWriteRequestInterface_Execute_Call
- type MockSdkClientWriteRequestInterface_Expecter
- func (_e *MockSdkClientWriteRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteRequestInterface_Body_Call
- func (_e *MockSdkClientWriteRequestInterface_Expecter) Execute() *MockSdkClientWriteRequestInterface_Execute_Call
- func (_e *MockSdkClientWriteRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_e *MockSdkClientWriteRequestInterface_Expecter) GetBody() *MockSdkClientWriteRequestInterface_GetBody_Call
- func (_e *MockSdkClientWriteRequestInterface_Expecter) GetContext() *MockSdkClientWriteRequestInterface_GetContext_Call
- func (_e *MockSdkClientWriteRequestInterface_Expecter) GetOptions() *MockSdkClientWriteRequestInterface_GetOptions_Call
- func (_e *MockSdkClientWriteRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientWriteRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteRequestInterface_Options_Call
- type MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call
- type MockSdkClientWriteRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteRequestInterface_GetBody_Call) Return(_a0 *client.ClientWriteRequest) *MockSdkClientWriteRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientWriteRequest) *MockSdkClientWriteRequestInterface_GetBody_Call
- type MockSdkClientWriteRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientWriteRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteRequestInterface_GetContext_Call
- type MockSdkClientWriteRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteRequestInterface_GetOptions_Call) Return(_a0 *client.ClientWriteOptions) *MockSdkClientWriteRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteOptions) *MockSdkClientWriteRequestInterface_GetOptions_Call
- type MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientWriteRequestInterface_Options_Call
- func (_c *MockSdkClientWriteRequestInterface_Options_Call) Return(_a0 client.SdkClientWriteRequestInterface) *MockSdkClientWriteRequestInterface_Options_Call
- func (_c *MockSdkClientWriteRequestInterface_Options_Call) Run(run func(options client.ClientWriteOptions)) *MockSdkClientWriteRequestInterface_Options_Call
- func (_c *MockSdkClientWriteRequestInterface_Options_Call) RunAndReturn(run func(client.ClientWriteOptions) client.SdkClientWriteRequestInterface) *MockSdkClientWriteRequestInterface_Options_Call
- type MockSdkClient_BatchCheckExecute_Call
- func (_c *MockSdkClient_BatchCheckExecute_Call) Return(_a0 *client.ClientBatchCheckResponse, _a1 error) *MockSdkClient_BatchCheckExecute_Call
- func (_c *MockSdkClient_BatchCheckExecute_Call) Run(run func(request client.SdkClientBatchCheckRequestInterface)) *MockSdkClient_BatchCheckExecute_Call
- func (_c *MockSdkClient_BatchCheckExecute_Call) RunAndReturn(...) *MockSdkClient_BatchCheckExecute_Call
- type MockSdkClient_BatchCheck_Call
- func (_c *MockSdkClient_BatchCheck_Call) Return(_a0 client.SdkClientBatchCheckRequestInterface) *MockSdkClient_BatchCheck_Call
- func (_c *MockSdkClient_BatchCheck_Call) Run(run func(ctx context.Context)) *MockSdkClient_BatchCheck_Call
- func (_c *MockSdkClient_BatchCheck_Call) RunAndReturn(run func(context.Context) client.SdkClientBatchCheckRequestInterface) *MockSdkClient_BatchCheck_Call
- type MockSdkClient_CheckExecute_Call
- func (_c *MockSdkClient_CheckExecute_Call) Return(_a0 *client.ClientCheckResponse, _a1 error) *MockSdkClient_CheckExecute_Call
- func (_c *MockSdkClient_CheckExecute_Call) Run(run func(request client.SdkClientCheckRequestInterface)) *MockSdkClient_CheckExecute_Call
- func (_c *MockSdkClient_CheckExecute_Call) RunAndReturn(...) *MockSdkClient_CheckExecute_Call
- type MockSdkClient_Check_Call
- func (_c *MockSdkClient_Check_Call) Return(_a0 client.SdkClientCheckRequestInterface) *MockSdkClient_Check_Call
- func (_c *MockSdkClient_Check_Call) Run(run func(ctx context.Context)) *MockSdkClient_Check_Call
- func (_c *MockSdkClient_Check_Call) RunAndReturn(run func(context.Context) client.SdkClientCheckRequestInterface) *MockSdkClient_Check_Call
- type MockSdkClient_CreateStoreExecute_Call
- func (_c *MockSdkClient_CreateStoreExecute_Call) Return(_a0 *client.ClientCreateStoreResponse, _a1 error) *MockSdkClient_CreateStoreExecute_Call
- func (_c *MockSdkClient_CreateStoreExecute_Call) Run(run func(request client.SdkClientCreateStoreRequestInterface)) *MockSdkClient_CreateStoreExecute_Call
- func (_c *MockSdkClient_CreateStoreExecute_Call) RunAndReturn(...) *MockSdkClient_CreateStoreExecute_Call
- type MockSdkClient_CreateStore_Call
- func (_c *MockSdkClient_CreateStore_Call) Return(_a0 client.SdkClientCreateStoreRequestInterface) *MockSdkClient_CreateStore_Call
- func (_c *MockSdkClient_CreateStore_Call) Run(run func(ctx context.Context)) *MockSdkClient_CreateStore_Call
- func (_c *MockSdkClient_CreateStore_Call) RunAndReturn(run func(context.Context) client.SdkClientCreateStoreRequestInterface) *MockSdkClient_CreateStore_Call
- type MockSdkClient_DeleteStoreExecute_Call
- func (_c *MockSdkClient_DeleteStoreExecute_Call) Return(_a0 *client.ClientDeleteStoreResponse, _a1 error) *MockSdkClient_DeleteStoreExecute_Call
- func (_c *MockSdkClient_DeleteStoreExecute_Call) Run(run func(request client.SdkClientDeleteStoreRequestInterface)) *MockSdkClient_DeleteStoreExecute_Call
- func (_c *MockSdkClient_DeleteStoreExecute_Call) RunAndReturn(...) *MockSdkClient_DeleteStoreExecute_Call
- type MockSdkClient_DeleteStore_Call
- func (_c *MockSdkClient_DeleteStore_Call) Return(_a0 client.SdkClientDeleteStoreRequestInterface) *MockSdkClient_DeleteStore_Call
- func (_c *MockSdkClient_DeleteStore_Call) Run(run func(ctx context.Context)) *MockSdkClient_DeleteStore_Call
- func (_c *MockSdkClient_DeleteStore_Call) RunAndReturn(run func(context.Context) client.SdkClientDeleteStoreRequestInterface) *MockSdkClient_DeleteStore_Call
- type MockSdkClient_DeleteTuplesExecute_Call
- func (_c *MockSdkClient_DeleteTuplesExecute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClient_DeleteTuplesExecute_Call
- func (_c *MockSdkClient_DeleteTuplesExecute_Call) Run(run func(request client.SdkClientDeleteTuplesRequestInterface)) *MockSdkClient_DeleteTuplesExecute_Call
- func (_c *MockSdkClient_DeleteTuplesExecute_Call) RunAndReturn(...) *MockSdkClient_DeleteTuplesExecute_Call
- type MockSdkClient_DeleteTuples_Call
- func (_c *MockSdkClient_DeleteTuples_Call) Return(_a0 client.SdkClientDeleteTuplesRequestInterface) *MockSdkClient_DeleteTuples_Call
- func (_c *MockSdkClient_DeleteTuples_Call) Run(run func(ctx context.Context)) *MockSdkClient_DeleteTuples_Call
- func (_c *MockSdkClient_DeleteTuples_Call) RunAndReturn(run func(context.Context) client.SdkClientDeleteTuplesRequestInterface) *MockSdkClient_DeleteTuples_Call
- type MockSdkClient_ExpandExecute_Call
- func (_c *MockSdkClient_ExpandExecute_Call) Return(_a0 *client.ClientExpandResponse, _a1 error) *MockSdkClient_ExpandExecute_Call
- func (_c *MockSdkClient_ExpandExecute_Call) Run(run func(request client.SdkClientExpandRequestInterface)) *MockSdkClient_ExpandExecute_Call
- func (_c *MockSdkClient_ExpandExecute_Call) RunAndReturn(...) *MockSdkClient_ExpandExecute_Call
- type MockSdkClient_Expand_Call
- func (_c *MockSdkClient_Expand_Call) Return(_a0 client.SdkClientExpandRequestInterface) *MockSdkClient_Expand_Call
- func (_c *MockSdkClient_Expand_Call) Run(run func(ctx context.Context)) *MockSdkClient_Expand_Call
- func (_c *MockSdkClient_Expand_Call) RunAndReturn(run func(context.Context) client.SdkClientExpandRequestInterface) *MockSdkClient_Expand_Call
- type MockSdkClient_Expecter
- func (_e *MockSdkClient_Expecter) BatchCheck(ctx interface{}) *MockSdkClient_BatchCheck_Call
- func (_e *MockSdkClient_Expecter) BatchCheckExecute(request interface{}) *MockSdkClient_BatchCheckExecute_Call
- func (_e *MockSdkClient_Expecter) Check(ctx interface{}) *MockSdkClient_Check_Call
- func (_e *MockSdkClient_Expecter) CheckExecute(request interface{}) *MockSdkClient_CheckExecute_Call
- func (_e *MockSdkClient_Expecter) CreateStore(ctx interface{}) *MockSdkClient_CreateStore_Call
- func (_e *MockSdkClient_Expecter) CreateStoreExecute(request interface{}) *MockSdkClient_CreateStoreExecute_Call
- func (_e *MockSdkClient_Expecter) DeleteStore(ctx interface{}) *MockSdkClient_DeleteStore_Call
- func (_e *MockSdkClient_Expecter) DeleteStoreExecute(request interface{}) *MockSdkClient_DeleteStoreExecute_Call
- func (_e *MockSdkClient_Expecter) DeleteTuples(ctx interface{}) *MockSdkClient_DeleteTuples_Call
- func (_e *MockSdkClient_Expecter) DeleteTuplesExecute(request interface{}) *MockSdkClient_DeleteTuplesExecute_Call
- func (_e *MockSdkClient_Expecter) Expand(ctx interface{}) *MockSdkClient_Expand_Call
- func (_e *MockSdkClient_Expecter) ExpandExecute(request interface{}) *MockSdkClient_ExpandExecute_Call
- func (_e *MockSdkClient_Expecter) GetStore(ctx interface{}) *MockSdkClient_GetStore_Call
- func (_e *MockSdkClient_Expecter) GetStoreExecute(request interface{}) *MockSdkClient_GetStoreExecute_Call
- func (_e *MockSdkClient_Expecter) ListObjects(ctx interface{}) *MockSdkClient_ListObjects_Call
- func (_e *MockSdkClient_Expecter) ListObjectsExecute(request interface{}) *MockSdkClient_ListObjectsExecute_Call
- func (_e *MockSdkClient_Expecter) ListRelations(ctx interface{}) *MockSdkClient_ListRelations_Call
- func (_e *MockSdkClient_Expecter) ListRelationsExecute(request interface{}) *MockSdkClient_ListRelationsExecute_Call
- func (_e *MockSdkClient_Expecter) ListStores(ctx interface{}) *MockSdkClient_ListStores_Call
- func (_e *MockSdkClient_Expecter) ListStoresExecute(request interface{}) *MockSdkClient_ListStoresExecute_Call
- func (_e *MockSdkClient_Expecter) ListUsers(ctx interface{}) *MockSdkClient_ListUsers_Call
- func (_e *MockSdkClient_Expecter) ListUsersExecute(r interface{}) *MockSdkClient_ListUsersExecute_Call
- func (_e *MockSdkClient_Expecter) Read(ctx interface{}) *MockSdkClient_Read_Call
- func (_e *MockSdkClient_Expecter) ReadAssertions(ctx interface{}) *MockSdkClient_ReadAssertions_Call
- func (_e *MockSdkClient_Expecter) ReadAssertionsExecute(request interface{}) *MockSdkClient_ReadAssertionsExecute_Call
- func (_e *MockSdkClient_Expecter) ReadAuthorizationModel(ctx interface{}) *MockSdkClient_ReadAuthorizationModel_Call
- func (_e *MockSdkClient_Expecter) ReadAuthorizationModelExecute(request interface{}) *MockSdkClient_ReadAuthorizationModelExecute_Call
- func (_e *MockSdkClient_Expecter) ReadAuthorizationModels(ctx interface{}) *MockSdkClient_ReadAuthorizationModels_Call
- func (_e *MockSdkClient_Expecter) ReadAuthorizationModelsExecute(request interface{}) *MockSdkClient_ReadAuthorizationModelsExecute_Call
- func (_e *MockSdkClient_Expecter) ReadChanges(ctx interface{}) *MockSdkClient_ReadChanges_Call
- func (_e *MockSdkClient_Expecter) ReadChangesExecute(request interface{}) *MockSdkClient_ReadChangesExecute_Call
- func (_e *MockSdkClient_Expecter) ReadExecute(request interface{}) *MockSdkClient_ReadExecute_Call
- func (_e *MockSdkClient_Expecter) ReadLatestAuthorizationModel(ctx interface{}) *MockSdkClient_ReadLatestAuthorizationModel_Call
- func (_e *MockSdkClient_Expecter) ReadLatestAuthorizationModelExecute(request interface{}) *MockSdkClient_ReadLatestAuthorizationModelExecute_Call
- func (_e *MockSdkClient_Expecter) Write(ctx interface{}) *MockSdkClient_Write_Call
- func (_e *MockSdkClient_Expecter) WriteAssertions(ctx interface{}) *MockSdkClient_WriteAssertions_Call
- func (_e *MockSdkClient_Expecter) WriteAssertionsExecute(request interface{}) *MockSdkClient_WriteAssertionsExecute_Call
- func (_e *MockSdkClient_Expecter) WriteAuthorizationModel(ctx interface{}) *MockSdkClient_WriteAuthorizationModel_Call
- func (_e *MockSdkClient_Expecter) WriteAuthorizationModelExecute(request interface{}) *MockSdkClient_WriteAuthorizationModelExecute_Call
- func (_e *MockSdkClient_Expecter) WriteExecute(request interface{}) *MockSdkClient_WriteExecute_Call
- func (_e *MockSdkClient_Expecter) WriteTuples(ctx interface{}) *MockSdkClient_WriteTuples_Call
- func (_e *MockSdkClient_Expecter) WriteTuplesExecute(request interface{}) *MockSdkClient_WriteTuplesExecute_Call
- type MockSdkClient_GetStoreExecute_Call
- func (_c *MockSdkClient_GetStoreExecute_Call) Return(_a0 *client.ClientGetStoreResponse, _a1 error) *MockSdkClient_GetStoreExecute_Call
- func (_c *MockSdkClient_GetStoreExecute_Call) Run(run func(request client.SdkClientGetStoreRequestInterface)) *MockSdkClient_GetStoreExecute_Call
- func (_c *MockSdkClient_GetStoreExecute_Call) RunAndReturn(...) *MockSdkClient_GetStoreExecute_Call
- type MockSdkClient_GetStore_Call
- func (_c *MockSdkClient_GetStore_Call) Return(_a0 client.SdkClientGetStoreRequestInterface) *MockSdkClient_GetStore_Call
- func (_c *MockSdkClient_GetStore_Call) Run(run func(ctx context.Context)) *MockSdkClient_GetStore_Call
- func (_c *MockSdkClient_GetStore_Call) RunAndReturn(run func(context.Context) client.SdkClientGetStoreRequestInterface) *MockSdkClient_GetStore_Call
- type MockSdkClient_ListObjectsExecute_Call
- func (_c *MockSdkClient_ListObjectsExecute_Call) Return(_a0 *client.ClientListObjectsResponse, _a1 error) *MockSdkClient_ListObjectsExecute_Call
- func (_c *MockSdkClient_ListObjectsExecute_Call) Run(run func(request client.SdkClientListObjectsRequestInterface)) *MockSdkClient_ListObjectsExecute_Call
- func (_c *MockSdkClient_ListObjectsExecute_Call) RunAndReturn(...) *MockSdkClient_ListObjectsExecute_Call
- type MockSdkClient_ListObjects_Call
- func (_c *MockSdkClient_ListObjects_Call) Return(_a0 client.SdkClientListObjectsRequestInterface) *MockSdkClient_ListObjects_Call
- func (_c *MockSdkClient_ListObjects_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListObjects_Call
- func (_c *MockSdkClient_ListObjects_Call) RunAndReturn(run func(context.Context) client.SdkClientListObjectsRequestInterface) *MockSdkClient_ListObjects_Call
- type MockSdkClient_ListRelationsExecute_Call
- func (_c *MockSdkClient_ListRelationsExecute_Call) Return(_a0 *client.ClientListRelationsResponse, _a1 error) *MockSdkClient_ListRelationsExecute_Call
- func (_c *MockSdkClient_ListRelationsExecute_Call) Run(run func(request client.SdkClientListRelationsRequestInterface)) *MockSdkClient_ListRelationsExecute_Call
- func (_c *MockSdkClient_ListRelationsExecute_Call) RunAndReturn(...) *MockSdkClient_ListRelationsExecute_Call
- type MockSdkClient_ListRelations_Call
- func (_c *MockSdkClient_ListRelations_Call) Return(_a0 client.SdkClientListRelationsRequestInterface) *MockSdkClient_ListRelations_Call
- func (_c *MockSdkClient_ListRelations_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListRelations_Call
- func (_c *MockSdkClient_ListRelations_Call) RunAndReturn(run func(context.Context) client.SdkClientListRelationsRequestInterface) *MockSdkClient_ListRelations_Call
- type MockSdkClient_ListStoresExecute_Call
- func (_c *MockSdkClient_ListStoresExecute_Call) Return(_a0 *client.ClientListStoresResponse, _a1 error) *MockSdkClient_ListStoresExecute_Call
- func (_c *MockSdkClient_ListStoresExecute_Call) Run(run func(request client.SdkClientListStoresRequestInterface)) *MockSdkClient_ListStoresExecute_Call
- func (_c *MockSdkClient_ListStoresExecute_Call) RunAndReturn(...) *MockSdkClient_ListStoresExecute_Call
- type MockSdkClient_ListStores_Call
- func (_c *MockSdkClient_ListStores_Call) Return(_a0 client.SdkClientListStoresRequestInterface) *MockSdkClient_ListStores_Call
- func (_c *MockSdkClient_ListStores_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListStores_Call
- func (_c *MockSdkClient_ListStores_Call) RunAndReturn(run func(context.Context) client.SdkClientListStoresRequestInterface) *MockSdkClient_ListStores_Call
- type MockSdkClient_ListUsersExecute_Call
- func (_c *MockSdkClient_ListUsersExecute_Call) Return(_a0 *client.ClientListUsersResponse, _a1 error) *MockSdkClient_ListUsersExecute_Call
- func (_c *MockSdkClient_ListUsersExecute_Call) Run(run func(r client.SdkClientListUsersRequestInterface)) *MockSdkClient_ListUsersExecute_Call
- func (_c *MockSdkClient_ListUsersExecute_Call) RunAndReturn(...) *MockSdkClient_ListUsersExecute_Call
- type MockSdkClient_ListUsers_Call
- func (_c *MockSdkClient_ListUsers_Call) Return(_a0 client.SdkClientListUsersRequestInterface) *MockSdkClient_ListUsers_Call
- func (_c *MockSdkClient_ListUsers_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListUsers_Call
- func (_c *MockSdkClient_ListUsers_Call) RunAndReturn(run func(context.Context) client.SdkClientListUsersRequestInterface) *MockSdkClient_ListUsers_Call
- type MockSdkClient_ReadAssertionsExecute_Call
- func (_c *MockSdkClient_ReadAssertionsExecute_Call) Return(_a0 *client.ClientReadAssertionsResponse, _a1 error) *MockSdkClient_ReadAssertionsExecute_Call
- func (_c *MockSdkClient_ReadAssertionsExecute_Call) Run(run func(request client.SdkClientReadAssertionsRequestInterface)) *MockSdkClient_ReadAssertionsExecute_Call
- func (_c *MockSdkClient_ReadAssertionsExecute_Call) RunAndReturn(...) *MockSdkClient_ReadAssertionsExecute_Call
- type MockSdkClient_ReadAssertions_Call
- func (_c *MockSdkClient_ReadAssertions_Call) Return(_a0 client.SdkClientReadAssertionsRequestInterface) *MockSdkClient_ReadAssertions_Call
- func (_c *MockSdkClient_ReadAssertions_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadAssertions_Call
- func (_c *MockSdkClient_ReadAssertions_Call) RunAndReturn(run func(context.Context) client.SdkClientReadAssertionsRequestInterface) *MockSdkClient_ReadAssertions_Call
- type MockSdkClient_ReadAuthorizationModelExecute_Call
- func (_c *MockSdkClient_ReadAuthorizationModelExecute_Call) Return(_a0 *client.ClientReadAuthorizationModelResponse, _a1 error) *MockSdkClient_ReadAuthorizationModelExecute_Call
- func (_c *MockSdkClient_ReadAuthorizationModelExecute_Call) Run(run func(request client.SdkClientReadAuthorizationModelRequestInterface)) *MockSdkClient_ReadAuthorizationModelExecute_Call
- func (_c *MockSdkClient_ReadAuthorizationModelExecute_Call) RunAndReturn(...) *MockSdkClient_ReadAuthorizationModelExecute_Call
- type MockSdkClient_ReadAuthorizationModel_Call
- func (_c *MockSdkClient_ReadAuthorizationModel_Call) Return(_a0 client.SdkClientReadAuthorizationModelRequestInterface) *MockSdkClient_ReadAuthorizationModel_Call
- func (_c *MockSdkClient_ReadAuthorizationModel_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadAuthorizationModel_Call
- func (_c *MockSdkClient_ReadAuthorizationModel_Call) RunAndReturn(...) *MockSdkClient_ReadAuthorizationModel_Call
- type MockSdkClient_ReadAuthorizationModelsExecute_Call
- func (_c *MockSdkClient_ReadAuthorizationModelsExecute_Call) Return(_a0 *client.ClientReadAuthorizationModelsResponse, _a1 error) *MockSdkClient_ReadAuthorizationModelsExecute_Call
- func (_c *MockSdkClient_ReadAuthorizationModelsExecute_Call) Run(run func(request client.SdkClientReadAuthorizationModelsRequestInterface)) *MockSdkClient_ReadAuthorizationModelsExecute_Call
- func (_c *MockSdkClient_ReadAuthorizationModelsExecute_Call) RunAndReturn(...) *MockSdkClient_ReadAuthorizationModelsExecute_Call
- type MockSdkClient_ReadAuthorizationModels_Call
- func (_c *MockSdkClient_ReadAuthorizationModels_Call) Return(_a0 client.SdkClientReadAuthorizationModelsRequestInterface) *MockSdkClient_ReadAuthorizationModels_Call
- func (_c *MockSdkClient_ReadAuthorizationModels_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadAuthorizationModels_Call
- func (_c *MockSdkClient_ReadAuthorizationModels_Call) RunAndReturn(...) *MockSdkClient_ReadAuthorizationModels_Call
- type MockSdkClient_ReadChangesExecute_Call
- func (_c *MockSdkClient_ReadChangesExecute_Call) Return(_a0 *client.ClientReadChangesResponse, _a1 error) *MockSdkClient_ReadChangesExecute_Call
- func (_c *MockSdkClient_ReadChangesExecute_Call) Run(run func(request client.SdkClientReadChangesRequestInterface)) *MockSdkClient_ReadChangesExecute_Call
- func (_c *MockSdkClient_ReadChangesExecute_Call) RunAndReturn(...) *MockSdkClient_ReadChangesExecute_Call
- type MockSdkClient_ReadChanges_Call
- func (_c *MockSdkClient_ReadChanges_Call) Return(_a0 client.SdkClientReadChangesRequestInterface) *MockSdkClient_ReadChanges_Call
- func (_c *MockSdkClient_ReadChanges_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadChanges_Call
- func (_c *MockSdkClient_ReadChanges_Call) RunAndReturn(run func(context.Context) client.SdkClientReadChangesRequestInterface) *MockSdkClient_ReadChanges_Call
- type MockSdkClient_ReadExecute_Call
- func (_c *MockSdkClient_ReadExecute_Call) Return(_a0 *client.ClientReadResponse, _a1 error) *MockSdkClient_ReadExecute_Call
- func (_c *MockSdkClient_ReadExecute_Call) Run(run func(request client.SdkClientReadRequestInterface)) *MockSdkClient_ReadExecute_Call
- func (_c *MockSdkClient_ReadExecute_Call) RunAndReturn(...) *MockSdkClient_ReadExecute_Call
- type MockSdkClient_ReadLatestAuthorizationModelExecute_Call
- func (_c *MockSdkClient_ReadLatestAuthorizationModelExecute_Call) Return(_a0 *client.ClientReadAuthorizationModelResponse, _a1 error) *MockSdkClient_ReadLatestAuthorizationModelExecute_Call
- func (_c *MockSdkClient_ReadLatestAuthorizationModelExecute_Call) Run(run func(request client.SdkClientReadLatestAuthorizationModelRequestInterface)) *MockSdkClient_ReadLatestAuthorizationModelExecute_Call
- func (_c *MockSdkClient_ReadLatestAuthorizationModelExecute_Call) RunAndReturn(...) *MockSdkClient_ReadLatestAuthorizationModelExecute_Call
- type MockSdkClient_ReadLatestAuthorizationModel_Call
- func (_c *MockSdkClient_ReadLatestAuthorizationModel_Call) Return(_a0 client.SdkClientReadLatestAuthorizationModelRequestInterface) *MockSdkClient_ReadLatestAuthorizationModel_Call
- func (_c *MockSdkClient_ReadLatestAuthorizationModel_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadLatestAuthorizationModel_Call
- func (_c *MockSdkClient_ReadLatestAuthorizationModel_Call) RunAndReturn(...) *MockSdkClient_ReadLatestAuthorizationModel_Call
- type MockSdkClient_Read_Call
- func (_c *MockSdkClient_Read_Call) Return(_a0 client.SdkClientReadRequestInterface) *MockSdkClient_Read_Call
- func (_c *MockSdkClient_Read_Call) Run(run func(ctx context.Context)) *MockSdkClient_Read_Call
- func (_c *MockSdkClient_Read_Call) RunAndReturn(run func(context.Context) client.SdkClientReadRequestInterface) *MockSdkClient_Read_Call
- type MockSdkClient_WriteAssertionsExecute_Call
- func (_c *MockSdkClient_WriteAssertionsExecute_Call) Return(_a0 *client.ClientWriteAssertionsResponse, _a1 error) *MockSdkClient_WriteAssertionsExecute_Call
- func (_c *MockSdkClient_WriteAssertionsExecute_Call) Run(run func(request client.SdkClientWriteAssertionsRequestInterface)) *MockSdkClient_WriteAssertionsExecute_Call
- func (_c *MockSdkClient_WriteAssertionsExecute_Call) RunAndReturn(...) *MockSdkClient_WriteAssertionsExecute_Call
- type MockSdkClient_WriteAssertions_Call
- func (_c *MockSdkClient_WriteAssertions_Call) Return(_a0 client.SdkClientWriteAssertionsRequestInterface) *MockSdkClient_WriteAssertions_Call
- func (_c *MockSdkClient_WriteAssertions_Call) Run(run func(ctx context.Context)) *MockSdkClient_WriteAssertions_Call
- func (_c *MockSdkClient_WriteAssertions_Call) RunAndReturn(run func(context.Context) client.SdkClientWriteAssertionsRequestInterface) *MockSdkClient_WriteAssertions_Call
- type MockSdkClient_WriteAuthorizationModelExecute_Call
- func (_c *MockSdkClient_WriteAuthorizationModelExecute_Call) Return(_a0 *client.ClientWriteAuthorizationModelResponse, _a1 error) *MockSdkClient_WriteAuthorizationModelExecute_Call
- func (_c *MockSdkClient_WriteAuthorizationModelExecute_Call) Run(run func(request client.SdkClientWriteAuthorizationModelRequestInterface)) *MockSdkClient_WriteAuthorizationModelExecute_Call
- func (_c *MockSdkClient_WriteAuthorizationModelExecute_Call) RunAndReturn(...) *MockSdkClient_WriteAuthorizationModelExecute_Call
- type MockSdkClient_WriteAuthorizationModel_Call
- func (_c *MockSdkClient_WriteAuthorizationModel_Call) Return(_a0 client.SdkClientWriteAuthorizationModelRequestInterface) *MockSdkClient_WriteAuthorizationModel_Call
- func (_c *MockSdkClient_WriteAuthorizationModel_Call) Run(run func(ctx context.Context)) *MockSdkClient_WriteAuthorizationModel_Call
- func (_c *MockSdkClient_WriteAuthorizationModel_Call) RunAndReturn(...) *MockSdkClient_WriteAuthorizationModel_Call
- type MockSdkClient_WriteExecute_Call
- func (_c *MockSdkClient_WriteExecute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClient_WriteExecute_Call
- func (_c *MockSdkClient_WriteExecute_Call) Run(run func(request client.SdkClientWriteRequestInterface)) *MockSdkClient_WriteExecute_Call
- func (_c *MockSdkClient_WriteExecute_Call) RunAndReturn(...) *MockSdkClient_WriteExecute_Call
- type MockSdkClient_WriteTuplesExecute_Call
- func (_c *MockSdkClient_WriteTuplesExecute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClient_WriteTuplesExecute_Call
- func (_c *MockSdkClient_WriteTuplesExecute_Call) Run(run func(request client.SdkClientWriteTuplesRequestInterface)) *MockSdkClient_WriteTuplesExecute_Call
- func (_c *MockSdkClient_WriteTuplesExecute_Call) RunAndReturn(...) *MockSdkClient_WriteTuplesExecute_Call
- type MockSdkClient_WriteTuples_Call
- func (_c *MockSdkClient_WriteTuples_Call) Return(_a0 client.SdkClientWriteTuplesRequestInterface) *MockSdkClient_WriteTuples_Call
- func (_c *MockSdkClient_WriteTuples_Call) Run(run func(ctx context.Context)) *MockSdkClient_WriteTuples_Call
- func (_c *MockSdkClient_WriteTuples_Call) RunAndReturn(run func(context.Context) client.SdkClientWriteTuplesRequestInterface) *MockSdkClient_WriteTuples_Call
- type MockSdkClient_Write_Call
- func (_c *MockSdkClient_Write_Call) Return(_a0 client.SdkClientWriteRequestInterface) *MockSdkClient_Write_Call
- func (_c *MockSdkClient_Write_Call) Run(run func(ctx context.Context)) *MockSdkClient_Write_Call
- func (_c *MockSdkClient_Write_Call) RunAndReturn(run func(context.Context) client.SdkClientWriteRequestInterface) *MockSdkClient_Write_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchCheck ¶
func BatchCheck(t *testing.T, c *MockSdkClient, list []string, allowed []string)
CheckAny mocks a check request for any times in a test
func CheckAny ¶
func CheckAny(t *testing.T, c *MockSdkClient, allowed bool)
CheckAny mocks a check request for any times in a test
func ClearMocks ¶
func ClearMocks(c *MockSdkClient)
ClearMocks is used to clear mocks in a test loop easiest to use `def mock_fga.ClearMocks(c)` so no matter how the test exits mocks are always cleared before the next test case
func DeleteAny ¶
func DeleteAny(t *testing.T, c *MockSdkClient, errMsg string)
DeleteAny creates mock delete responses based on the mock FGA client for any times in a test
func ListAny ¶
func ListAny(t *testing.T, c *MockSdkClient, allowedObjects []string)
ListAny mocks a list request for any times in a test
func ListOnce ¶
func ListOnce(t *testing.T, c *MockSdkClient, allowedObjects []string, err error)
ListOnce mocks a list request once with a allowed objects and error if provided
func ListTimes ¶
func ListTimes(t *testing.T, c *MockSdkClient, allowedObjects []string, times int)
ListTimes mocks a list request for the specified number of times in a test
func ListUsersAny ¶
func ListUsersAny(t *testing.T, c *MockSdkClient, allowedUsers []string, err error)
ListUsersAny mocks a list request any number of times with a allowed users and error if provided
func ReadAny ¶
func ReadAny(t *testing.T, c *MockSdkClient)
ReadAny mocks a read request for any times in a test
func WriteAny ¶
func WriteAny(t *testing.T, c *MockSdkClient)
WriteAny creates mock write responses based on the mock FGA client for any times in a test
func WriteError ¶
func WriteError(t *testing.T, c *MockSdkClient, err error)
WriteError creates mock write error response based on the mock FGA client for any times in a test
func WriteOnce ¶
func WriteOnce(t *testing.T, c *MockSdkClient)
WriteOnce creates mock write responses based on the mock FGA client one time per test
Types ¶
type MockSdkClient ¶
MockSdkClient is an autogenerated mock type for the SdkClient type
func NewMockSdkClient ¶
func NewMockSdkClient(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClient
NewMockSdkClient creates a new instance of MockSdkClient. 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 (*MockSdkClient) BatchCheck ¶
func (_m *MockSdkClient) BatchCheck(ctx context.Context) client.SdkClientBatchCheckRequestInterface
BatchCheck provides a mock function with given fields: ctx
func (*MockSdkClient) BatchCheckExecute ¶
func (_m *MockSdkClient) BatchCheckExecute(request client.SdkClientBatchCheckRequestInterface) (*client.ClientBatchCheckResponse, error)
BatchCheckExecute provides a mock function with given fields: request
func (*MockSdkClient) Check ¶
func (_m *MockSdkClient) Check(ctx context.Context) client.SdkClientCheckRequestInterface
Check provides a mock function with given fields: ctx
func (*MockSdkClient) CheckExecute ¶
func (_m *MockSdkClient) CheckExecute(request client.SdkClientCheckRequestInterface) (*client.ClientCheckResponse, error)
CheckExecute provides a mock function with given fields: request
func (*MockSdkClient) CreateStore ¶
func (_m *MockSdkClient) CreateStore(ctx context.Context) client.SdkClientCreateStoreRequestInterface
CreateStore provides a mock function with given fields: ctx
func (*MockSdkClient) CreateStoreExecute ¶
func (_m *MockSdkClient) CreateStoreExecute(request client.SdkClientCreateStoreRequestInterface) (*client.ClientCreateStoreResponse, error)
CreateStoreExecute provides a mock function with given fields: request
func (*MockSdkClient) DeleteStore ¶
func (_m *MockSdkClient) DeleteStore(ctx context.Context) client.SdkClientDeleteStoreRequestInterface
DeleteStore provides a mock function with given fields: ctx
func (*MockSdkClient) DeleteStoreExecute ¶
func (_m *MockSdkClient) DeleteStoreExecute(request client.SdkClientDeleteStoreRequestInterface) (*client.ClientDeleteStoreResponse, error)
DeleteStoreExecute provides a mock function with given fields: request
func (*MockSdkClient) DeleteTuples ¶
func (_m *MockSdkClient) DeleteTuples(ctx context.Context) client.SdkClientDeleteTuplesRequestInterface
DeleteTuples provides a mock function with given fields: ctx
func (*MockSdkClient) DeleteTuplesExecute ¶
func (_m *MockSdkClient) DeleteTuplesExecute(request client.SdkClientDeleteTuplesRequestInterface) (*client.ClientWriteResponse, error)
DeleteTuplesExecute provides a mock function with given fields: request
func (*MockSdkClient) EXPECT ¶
func (_m *MockSdkClient) EXPECT() *MockSdkClient_Expecter
func (*MockSdkClient) Expand ¶
func (_m *MockSdkClient) Expand(ctx context.Context) client.SdkClientExpandRequestInterface
Expand provides a mock function with given fields: ctx
func (*MockSdkClient) ExpandExecute ¶
func (_m *MockSdkClient) ExpandExecute(request client.SdkClientExpandRequestInterface) (*client.ClientExpandResponse, error)
ExpandExecute provides a mock function with given fields: request
func (*MockSdkClient) GetStore ¶
func (_m *MockSdkClient) GetStore(ctx context.Context) client.SdkClientGetStoreRequestInterface
GetStore provides a mock function with given fields: ctx
func (*MockSdkClient) GetStoreExecute ¶
func (_m *MockSdkClient) GetStoreExecute(request client.SdkClientGetStoreRequestInterface) (*client.ClientGetStoreResponse, error)
GetStoreExecute provides a mock function with given fields: request
func (*MockSdkClient) ListObjects ¶
func (_m *MockSdkClient) ListObjects(ctx context.Context) client.SdkClientListObjectsRequestInterface
ListObjects provides a mock function with given fields: ctx
func (*MockSdkClient) ListObjectsExecute ¶
func (_m *MockSdkClient) ListObjectsExecute(request client.SdkClientListObjectsRequestInterface) (*client.ClientListObjectsResponse, error)
ListObjectsExecute provides a mock function with given fields: request
func (*MockSdkClient) ListRelations ¶
func (_m *MockSdkClient) ListRelations(ctx context.Context) client.SdkClientListRelationsRequestInterface
ListRelations provides a mock function with given fields: ctx
func (*MockSdkClient) ListRelationsExecute ¶
func (_m *MockSdkClient) ListRelationsExecute(request client.SdkClientListRelationsRequestInterface) (*client.ClientListRelationsResponse, error)
ListRelationsExecute provides a mock function with given fields: request
func (*MockSdkClient) ListStores ¶
func (_m *MockSdkClient) ListStores(ctx context.Context) client.SdkClientListStoresRequestInterface
ListStores provides a mock function with given fields: ctx
func (*MockSdkClient) ListStoresExecute ¶
func (_m *MockSdkClient) ListStoresExecute(request client.SdkClientListStoresRequestInterface) (*client.ClientListStoresResponse, error)
ListStoresExecute provides a mock function with given fields: request
func (*MockSdkClient) ListUsers ¶
func (_m *MockSdkClient) ListUsers(ctx context.Context) client.SdkClientListUsersRequestInterface
ListUsers provides a mock function with given fields: ctx
func (*MockSdkClient) ListUsersExecute ¶
func (_m *MockSdkClient) ListUsersExecute(r client.SdkClientListUsersRequestInterface) (*client.ClientListUsersResponse, error)
ListUsersExecute provides a mock function with given fields: r
func (*MockSdkClient) Read ¶
func (_m *MockSdkClient) Read(ctx context.Context) client.SdkClientReadRequestInterface
Read provides a mock function with given fields: ctx
func (*MockSdkClient) ReadAssertions ¶
func (_m *MockSdkClient) ReadAssertions(ctx context.Context) client.SdkClientReadAssertionsRequestInterface
ReadAssertions provides a mock function with given fields: ctx
func (*MockSdkClient) ReadAssertionsExecute ¶
func (_m *MockSdkClient) ReadAssertionsExecute(request client.SdkClientReadAssertionsRequestInterface) (*client.ClientReadAssertionsResponse, error)
ReadAssertionsExecute provides a mock function with given fields: request
func (*MockSdkClient) ReadAuthorizationModel ¶
func (_m *MockSdkClient) ReadAuthorizationModel(ctx context.Context) client.SdkClientReadAuthorizationModelRequestInterface
ReadAuthorizationModel provides a mock function with given fields: ctx
func (*MockSdkClient) ReadAuthorizationModelExecute ¶
func (_m *MockSdkClient) ReadAuthorizationModelExecute(request client.SdkClientReadAuthorizationModelRequestInterface) (*client.ClientReadAuthorizationModelResponse, error)
ReadAuthorizationModelExecute provides a mock function with given fields: request
func (*MockSdkClient) ReadAuthorizationModels ¶
func (_m *MockSdkClient) ReadAuthorizationModels(ctx context.Context) client.SdkClientReadAuthorizationModelsRequestInterface
ReadAuthorizationModels provides a mock function with given fields: ctx
func (*MockSdkClient) ReadAuthorizationModelsExecute ¶
func (_m *MockSdkClient) ReadAuthorizationModelsExecute(request client.SdkClientReadAuthorizationModelsRequestInterface) (*client.ClientReadAuthorizationModelsResponse, error)
ReadAuthorizationModelsExecute provides a mock function with given fields: request
func (*MockSdkClient) ReadChanges ¶
func (_m *MockSdkClient) ReadChanges(ctx context.Context) client.SdkClientReadChangesRequestInterface
ReadChanges provides a mock function with given fields: ctx
func (*MockSdkClient) ReadChangesExecute ¶
func (_m *MockSdkClient) ReadChangesExecute(request client.SdkClientReadChangesRequestInterface) (*client.ClientReadChangesResponse, error)
ReadChangesExecute provides a mock function with given fields: request
func (*MockSdkClient) ReadExecute ¶
func (_m *MockSdkClient) ReadExecute(request client.SdkClientReadRequestInterface) (*client.ClientReadResponse, error)
ReadExecute provides a mock function with given fields: request
func (*MockSdkClient) ReadLatestAuthorizationModel ¶
func (_m *MockSdkClient) ReadLatestAuthorizationModel(ctx context.Context) client.SdkClientReadLatestAuthorizationModelRequestInterface
ReadLatestAuthorizationModel provides a mock function with given fields: ctx
func (*MockSdkClient) ReadLatestAuthorizationModelExecute ¶
func (_m *MockSdkClient) ReadLatestAuthorizationModelExecute(request client.SdkClientReadLatestAuthorizationModelRequestInterface) (*client.ClientReadAuthorizationModelResponse, error)
ReadLatestAuthorizationModelExecute provides a mock function with given fields: request
func (*MockSdkClient) Write ¶
func (_m *MockSdkClient) Write(ctx context.Context) client.SdkClientWriteRequestInterface
Write provides a mock function with given fields: ctx
func (*MockSdkClient) WriteAssertions ¶
func (_m *MockSdkClient) WriteAssertions(ctx context.Context) client.SdkClientWriteAssertionsRequestInterface
WriteAssertions provides a mock function with given fields: ctx
func (*MockSdkClient) WriteAssertionsExecute ¶
func (_m *MockSdkClient) WriteAssertionsExecute(request client.SdkClientWriteAssertionsRequestInterface) (*client.ClientWriteAssertionsResponse, error)
WriteAssertionsExecute provides a mock function with given fields: request
func (*MockSdkClient) WriteAuthorizationModel ¶
func (_m *MockSdkClient) WriteAuthorizationModel(ctx context.Context) client.SdkClientWriteAuthorizationModelRequestInterface
WriteAuthorizationModel provides a mock function with given fields: ctx
func (*MockSdkClient) WriteAuthorizationModelExecute ¶
func (_m *MockSdkClient) WriteAuthorizationModelExecute(request client.SdkClientWriteAuthorizationModelRequestInterface) (*client.ClientWriteAuthorizationModelResponse, error)
WriteAuthorizationModelExecute provides a mock function with given fields: request
func (*MockSdkClient) WriteExecute ¶
func (_m *MockSdkClient) WriteExecute(request client.SdkClientWriteRequestInterface) (*client.ClientWriteResponse, error)
WriteExecute provides a mock function with given fields: request
func (*MockSdkClient) WriteTuples ¶
func (_m *MockSdkClient) WriteTuples(ctx context.Context) client.SdkClientWriteTuplesRequestInterface
WriteTuples provides a mock function with given fields: ctx
func (*MockSdkClient) WriteTuplesExecute ¶
func (_m *MockSdkClient) WriteTuplesExecute(request client.SdkClientWriteTuplesRequestInterface) (*client.ClientWriteResponse, error)
WriteTuplesExecute provides a mock function with given fields: request
type MockSdkClientBatchCheckRequestInterface ¶
MockSdkClientBatchCheckRequestInterface is an autogenerated mock type for the SdkClientBatchCheckRequestInterface type
func NewMockSdkClientBatchCheckRequestInterface ¶
func NewMockSdkClientBatchCheckRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientBatchCheckRequestInterface
NewMockSdkClientBatchCheckRequestInterface creates a new instance of MockSdkClientBatchCheckRequestInterface. 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 (*MockSdkClientBatchCheckRequestInterface) Body ¶
func (_m *MockSdkClientBatchCheckRequestInterface) Body(body client.ClientBatchCheckBody) client.SdkClientBatchCheckRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientBatchCheckRequestInterface) EXPECT ¶
func (_m *MockSdkClientBatchCheckRequestInterface) EXPECT() *MockSdkClientBatchCheckRequestInterface_Expecter
func (*MockSdkClientBatchCheckRequestInterface) Execute ¶
func (_m *MockSdkClientBatchCheckRequestInterface) Execute() (*client.ClientBatchCheckResponse, error)
Execute provides a mock function with no fields
func (*MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with no fields
func (*MockSdkClientBatchCheckRequestInterface) GetBody ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetBody() *client.ClientBatchCheckBody
GetBody provides a mock function with no fields
func (*MockSdkClientBatchCheckRequestInterface) GetContext ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetContext() context.Context
GetContext provides a mock function with no fields
func (*MockSdkClientBatchCheckRequestInterface) GetOptions ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetOptions() *client.ClientBatchCheckOptions
GetOptions provides a mock function with no fields
func (*MockSdkClientBatchCheckRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with no fields
func (*MockSdkClientBatchCheckRequestInterface) Options ¶
func (_m *MockSdkClientBatchCheckRequestInterface) Options(options client.ClientBatchCheckOptions) client.SdkClientBatchCheckRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientBatchCheckRequestInterface_Body_Call ¶
MockSdkClientBatchCheckRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientBatchCheckRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientBatchCheckRequestInterface_Body_Call) Run(run func(body client.ClientBatchCheckBody)) *MockSdkClientBatchCheckRequestInterface_Body_Call
func (*MockSdkClientBatchCheckRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientBatchCheckRequestInterface_Execute_Call ¶
MockSdkClientBatchCheckRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientBatchCheckRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientBatchCheckRequestInterface_Execute_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_Execute_Call
func (*MockSdkClientBatchCheckRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientBatchCheckRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientBatchCheckResponse, error)) *MockSdkClientBatchCheckRequestInterface_Execute_Call
type MockSdkClientBatchCheckRequestInterface_Expecter ¶
type MockSdkClientBatchCheckRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientBatchCheckRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) Body(body interface{}) *MockSdkClientBatchCheckRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientBatchCheckBody
func (*MockSdkClientBatchCheckRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) Execute() *MockSdkClientBatchCheckRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientBatchCheckRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientBatchCheckRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetBody() *MockSdkClientBatchCheckRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientBatchCheckRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetContext() *MockSdkClientBatchCheckRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientBatchCheckRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetOptions() *MockSdkClientBatchCheckRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientBatchCheckRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientBatchCheckRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientBatchCheckRequestInterface_Expecter) Options(options interface{}) *MockSdkClientBatchCheckRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientBatchCheckOptions
type MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call ¶
type MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call struct {
*mock.Call
}
MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientBatchCheckRequestInterface_GetAuthorizationModelIdOverride_Call
type MockSdkClientBatchCheckRequestInterface_GetBody_Call ¶
MockSdkClientBatchCheckRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientBatchCheckRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetBody_Call
func (*MockSdkClientBatchCheckRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientBatchCheckBody) *MockSdkClientBatchCheckRequestInterface_GetBody_Call
type MockSdkClientBatchCheckRequestInterface_GetContext_Call ¶
MockSdkClientBatchCheckRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientBatchCheckRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetContext_Call
func (*MockSdkClientBatchCheckRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientBatchCheckRequestInterface_GetContext_Call
type MockSdkClientBatchCheckRequestInterface_GetOptions_Call ¶
MockSdkClientBatchCheckRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientBatchCheckRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetOptions_Call
func (*MockSdkClientBatchCheckRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientBatchCheckOptions) *MockSdkClientBatchCheckRequestInterface_GetOptions_Call
type MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientBatchCheckRequestInterface_GetStoreIdOverride_Call
type MockSdkClientBatchCheckRequestInterface_Options_Call ¶
MockSdkClientBatchCheckRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientBatchCheckRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientBatchCheckRequestInterface_Options_Call) Run(run func(options client.ClientBatchCheckOptions)) *MockSdkClientBatchCheckRequestInterface_Options_Call
func (*MockSdkClientBatchCheckRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientCheckRequestInterface ¶
MockSdkClientCheckRequestInterface is an autogenerated mock type for the SdkClientCheckRequestInterface type
func NewMockSdkClientCheckRequestInterface ¶
func NewMockSdkClientCheckRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientCheckRequestInterface
NewMockSdkClientCheckRequestInterface creates a new instance of MockSdkClientCheckRequestInterface. 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 (*MockSdkClientCheckRequestInterface) Body ¶
func (_m *MockSdkClientCheckRequestInterface) Body(body client.ClientCheckRequest) client.SdkClientCheckRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientCheckRequestInterface) EXPECT ¶
func (_m *MockSdkClientCheckRequestInterface) EXPECT() *MockSdkClientCheckRequestInterface_Expecter
func (*MockSdkClientCheckRequestInterface) Execute ¶
func (_m *MockSdkClientCheckRequestInterface) Execute() (*client.ClientCheckResponse, error)
Execute provides a mock function with no fields
func (*MockSdkClientCheckRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientCheckRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with no fields
func (*MockSdkClientCheckRequestInterface) GetBody ¶
func (_m *MockSdkClientCheckRequestInterface) GetBody() *client.ClientCheckRequest
GetBody provides a mock function with no fields
func (*MockSdkClientCheckRequestInterface) GetContext ¶
func (_m *MockSdkClientCheckRequestInterface) GetContext() context.Context
GetContext provides a mock function with no fields
func (*MockSdkClientCheckRequestInterface) GetOptions ¶
func (_m *MockSdkClientCheckRequestInterface) GetOptions() *client.ClientCheckOptions
GetOptions provides a mock function with no fields
func (*MockSdkClientCheckRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientCheckRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with no fields
func (*MockSdkClientCheckRequestInterface) Options ¶
func (_m *MockSdkClientCheckRequestInterface) Options(options client.ClientCheckOptions) client.SdkClientCheckRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientCheckRequestInterface_Body_Call ¶
MockSdkClientCheckRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientCheckRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientCheckRequestInterface_Body_Call) Run(run func(body client.ClientCheckRequest)) *MockSdkClientCheckRequestInterface_Body_Call
func (*MockSdkClientCheckRequestInterface_Body_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_Body_Call) RunAndReturn(run func(client.ClientCheckRequest) client.SdkClientCheckRequestInterface) *MockSdkClientCheckRequestInterface_Body_Call
type MockSdkClientCheckRequestInterface_Execute_Call ¶
MockSdkClientCheckRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientCheckRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientCheckRequestInterface_Execute_Call) Return(_a0 *client.ClientCheckResponse, _a1 error) *MockSdkClientCheckRequestInterface_Execute_Call
func (*MockSdkClientCheckRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientCheckRequestInterface_Execute_Call) Run(run func()) *MockSdkClientCheckRequestInterface_Execute_Call
func (*MockSdkClientCheckRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientCheckResponse, error)) *MockSdkClientCheckRequestInterface_Execute_Call
type MockSdkClientCheckRequestInterface_Expecter ¶
type MockSdkClientCheckRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientCheckRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) Body(body interface{}) *MockSdkClientCheckRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientCheckRequest
func (*MockSdkClientCheckRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) Execute() *MockSdkClientCheckRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientCheckRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientCheckRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) GetBody() *MockSdkClientCheckRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientCheckRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) GetContext() *MockSdkClientCheckRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientCheckRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) GetOptions() *MockSdkClientCheckRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientCheckRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientCheckRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientCheckRequestInterface_Expecter) Options(options interface{}) *MockSdkClientCheckRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientCheckOptions
type MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call ¶
MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientCheckRequestInterface_GetAuthorizationModelIdOverride_Call
type MockSdkClientCheckRequestInterface_GetBody_Call ¶
MockSdkClientCheckRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientCheckRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientCheckRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetBody_Call
func (*MockSdkClientCheckRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientCheckRequest) *MockSdkClientCheckRequestInterface_GetBody_Call
type MockSdkClientCheckRequestInterface_GetContext_Call ¶
MockSdkClientCheckRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientCheckRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientCheckRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetContext_Call
func (*MockSdkClientCheckRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientCheckRequestInterface_GetContext_Call
type MockSdkClientCheckRequestInterface_GetOptions_Call ¶
MockSdkClientCheckRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientCheckRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientCheckRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetOptions_Call
func (*MockSdkClientCheckRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientCheckOptions) *MockSdkClientCheckRequestInterface_GetOptions_Call
type MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call) Run ¶
func (_c *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
func (*MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientCheckRequestInterface_GetStoreIdOverride_Call
type MockSdkClientCheckRequestInterface_Options_Call ¶
MockSdkClientCheckRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientCheckRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientCheckRequestInterface_Options_Call) Run(run func(options client.ClientCheckOptions)) *MockSdkClientCheckRequestInterface_Options_Call
func (*MockSdkClientCheckRequestInterface_Options_Call) RunAndReturn ¶
func (_c *MockSdkClientCheckRequestInterface_Options_Call) RunAndReturn(run func(client.ClientCheckOptions) client.SdkClientCheckRequestInterface) *MockSdkClientCheckRequestInterface_Options_Call
type MockSdkClientDeleteTuplesRequestInterface ¶
MockSdkClientDeleteTuplesRequestInterface is an autogenerated mock type for the SdkClientDeleteTuplesRequestInterface type
func NewMockSdkClientDeleteTuplesRequestInterface ¶
func NewMockSdkClientDeleteTuplesRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientDeleteTuplesRequestInterface
NewMockSdkClientDeleteTuplesRequestInterface creates a new instance of MockSdkClientDeleteTuplesRequestInterface. 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 (*MockSdkClientDeleteTuplesRequestInterface) Body ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) Body(body client.ClientDeleteTuplesBody) client.SdkClientDeleteTuplesRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientDeleteTuplesRequestInterface) Execute ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) Execute() (*client.ClientWriteResponse, error)
Execute provides a mock function with no fields
func (*MockSdkClientDeleteTuplesRequestInterface) GetBody ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) GetBody() *client.ClientDeleteTuplesBody
GetBody provides a mock function with no fields
func (*MockSdkClientDeleteTuplesRequestInterface) GetContext ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) GetContext() context.Context
GetContext provides a mock function with no fields
func (*MockSdkClientDeleteTuplesRequestInterface) GetOptions ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) GetOptions() *client.ClientWriteOptions
GetOptions provides a mock function with no fields
func (*MockSdkClientDeleteTuplesRequestInterface) Options ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) Options(options client.ClientWriteOptions) client.SdkClientDeleteTuplesRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientDeleteTuplesRequestInterface_Body_Call ¶
MockSdkClientDeleteTuplesRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientDeleteTuplesRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_Body_Call) Run(run func(body client.ClientDeleteTuplesBody)) *MockSdkClientDeleteTuplesRequestInterface_Body_Call
func (*MockSdkClientDeleteTuplesRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientDeleteTuplesRequestInterface_Execute_Call ¶
MockSdkClientDeleteTuplesRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientDeleteTuplesRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_Execute_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_Execute_Call
func (*MockSdkClientDeleteTuplesRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteResponse, error)) *MockSdkClientDeleteTuplesRequestInterface_Execute_Call
type MockSdkClientDeleteTuplesRequestInterface_Expecter ¶
type MockSdkClientDeleteTuplesRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientDeleteTuplesRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) Body(body interface{}) *MockSdkClientDeleteTuplesRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientDeleteTuplesBody
func (*MockSdkClientDeleteTuplesRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) Execute() *MockSdkClientDeleteTuplesRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientDeleteTuplesRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) GetBody() *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientDeleteTuplesRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) GetContext() *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientDeleteTuplesRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) GetOptions() *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientDeleteTuplesRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientDeleteTuplesRequestInterface_Expecter) Options(options interface{}) *MockSdkClientDeleteTuplesRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientWriteOptions
type MockSdkClientDeleteTuplesRequestInterface_GetBody_Call ¶
MockSdkClientDeleteTuplesRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
func (*MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientDeleteTuplesBody) *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
type MockSdkClientDeleteTuplesRequestInterface_GetContext_Call ¶
MockSdkClientDeleteTuplesRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientDeleteTuplesRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
func (*MockSdkClientDeleteTuplesRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientDeleteTuplesRequestInterface_GetContext_Call
type MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call ¶
MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
func (*MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteOptions) *MockSdkClientDeleteTuplesRequestInterface_GetOptions_Call
type MockSdkClientDeleteTuplesRequestInterface_Options_Call ¶
MockSdkClientDeleteTuplesRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientDeleteTuplesRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientDeleteTuplesRequestInterface_Options_Call) Run(run func(options client.ClientWriteOptions)) *MockSdkClientDeleteTuplesRequestInterface_Options_Call
func (*MockSdkClientDeleteTuplesRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientListObjectsRequestInterface ¶
MockSdkClientListObjectsRequestInterface is an autogenerated mock type for the SdkClientListObjectsRequestInterface type
func NewMockSdkClientListObjectsRequestInterface ¶
func NewMockSdkClientListObjectsRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientListObjectsRequestInterface
NewMockSdkClientListObjectsRequestInterface creates a new instance of MockSdkClientListObjectsRequestInterface. 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 (*MockSdkClientListObjectsRequestInterface) Body ¶
func (_m *MockSdkClientListObjectsRequestInterface) Body(body client.ClientListObjectsRequest) client.SdkClientListObjectsRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientListObjectsRequestInterface) Execute ¶
func (_m *MockSdkClientListObjectsRequestInterface) Execute() (*client.ClientListObjectsResponse, error)
Execute provides a mock function with no fields
func (*MockSdkClientListObjectsRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with no fields
func (*MockSdkClientListObjectsRequestInterface) GetBody ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetBody() *client.ClientListObjectsRequest
GetBody provides a mock function with no fields
func (*MockSdkClientListObjectsRequestInterface) GetContext ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetContext() context.Context
GetContext provides a mock function with no fields
func (*MockSdkClientListObjectsRequestInterface) GetOptions ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetOptions() *client.ClientListObjectsOptions
GetOptions provides a mock function with no fields
func (*MockSdkClientListObjectsRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with no fields
func (*MockSdkClientListObjectsRequestInterface) Options ¶
func (_m *MockSdkClientListObjectsRequestInterface) Options(options client.ClientListObjectsOptions) client.SdkClientListObjectsRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientListObjectsRequestInterface_Body_Call ¶
MockSdkClientListObjectsRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientListObjectsRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientListObjectsRequestInterface_Body_Call) Run(run func(body client.ClientListObjectsRequest)) *MockSdkClientListObjectsRequestInterface_Body_Call
func (*MockSdkClientListObjectsRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientListObjectsRequestInterface_Execute_Call ¶
MockSdkClientListObjectsRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientListObjectsRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientListObjectsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_Execute_Call
func (*MockSdkClientListObjectsRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientListObjectsRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientListObjectsResponse, error)) *MockSdkClientListObjectsRequestInterface_Execute_Call
type MockSdkClientListObjectsRequestInterface_Expecter ¶
type MockSdkClientListObjectsRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientListObjectsRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) Body(body interface{}) *MockSdkClientListObjectsRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientListObjectsRequest
func (*MockSdkClientListObjectsRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) Execute() *MockSdkClientListObjectsRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientListObjectsRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientListObjectsRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetBody() *MockSdkClientListObjectsRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientListObjectsRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetContext() *MockSdkClientListObjectsRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientListObjectsRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetOptions() *MockSdkClientListObjectsRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientListObjectsRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientListObjectsRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientListObjectsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListObjectsRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientListObjectsOptions
type MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call ¶
type MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call struct {
*mock.Call
}
MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListObjectsRequestInterface_GetAuthorizationModelIdOverride_Call
type MockSdkClientListObjectsRequestInterface_GetBody_Call ¶
MockSdkClientListObjectsRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientListObjectsRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetBody_Call
func (*MockSdkClientListObjectsRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientListObjectsRequest) *MockSdkClientListObjectsRequestInterface_GetBody_Call
type MockSdkClientListObjectsRequestInterface_GetContext_Call ¶
MockSdkClientListObjectsRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientListObjectsRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetContext_Call
func (*MockSdkClientListObjectsRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListObjectsRequestInterface_GetContext_Call
type MockSdkClientListObjectsRequestInterface_GetOptions_Call ¶
MockSdkClientListObjectsRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientListObjectsRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_GetOptions_Call
func (*MockSdkClientListObjectsRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListObjectsOptions) *MockSdkClientListObjectsRequestInterface_GetOptions_Call
type MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListObjectsRequestInterface_GetStoreIdOverride_Call
type MockSdkClientListObjectsRequestInterface_Options_Call ¶
MockSdkClientListObjectsRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientListObjectsRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientListObjectsRequestInterface_Options_Call) Run(run func(options client.ClientListObjectsOptions)) *MockSdkClientListObjectsRequestInterface_Options_Call
func (*MockSdkClientListObjectsRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientListUsersRequestInterface ¶
MockSdkClientListUsersRequestInterface is an autogenerated mock type for the SdkClientListUsersRequestInterface type
func NewMockSdkClientListUsersRequestInterface ¶
func NewMockSdkClientListUsersRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientListUsersRequestInterface
NewMockSdkClientListUsersRequestInterface creates a new instance of MockSdkClientListUsersRequestInterface. 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 (*MockSdkClientListUsersRequestInterface) Body ¶
func (_m *MockSdkClientListUsersRequestInterface) Body(body client.ClientListUsersRequest) client.SdkClientListUsersRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientListUsersRequestInterface) EXPECT ¶
func (_m *MockSdkClientListUsersRequestInterface) EXPECT() *MockSdkClientListUsersRequestInterface_Expecter
func (*MockSdkClientListUsersRequestInterface) Execute ¶
func (_m *MockSdkClientListUsersRequestInterface) Execute() (*client.ClientListUsersResponse, error)
Execute provides a mock function with no fields
func (*MockSdkClientListUsersRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientListUsersRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with no fields
func (*MockSdkClientListUsersRequestInterface) GetBody ¶
func (_m *MockSdkClientListUsersRequestInterface) GetBody() *client.ClientListUsersRequest
GetBody provides a mock function with no fields
func (*MockSdkClientListUsersRequestInterface) GetContext ¶
func (_m *MockSdkClientListUsersRequestInterface) GetContext() context.Context
GetContext provides a mock function with no fields
func (*MockSdkClientListUsersRequestInterface) GetOptions ¶
func (_m *MockSdkClientListUsersRequestInterface) GetOptions() *client.ClientListUsersOptions
GetOptions provides a mock function with no fields
func (*MockSdkClientListUsersRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientListUsersRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with no fields
func (*MockSdkClientListUsersRequestInterface) Options ¶
func (_m *MockSdkClientListUsersRequestInterface) Options(options client.ClientListUsersOptions) client.SdkClientListUsersRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientListUsersRequestInterface_Body_Call ¶
MockSdkClientListUsersRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientListUsersRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientListUsersRequestInterface_Body_Call) Run(run func(body client.ClientListUsersRequest)) *MockSdkClientListUsersRequestInterface_Body_Call
func (*MockSdkClientListUsersRequestInterface_Body_Call) RunAndReturn ¶
func (_c *MockSdkClientListUsersRequestInterface_Body_Call) RunAndReturn(run func(client.ClientListUsersRequest) client.SdkClientListUsersRequestInterface) *MockSdkClientListUsersRequestInterface_Body_Call
type MockSdkClientListUsersRequestInterface_Execute_Call ¶
MockSdkClientListUsersRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientListUsersRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) Return(_a0 *client.ClientListUsersResponse, _a1 error) *MockSdkClientListUsersRequestInterface_Execute_Call
func (*MockSdkClientListUsersRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_Execute_Call
func (*MockSdkClientListUsersRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientListUsersResponse, error)) *MockSdkClientListUsersRequestInterface_Execute_Call
type MockSdkClientListUsersRequestInterface_Expecter ¶
type MockSdkClientListUsersRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientListUsersRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) Body(body interface{}) *MockSdkClientListUsersRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientListUsersRequest
func (*MockSdkClientListUsersRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) Execute() *MockSdkClientListUsersRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientListUsersRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientListUsersRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetBody() *MockSdkClientListUsersRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientListUsersRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetContext() *MockSdkClientListUsersRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientListUsersRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetOptions() *MockSdkClientListUsersRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientListUsersRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientListUsersRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientListUsersRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListUsersRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientListUsersOptions
type MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call ¶
type MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call struct {
*mock.Call
}
MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListUsersRequestInterface_GetAuthorizationModelIdOverride_Call
type MockSdkClientListUsersRequestInterface_GetBody_Call ¶
MockSdkClientListUsersRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientListUsersRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientListUsersRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetBody_Call
func (*MockSdkClientListUsersRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientListUsersRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientListUsersRequest) *MockSdkClientListUsersRequestInterface_GetBody_Call
type MockSdkClientListUsersRequestInterface_GetContext_Call ¶
MockSdkClientListUsersRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientListUsersRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientListUsersRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetContext_Call
func (*MockSdkClientListUsersRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientListUsersRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListUsersRequestInterface_GetContext_Call
type MockSdkClientListUsersRequestInterface_GetOptions_Call ¶
MockSdkClientListUsersRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientListUsersRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientListUsersRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_GetOptions_Call
func (*MockSdkClientListUsersRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientListUsersRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListUsersOptions) *MockSdkClientListUsersRequestInterface_GetOptions_Call
type MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListUsersRequestInterface_GetStoreIdOverride_Call
type MockSdkClientListUsersRequestInterface_Options_Call ¶
MockSdkClientListUsersRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientListUsersRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientListUsersRequestInterface_Options_Call) Run(run func(options client.ClientListUsersOptions)) *MockSdkClientListUsersRequestInterface_Options_Call
func (*MockSdkClientListUsersRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientReadRequestInterface ¶
MockSdkClientReadRequestInterface is an autogenerated mock type for the SdkClientReadRequestInterface type
func NewMockSdkClientReadRequestInterface ¶
func NewMockSdkClientReadRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientReadRequestInterface
NewMockSdkClientReadRequestInterface creates a new instance of MockSdkClientReadRequestInterface. 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 (*MockSdkClientReadRequestInterface) Body ¶
func (_m *MockSdkClientReadRequestInterface) Body(body client.ClientReadRequest) client.SdkClientReadRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientReadRequestInterface) EXPECT ¶
func (_m *MockSdkClientReadRequestInterface) EXPECT() *MockSdkClientReadRequestInterface_Expecter
func (*MockSdkClientReadRequestInterface) Execute ¶
func (_m *MockSdkClientReadRequestInterface) Execute() (*client.ClientReadResponse, error)
Execute provides a mock function with no fields
func (*MockSdkClientReadRequestInterface) GetBody ¶
func (_m *MockSdkClientReadRequestInterface) GetBody() *client.ClientReadRequest
GetBody provides a mock function with no fields
func (*MockSdkClientReadRequestInterface) GetContext ¶
func (_m *MockSdkClientReadRequestInterface) GetContext() context.Context
GetContext provides a mock function with no fields
func (*MockSdkClientReadRequestInterface) GetOptions ¶
func (_m *MockSdkClientReadRequestInterface) GetOptions() *client.ClientReadOptions
GetOptions provides a mock function with no fields
func (*MockSdkClientReadRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientReadRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with no fields
func (*MockSdkClientReadRequestInterface) Options ¶
func (_m *MockSdkClientReadRequestInterface) Options(options client.ClientReadOptions) client.SdkClientReadRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientReadRequestInterface_Body_Call ¶
MockSdkClientReadRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientReadRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientReadRequestInterface_Body_Call) Run(run func(body client.ClientReadRequest)) *MockSdkClientReadRequestInterface_Body_Call
func (*MockSdkClientReadRequestInterface_Body_Call) RunAndReturn ¶
func (_c *MockSdkClientReadRequestInterface_Body_Call) RunAndReturn(run func(client.ClientReadRequest) client.SdkClientReadRequestInterface) *MockSdkClientReadRequestInterface_Body_Call
type MockSdkClientReadRequestInterface_Execute_Call ¶
MockSdkClientReadRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientReadRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientReadRequestInterface_Execute_Call) Return(_a0 *client.ClientReadResponse, _a1 error) *MockSdkClientReadRequestInterface_Execute_Call
func (*MockSdkClientReadRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientReadRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadRequestInterface_Execute_Call
func (*MockSdkClientReadRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientReadRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientReadResponse, error)) *MockSdkClientReadRequestInterface_Execute_Call
type MockSdkClientReadRequestInterface_Expecter ¶
type MockSdkClientReadRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientReadRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientReadRequestInterface_Expecter) Body(body interface{}) *MockSdkClientReadRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientReadRequest
func (*MockSdkClientReadRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientReadRequestInterface_Expecter) Execute() *MockSdkClientReadRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientReadRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientReadRequestInterface_Expecter) GetBody() *MockSdkClientReadRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientReadRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientReadRequestInterface_Expecter) GetContext() *MockSdkClientReadRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientReadRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientReadRequestInterface_Expecter) GetOptions() *MockSdkClientReadRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientReadRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientReadRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientReadRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientReadOptions
type MockSdkClientReadRequestInterface_GetBody_Call ¶
MockSdkClientReadRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientReadRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientReadRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetBody_Call
func (*MockSdkClientReadRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientReadRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientReadRequest) *MockSdkClientReadRequestInterface_GetBody_Call
type MockSdkClientReadRequestInterface_GetContext_Call ¶
MockSdkClientReadRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientReadRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientReadRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetContext_Call
func (*MockSdkClientReadRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientReadRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadRequestInterface_GetContext_Call
type MockSdkClientReadRequestInterface_GetOptions_Call ¶
MockSdkClientReadRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientReadRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientReadRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetOptions_Call
func (*MockSdkClientReadRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientReadRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadOptions) *MockSdkClientReadRequestInterface_GetOptions_Call
type MockSdkClientReadRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientReadRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientReadRequestInterface_GetStoreIdOverride_Call) Run ¶
func (_c *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
func (*MockSdkClientReadRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadRequestInterface_GetStoreIdOverride_Call
type MockSdkClientReadRequestInterface_Options_Call ¶
MockSdkClientReadRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientReadRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientReadRequestInterface_Options_Call) Run(run func(options client.ClientReadOptions)) *MockSdkClientReadRequestInterface_Options_Call
func (*MockSdkClientReadRequestInterface_Options_Call) RunAndReturn ¶
func (_c *MockSdkClientReadRequestInterface_Options_Call) RunAndReturn(run func(client.ClientReadOptions) client.SdkClientReadRequestInterface) *MockSdkClientReadRequestInterface_Options_Call
type MockSdkClientWriteRequestInterface ¶
MockSdkClientWriteRequestInterface is an autogenerated mock type for the SdkClientWriteRequestInterface type
func NewMockSdkClientWriteRequestInterface ¶
func NewMockSdkClientWriteRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientWriteRequestInterface
NewMockSdkClientWriteRequestInterface creates a new instance of MockSdkClientWriteRequestInterface. 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 (*MockSdkClientWriteRequestInterface) Body ¶
func (_m *MockSdkClientWriteRequestInterface) Body(body client.ClientWriteRequest) client.SdkClientWriteRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientWriteRequestInterface) EXPECT ¶
func (_m *MockSdkClientWriteRequestInterface) EXPECT() *MockSdkClientWriteRequestInterface_Expecter
func (*MockSdkClientWriteRequestInterface) Execute ¶
func (_m *MockSdkClientWriteRequestInterface) Execute() (*client.ClientWriteResponse, error)
Execute provides a mock function with no fields
func (*MockSdkClientWriteRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientWriteRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with no fields
func (*MockSdkClientWriteRequestInterface) GetBody ¶
func (_m *MockSdkClientWriteRequestInterface) GetBody() *client.ClientWriteRequest
GetBody provides a mock function with no fields
func (*MockSdkClientWriteRequestInterface) GetContext ¶
func (_m *MockSdkClientWriteRequestInterface) GetContext() context.Context
GetContext provides a mock function with no fields
func (*MockSdkClientWriteRequestInterface) GetOptions ¶
func (_m *MockSdkClientWriteRequestInterface) GetOptions() *client.ClientWriteOptions
GetOptions provides a mock function with no fields
func (*MockSdkClientWriteRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientWriteRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with no fields
func (*MockSdkClientWriteRequestInterface) Options ¶
func (_m *MockSdkClientWriteRequestInterface) Options(options client.ClientWriteOptions) client.SdkClientWriteRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientWriteRequestInterface_Body_Call ¶
MockSdkClientWriteRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientWriteRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientWriteRequestInterface_Body_Call) Run(run func(body client.ClientWriteRequest)) *MockSdkClientWriteRequestInterface_Body_Call
func (*MockSdkClientWriteRequestInterface_Body_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_Body_Call) RunAndReturn(run func(client.ClientWriteRequest) client.SdkClientWriteRequestInterface) *MockSdkClientWriteRequestInterface_Body_Call
type MockSdkClientWriteRequestInterface_Execute_Call ¶
MockSdkClientWriteRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientWriteRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientWriteRequestInterface_Execute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClientWriteRequestInterface_Execute_Call
func (*MockSdkClientWriteRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientWriteRequestInterface_Execute_Call) Run(run func()) *MockSdkClientWriteRequestInterface_Execute_Call
func (*MockSdkClientWriteRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteResponse, error)) *MockSdkClientWriteRequestInterface_Execute_Call
type MockSdkClientWriteRequestInterface_Expecter ¶
type MockSdkClientWriteRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientWriteRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientWriteRequest
func (*MockSdkClientWriteRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) Execute() *MockSdkClientWriteRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientWriteRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientWriteRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) GetBody() *MockSdkClientWriteRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientWriteRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) GetContext() *MockSdkClientWriteRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientWriteRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) GetOptions() *MockSdkClientWriteRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientWriteRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientWriteRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientWriteRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientWriteOptions
type MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call ¶
MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteRequestInterface_GetAuthorizationModelIdOverride_Call
type MockSdkClientWriteRequestInterface_GetBody_Call ¶
MockSdkClientWriteRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientWriteRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientWriteRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetBody_Call
func (*MockSdkClientWriteRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientWriteRequest) *MockSdkClientWriteRequestInterface_GetBody_Call
type MockSdkClientWriteRequestInterface_GetContext_Call ¶
MockSdkClientWriteRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientWriteRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientWriteRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetContext_Call
func (*MockSdkClientWriteRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteRequestInterface_GetContext_Call
type MockSdkClientWriteRequestInterface_GetOptions_Call ¶
MockSdkClientWriteRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientWriteRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientWriteRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetOptions_Call
func (*MockSdkClientWriteRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteOptions) *MockSdkClientWriteRequestInterface_GetOptions_Call
type MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call) Run ¶
func (_c *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
func (*MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteRequestInterface_GetStoreIdOverride_Call
type MockSdkClientWriteRequestInterface_Options_Call ¶
MockSdkClientWriteRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientWriteRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientWriteRequestInterface_Options_Call) Run(run func(options client.ClientWriteOptions)) *MockSdkClientWriteRequestInterface_Options_Call
func (*MockSdkClientWriteRequestInterface_Options_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteRequestInterface_Options_Call) RunAndReturn(run func(client.ClientWriteOptions) client.SdkClientWriteRequestInterface) *MockSdkClientWriteRequestInterface_Options_Call
type MockSdkClient_BatchCheckExecute_Call ¶
MockSdkClient_BatchCheckExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchCheckExecute'
func (*MockSdkClient_BatchCheckExecute_Call) Return ¶
func (_c *MockSdkClient_BatchCheckExecute_Call) Return(_a0 *client.ClientBatchCheckResponse, _a1 error) *MockSdkClient_BatchCheckExecute_Call
func (*MockSdkClient_BatchCheckExecute_Call) Run ¶
func (_c *MockSdkClient_BatchCheckExecute_Call) Run(run func(request client.SdkClientBatchCheckRequestInterface)) *MockSdkClient_BatchCheckExecute_Call
func (*MockSdkClient_BatchCheckExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_BatchCheckExecute_Call) RunAndReturn(run func(client.SdkClientBatchCheckRequestInterface) (*client.ClientBatchCheckResponse, error)) *MockSdkClient_BatchCheckExecute_Call
type MockSdkClient_BatchCheck_Call ¶
MockSdkClient_BatchCheck_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchCheck'
func (*MockSdkClient_BatchCheck_Call) Return ¶
func (_c *MockSdkClient_BatchCheck_Call) Return(_a0 client.SdkClientBatchCheckRequestInterface) *MockSdkClient_BatchCheck_Call
func (*MockSdkClient_BatchCheck_Call) Run ¶
func (_c *MockSdkClient_BatchCheck_Call) Run(run func(ctx context.Context)) *MockSdkClient_BatchCheck_Call
func (*MockSdkClient_BatchCheck_Call) RunAndReturn ¶
func (_c *MockSdkClient_BatchCheck_Call) RunAndReturn(run func(context.Context) client.SdkClientBatchCheckRequestInterface) *MockSdkClient_BatchCheck_Call
type MockSdkClient_CheckExecute_Call ¶
MockSdkClient_CheckExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckExecute'
func (*MockSdkClient_CheckExecute_Call) Return ¶
func (_c *MockSdkClient_CheckExecute_Call) Return(_a0 *client.ClientCheckResponse, _a1 error) *MockSdkClient_CheckExecute_Call
func (*MockSdkClient_CheckExecute_Call) Run ¶
func (_c *MockSdkClient_CheckExecute_Call) Run(run func(request client.SdkClientCheckRequestInterface)) *MockSdkClient_CheckExecute_Call
func (*MockSdkClient_CheckExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_CheckExecute_Call) RunAndReturn(run func(client.SdkClientCheckRequestInterface) (*client.ClientCheckResponse, error)) *MockSdkClient_CheckExecute_Call
type MockSdkClient_Check_Call ¶
MockSdkClient_Check_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Check'
func (*MockSdkClient_Check_Call) Return ¶
func (_c *MockSdkClient_Check_Call) Return(_a0 client.SdkClientCheckRequestInterface) *MockSdkClient_Check_Call
func (*MockSdkClient_Check_Call) Run ¶
func (_c *MockSdkClient_Check_Call) Run(run func(ctx context.Context)) *MockSdkClient_Check_Call
func (*MockSdkClient_Check_Call) RunAndReturn ¶
func (_c *MockSdkClient_Check_Call) RunAndReturn(run func(context.Context) client.SdkClientCheckRequestInterface) *MockSdkClient_Check_Call
type MockSdkClient_CreateStoreExecute_Call ¶
MockSdkClient_CreateStoreExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateStoreExecute'
func (*MockSdkClient_CreateStoreExecute_Call) Return ¶
func (_c *MockSdkClient_CreateStoreExecute_Call) Return(_a0 *client.ClientCreateStoreResponse, _a1 error) *MockSdkClient_CreateStoreExecute_Call
func (*MockSdkClient_CreateStoreExecute_Call) Run ¶
func (_c *MockSdkClient_CreateStoreExecute_Call) Run(run func(request client.SdkClientCreateStoreRequestInterface)) *MockSdkClient_CreateStoreExecute_Call
func (*MockSdkClient_CreateStoreExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_CreateStoreExecute_Call) RunAndReturn(run func(client.SdkClientCreateStoreRequestInterface) (*client.ClientCreateStoreResponse, error)) *MockSdkClient_CreateStoreExecute_Call
type MockSdkClient_CreateStore_Call ¶
MockSdkClient_CreateStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateStore'
func (*MockSdkClient_CreateStore_Call) Return ¶
func (_c *MockSdkClient_CreateStore_Call) Return(_a0 client.SdkClientCreateStoreRequestInterface) *MockSdkClient_CreateStore_Call
func (*MockSdkClient_CreateStore_Call) Run ¶
func (_c *MockSdkClient_CreateStore_Call) Run(run func(ctx context.Context)) *MockSdkClient_CreateStore_Call
func (*MockSdkClient_CreateStore_Call) RunAndReturn ¶
func (_c *MockSdkClient_CreateStore_Call) RunAndReturn(run func(context.Context) client.SdkClientCreateStoreRequestInterface) *MockSdkClient_CreateStore_Call
type MockSdkClient_DeleteStoreExecute_Call ¶
MockSdkClient_DeleteStoreExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteStoreExecute'
func (*MockSdkClient_DeleteStoreExecute_Call) Return ¶
func (_c *MockSdkClient_DeleteStoreExecute_Call) Return(_a0 *client.ClientDeleteStoreResponse, _a1 error) *MockSdkClient_DeleteStoreExecute_Call
func (*MockSdkClient_DeleteStoreExecute_Call) Run ¶
func (_c *MockSdkClient_DeleteStoreExecute_Call) Run(run func(request client.SdkClientDeleteStoreRequestInterface)) *MockSdkClient_DeleteStoreExecute_Call
func (*MockSdkClient_DeleteStoreExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_DeleteStoreExecute_Call) RunAndReturn(run func(client.SdkClientDeleteStoreRequestInterface) (*client.ClientDeleteStoreResponse, error)) *MockSdkClient_DeleteStoreExecute_Call
type MockSdkClient_DeleteStore_Call ¶
MockSdkClient_DeleteStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteStore'
func (*MockSdkClient_DeleteStore_Call) Return ¶
func (_c *MockSdkClient_DeleteStore_Call) Return(_a0 client.SdkClientDeleteStoreRequestInterface) *MockSdkClient_DeleteStore_Call
func (*MockSdkClient_DeleteStore_Call) Run ¶
func (_c *MockSdkClient_DeleteStore_Call) Run(run func(ctx context.Context)) *MockSdkClient_DeleteStore_Call
func (*MockSdkClient_DeleteStore_Call) RunAndReturn ¶
func (_c *MockSdkClient_DeleteStore_Call) RunAndReturn(run func(context.Context) client.SdkClientDeleteStoreRequestInterface) *MockSdkClient_DeleteStore_Call
type MockSdkClient_DeleteTuplesExecute_Call ¶
MockSdkClient_DeleteTuplesExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTuplesExecute'
func (*MockSdkClient_DeleteTuplesExecute_Call) Return ¶
func (_c *MockSdkClient_DeleteTuplesExecute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClient_DeleteTuplesExecute_Call
func (*MockSdkClient_DeleteTuplesExecute_Call) Run ¶
func (_c *MockSdkClient_DeleteTuplesExecute_Call) Run(run func(request client.SdkClientDeleteTuplesRequestInterface)) *MockSdkClient_DeleteTuplesExecute_Call
func (*MockSdkClient_DeleteTuplesExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_DeleteTuplesExecute_Call) RunAndReturn(run func(client.SdkClientDeleteTuplesRequestInterface) (*client.ClientWriteResponse, error)) *MockSdkClient_DeleteTuplesExecute_Call
type MockSdkClient_DeleteTuples_Call ¶
MockSdkClient_DeleteTuples_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTuples'
func (*MockSdkClient_DeleteTuples_Call) Return ¶
func (_c *MockSdkClient_DeleteTuples_Call) Return(_a0 client.SdkClientDeleteTuplesRequestInterface) *MockSdkClient_DeleteTuples_Call
func (*MockSdkClient_DeleteTuples_Call) Run ¶
func (_c *MockSdkClient_DeleteTuples_Call) Run(run func(ctx context.Context)) *MockSdkClient_DeleteTuples_Call
func (*MockSdkClient_DeleteTuples_Call) RunAndReturn ¶
func (_c *MockSdkClient_DeleteTuples_Call) RunAndReturn(run func(context.Context) client.SdkClientDeleteTuplesRequestInterface) *MockSdkClient_DeleteTuples_Call
type MockSdkClient_ExpandExecute_Call ¶
MockSdkClient_ExpandExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpandExecute'
func (*MockSdkClient_ExpandExecute_Call) Return ¶
func (_c *MockSdkClient_ExpandExecute_Call) Return(_a0 *client.ClientExpandResponse, _a1 error) *MockSdkClient_ExpandExecute_Call
func (*MockSdkClient_ExpandExecute_Call) Run ¶
func (_c *MockSdkClient_ExpandExecute_Call) Run(run func(request client.SdkClientExpandRequestInterface)) *MockSdkClient_ExpandExecute_Call
func (*MockSdkClient_ExpandExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ExpandExecute_Call) RunAndReturn(run func(client.SdkClientExpandRequestInterface) (*client.ClientExpandResponse, error)) *MockSdkClient_ExpandExecute_Call
type MockSdkClient_Expand_Call ¶
MockSdkClient_Expand_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Expand'
func (*MockSdkClient_Expand_Call) Return ¶
func (_c *MockSdkClient_Expand_Call) Return(_a0 client.SdkClientExpandRequestInterface) *MockSdkClient_Expand_Call
func (*MockSdkClient_Expand_Call) Run ¶
func (_c *MockSdkClient_Expand_Call) Run(run func(ctx context.Context)) *MockSdkClient_Expand_Call
func (*MockSdkClient_Expand_Call) RunAndReturn ¶
func (_c *MockSdkClient_Expand_Call) RunAndReturn(run func(context.Context) client.SdkClientExpandRequestInterface) *MockSdkClient_Expand_Call
type MockSdkClient_Expecter ¶
type MockSdkClient_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClient_Expecter) BatchCheck ¶
func (_e *MockSdkClient_Expecter) BatchCheck(ctx interface{}) *MockSdkClient_BatchCheck_Call
BatchCheck is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) BatchCheckExecute ¶
func (_e *MockSdkClient_Expecter) BatchCheckExecute(request interface{}) *MockSdkClient_BatchCheckExecute_Call
BatchCheckExecute is a helper method to define mock.On call
- request client.SdkClientBatchCheckRequestInterface
func (*MockSdkClient_Expecter) Check ¶
func (_e *MockSdkClient_Expecter) Check(ctx interface{}) *MockSdkClient_Check_Call
Check is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) CheckExecute ¶
func (_e *MockSdkClient_Expecter) CheckExecute(request interface{}) *MockSdkClient_CheckExecute_Call
CheckExecute is a helper method to define mock.On call
- request client.SdkClientCheckRequestInterface
func (*MockSdkClient_Expecter) CreateStore ¶
func (_e *MockSdkClient_Expecter) CreateStore(ctx interface{}) *MockSdkClient_CreateStore_Call
CreateStore is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) CreateStoreExecute ¶
func (_e *MockSdkClient_Expecter) CreateStoreExecute(request interface{}) *MockSdkClient_CreateStoreExecute_Call
CreateStoreExecute is a helper method to define mock.On call
- request client.SdkClientCreateStoreRequestInterface
func (*MockSdkClient_Expecter) DeleteStore ¶
func (_e *MockSdkClient_Expecter) DeleteStore(ctx interface{}) *MockSdkClient_DeleteStore_Call
DeleteStore is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) DeleteStoreExecute ¶
func (_e *MockSdkClient_Expecter) DeleteStoreExecute(request interface{}) *MockSdkClient_DeleteStoreExecute_Call
DeleteStoreExecute is a helper method to define mock.On call
- request client.SdkClientDeleteStoreRequestInterface
func (*MockSdkClient_Expecter) DeleteTuples ¶
func (_e *MockSdkClient_Expecter) DeleteTuples(ctx interface{}) *MockSdkClient_DeleteTuples_Call
DeleteTuples is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) DeleteTuplesExecute ¶
func (_e *MockSdkClient_Expecter) DeleteTuplesExecute(request interface{}) *MockSdkClient_DeleteTuplesExecute_Call
DeleteTuplesExecute is a helper method to define mock.On call
- request client.SdkClientDeleteTuplesRequestInterface
func (*MockSdkClient_Expecter) Expand ¶
func (_e *MockSdkClient_Expecter) Expand(ctx interface{}) *MockSdkClient_Expand_Call
Expand is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ExpandExecute ¶
func (_e *MockSdkClient_Expecter) ExpandExecute(request interface{}) *MockSdkClient_ExpandExecute_Call
ExpandExecute is a helper method to define mock.On call
- request client.SdkClientExpandRequestInterface
func (*MockSdkClient_Expecter) GetStore ¶
func (_e *MockSdkClient_Expecter) GetStore(ctx interface{}) *MockSdkClient_GetStore_Call
GetStore is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) GetStoreExecute ¶
func (_e *MockSdkClient_Expecter) GetStoreExecute(request interface{}) *MockSdkClient_GetStoreExecute_Call
GetStoreExecute is a helper method to define mock.On call
- request client.SdkClientGetStoreRequestInterface
func (*MockSdkClient_Expecter) ListObjects ¶
func (_e *MockSdkClient_Expecter) ListObjects(ctx interface{}) *MockSdkClient_ListObjects_Call
ListObjects is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ListObjectsExecute ¶
func (_e *MockSdkClient_Expecter) ListObjectsExecute(request interface{}) *MockSdkClient_ListObjectsExecute_Call
ListObjectsExecute is a helper method to define mock.On call
- request client.SdkClientListObjectsRequestInterface
func (*MockSdkClient_Expecter) ListRelations ¶
func (_e *MockSdkClient_Expecter) ListRelations(ctx interface{}) *MockSdkClient_ListRelations_Call
ListRelations is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ListRelationsExecute ¶
func (_e *MockSdkClient_Expecter) ListRelationsExecute(request interface{}) *MockSdkClient_ListRelationsExecute_Call
ListRelationsExecute is a helper method to define mock.On call
- request client.SdkClientListRelationsRequestInterface
func (*MockSdkClient_Expecter) ListStores ¶
func (_e *MockSdkClient_Expecter) ListStores(ctx interface{}) *MockSdkClient_ListStores_Call
ListStores is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ListStoresExecute ¶
func (_e *MockSdkClient_Expecter) ListStoresExecute(request interface{}) *MockSdkClient_ListStoresExecute_Call
ListStoresExecute is a helper method to define mock.On call
- request client.SdkClientListStoresRequestInterface
func (*MockSdkClient_Expecter) ListUsers ¶
func (_e *MockSdkClient_Expecter) ListUsers(ctx interface{}) *MockSdkClient_ListUsers_Call
ListUsers is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ListUsersExecute ¶
func (_e *MockSdkClient_Expecter) ListUsersExecute(r interface{}) *MockSdkClient_ListUsersExecute_Call
ListUsersExecute is a helper method to define mock.On call
- r client.SdkClientListUsersRequestInterface
func (*MockSdkClient_Expecter) Read ¶
func (_e *MockSdkClient_Expecter) Read(ctx interface{}) *MockSdkClient_Read_Call
Read is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ReadAssertions ¶
func (_e *MockSdkClient_Expecter) ReadAssertions(ctx interface{}) *MockSdkClient_ReadAssertions_Call
ReadAssertions is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ReadAssertionsExecute ¶
func (_e *MockSdkClient_Expecter) ReadAssertionsExecute(request interface{}) *MockSdkClient_ReadAssertionsExecute_Call
ReadAssertionsExecute is a helper method to define mock.On call
- request client.SdkClientReadAssertionsRequestInterface
func (*MockSdkClient_Expecter) ReadAuthorizationModel ¶
func (_e *MockSdkClient_Expecter) ReadAuthorizationModel(ctx interface{}) *MockSdkClient_ReadAuthorizationModel_Call
ReadAuthorizationModel is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ReadAuthorizationModelExecute ¶
func (_e *MockSdkClient_Expecter) ReadAuthorizationModelExecute(request interface{}) *MockSdkClient_ReadAuthorizationModelExecute_Call
ReadAuthorizationModelExecute is a helper method to define mock.On call
- request client.SdkClientReadAuthorizationModelRequestInterface
func (*MockSdkClient_Expecter) ReadAuthorizationModels ¶
func (_e *MockSdkClient_Expecter) ReadAuthorizationModels(ctx interface{}) *MockSdkClient_ReadAuthorizationModels_Call
ReadAuthorizationModels is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ReadAuthorizationModelsExecute ¶
func (_e *MockSdkClient_Expecter) ReadAuthorizationModelsExecute(request interface{}) *MockSdkClient_ReadAuthorizationModelsExecute_Call
ReadAuthorizationModelsExecute is a helper method to define mock.On call
- request client.SdkClientReadAuthorizationModelsRequestInterface
func (*MockSdkClient_Expecter) ReadChanges ¶
func (_e *MockSdkClient_Expecter) ReadChanges(ctx interface{}) *MockSdkClient_ReadChanges_Call
ReadChanges is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ReadChangesExecute ¶
func (_e *MockSdkClient_Expecter) ReadChangesExecute(request interface{}) *MockSdkClient_ReadChangesExecute_Call
ReadChangesExecute is a helper method to define mock.On call
- request client.SdkClientReadChangesRequestInterface
func (*MockSdkClient_Expecter) ReadExecute ¶
func (_e *MockSdkClient_Expecter) ReadExecute(request interface{}) *MockSdkClient_ReadExecute_Call
ReadExecute is a helper method to define mock.On call
- request client.SdkClientReadRequestInterface
func (*MockSdkClient_Expecter) ReadLatestAuthorizationModel ¶
func (_e *MockSdkClient_Expecter) ReadLatestAuthorizationModel(ctx interface{}) *MockSdkClient_ReadLatestAuthorizationModel_Call
ReadLatestAuthorizationModel is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) ReadLatestAuthorizationModelExecute ¶
func (_e *MockSdkClient_Expecter) ReadLatestAuthorizationModelExecute(request interface{}) *MockSdkClient_ReadLatestAuthorizationModelExecute_Call
ReadLatestAuthorizationModelExecute is a helper method to define mock.On call
- request client.SdkClientReadLatestAuthorizationModelRequestInterface
func (*MockSdkClient_Expecter) Write ¶
func (_e *MockSdkClient_Expecter) Write(ctx interface{}) *MockSdkClient_Write_Call
Write is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) WriteAssertions ¶
func (_e *MockSdkClient_Expecter) WriteAssertions(ctx interface{}) *MockSdkClient_WriteAssertions_Call
WriteAssertions is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) WriteAssertionsExecute ¶
func (_e *MockSdkClient_Expecter) WriteAssertionsExecute(request interface{}) *MockSdkClient_WriteAssertionsExecute_Call
WriteAssertionsExecute is a helper method to define mock.On call
- request client.SdkClientWriteAssertionsRequestInterface
func (*MockSdkClient_Expecter) WriteAuthorizationModel ¶
func (_e *MockSdkClient_Expecter) WriteAuthorizationModel(ctx interface{}) *MockSdkClient_WriteAuthorizationModel_Call
WriteAuthorizationModel is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) WriteAuthorizationModelExecute ¶
func (_e *MockSdkClient_Expecter) WriteAuthorizationModelExecute(request interface{}) *MockSdkClient_WriteAuthorizationModelExecute_Call
WriteAuthorizationModelExecute is a helper method to define mock.On call
- request client.SdkClientWriteAuthorizationModelRequestInterface
func (*MockSdkClient_Expecter) WriteExecute ¶
func (_e *MockSdkClient_Expecter) WriteExecute(request interface{}) *MockSdkClient_WriteExecute_Call
WriteExecute is a helper method to define mock.On call
- request client.SdkClientWriteRequestInterface
func (*MockSdkClient_Expecter) WriteTuples ¶
func (_e *MockSdkClient_Expecter) WriteTuples(ctx interface{}) *MockSdkClient_WriteTuples_Call
WriteTuples is a helper method to define mock.On call
- ctx context.Context
func (*MockSdkClient_Expecter) WriteTuplesExecute ¶
func (_e *MockSdkClient_Expecter) WriteTuplesExecute(request interface{}) *MockSdkClient_WriteTuplesExecute_Call
WriteTuplesExecute is a helper method to define mock.On call
- request client.SdkClientWriteTuplesRequestInterface
type MockSdkClient_GetStoreExecute_Call ¶
MockSdkClient_GetStoreExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreExecute'
func (*MockSdkClient_GetStoreExecute_Call) Return ¶
func (_c *MockSdkClient_GetStoreExecute_Call) Return(_a0 *client.ClientGetStoreResponse, _a1 error) *MockSdkClient_GetStoreExecute_Call
func (*MockSdkClient_GetStoreExecute_Call) Run ¶
func (_c *MockSdkClient_GetStoreExecute_Call) Run(run func(request client.SdkClientGetStoreRequestInterface)) *MockSdkClient_GetStoreExecute_Call
func (*MockSdkClient_GetStoreExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_GetStoreExecute_Call) RunAndReturn(run func(client.SdkClientGetStoreRequestInterface) (*client.ClientGetStoreResponse, error)) *MockSdkClient_GetStoreExecute_Call
type MockSdkClient_GetStore_Call ¶
MockSdkClient_GetStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStore'
func (*MockSdkClient_GetStore_Call) Return ¶
func (_c *MockSdkClient_GetStore_Call) Return(_a0 client.SdkClientGetStoreRequestInterface) *MockSdkClient_GetStore_Call
func (*MockSdkClient_GetStore_Call) Run ¶
func (_c *MockSdkClient_GetStore_Call) Run(run func(ctx context.Context)) *MockSdkClient_GetStore_Call
func (*MockSdkClient_GetStore_Call) RunAndReturn ¶
func (_c *MockSdkClient_GetStore_Call) RunAndReturn(run func(context.Context) client.SdkClientGetStoreRequestInterface) *MockSdkClient_GetStore_Call
type MockSdkClient_ListObjectsExecute_Call ¶
MockSdkClient_ListObjectsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjectsExecute'
func (*MockSdkClient_ListObjectsExecute_Call) Return ¶
func (_c *MockSdkClient_ListObjectsExecute_Call) Return(_a0 *client.ClientListObjectsResponse, _a1 error) *MockSdkClient_ListObjectsExecute_Call
func (*MockSdkClient_ListObjectsExecute_Call) Run ¶
func (_c *MockSdkClient_ListObjectsExecute_Call) Run(run func(request client.SdkClientListObjectsRequestInterface)) *MockSdkClient_ListObjectsExecute_Call
func (*MockSdkClient_ListObjectsExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListObjectsExecute_Call) RunAndReturn(run func(client.SdkClientListObjectsRequestInterface) (*client.ClientListObjectsResponse, error)) *MockSdkClient_ListObjectsExecute_Call
type MockSdkClient_ListObjects_Call ¶
MockSdkClient_ListObjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObjects'
func (*MockSdkClient_ListObjects_Call) Return ¶
func (_c *MockSdkClient_ListObjects_Call) Return(_a0 client.SdkClientListObjectsRequestInterface) *MockSdkClient_ListObjects_Call
func (*MockSdkClient_ListObjects_Call) Run ¶
func (_c *MockSdkClient_ListObjects_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListObjects_Call
func (*MockSdkClient_ListObjects_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListObjects_Call) RunAndReturn(run func(context.Context) client.SdkClientListObjectsRequestInterface) *MockSdkClient_ListObjects_Call
type MockSdkClient_ListRelationsExecute_Call ¶
MockSdkClient_ListRelationsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRelationsExecute'
func (*MockSdkClient_ListRelationsExecute_Call) Return ¶
func (_c *MockSdkClient_ListRelationsExecute_Call) Return(_a0 *client.ClientListRelationsResponse, _a1 error) *MockSdkClient_ListRelationsExecute_Call
func (*MockSdkClient_ListRelationsExecute_Call) Run ¶
func (_c *MockSdkClient_ListRelationsExecute_Call) Run(run func(request client.SdkClientListRelationsRequestInterface)) *MockSdkClient_ListRelationsExecute_Call
func (*MockSdkClient_ListRelationsExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListRelationsExecute_Call) RunAndReturn(run func(client.SdkClientListRelationsRequestInterface) (*client.ClientListRelationsResponse, error)) *MockSdkClient_ListRelationsExecute_Call
type MockSdkClient_ListRelations_Call ¶
MockSdkClient_ListRelations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRelations'
func (*MockSdkClient_ListRelations_Call) Return ¶
func (_c *MockSdkClient_ListRelations_Call) Return(_a0 client.SdkClientListRelationsRequestInterface) *MockSdkClient_ListRelations_Call
func (*MockSdkClient_ListRelations_Call) Run ¶
func (_c *MockSdkClient_ListRelations_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListRelations_Call
func (*MockSdkClient_ListRelations_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListRelations_Call) RunAndReturn(run func(context.Context) client.SdkClientListRelationsRequestInterface) *MockSdkClient_ListRelations_Call
type MockSdkClient_ListStoresExecute_Call ¶
MockSdkClient_ListStoresExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListStoresExecute'
func (*MockSdkClient_ListStoresExecute_Call) Return ¶
func (_c *MockSdkClient_ListStoresExecute_Call) Return(_a0 *client.ClientListStoresResponse, _a1 error) *MockSdkClient_ListStoresExecute_Call
func (*MockSdkClient_ListStoresExecute_Call) Run ¶
func (_c *MockSdkClient_ListStoresExecute_Call) Run(run func(request client.SdkClientListStoresRequestInterface)) *MockSdkClient_ListStoresExecute_Call
func (*MockSdkClient_ListStoresExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListStoresExecute_Call) RunAndReturn(run func(client.SdkClientListStoresRequestInterface) (*client.ClientListStoresResponse, error)) *MockSdkClient_ListStoresExecute_Call
type MockSdkClient_ListStores_Call ¶
MockSdkClient_ListStores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListStores'
func (*MockSdkClient_ListStores_Call) Return ¶
func (_c *MockSdkClient_ListStores_Call) Return(_a0 client.SdkClientListStoresRequestInterface) *MockSdkClient_ListStores_Call
func (*MockSdkClient_ListStores_Call) Run ¶
func (_c *MockSdkClient_ListStores_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListStores_Call
func (*MockSdkClient_ListStores_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListStores_Call) RunAndReturn(run func(context.Context) client.SdkClientListStoresRequestInterface) *MockSdkClient_ListStores_Call
type MockSdkClient_ListUsersExecute_Call ¶
MockSdkClient_ListUsersExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsersExecute'
func (*MockSdkClient_ListUsersExecute_Call) Return ¶
func (_c *MockSdkClient_ListUsersExecute_Call) Return(_a0 *client.ClientListUsersResponse, _a1 error) *MockSdkClient_ListUsersExecute_Call
func (*MockSdkClient_ListUsersExecute_Call) Run ¶
func (_c *MockSdkClient_ListUsersExecute_Call) Run(run func(r client.SdkClientListUsersRequestInterface)) *MockSdkClient_ListUsersExecute_Call
func (*MockSdkClient_ListUsersExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListUsersExecute_Call) RunAndReturn(run func(client.SdkClientListUsersRequestInterface) (*client.ClientListUsersResponse, error)) *MockSdkClient_ListUsersExecute_Call
type MockSdkClient_ListUsers_Call ¶
MockSdkClient_ListUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsers'
func (*MockSdkClient_ListUsers_Call) Return ¶
func (_c *MockSdkClient_ListUsers_Call) Return(_a0 client.SdkClientListUsersRequestInterface) *MockSdkClient_ListUsers_Call
func (*MockSdkClient_ListUsers_Call) Run ¶
func (_c *MockSdkClient_ListUsers_Call) Run(run func(ctx context.Context)) *MockSdkClient_ListUsers_Call
func (*MockSdkClient_ListUsers_Call) RunAndReturn ¶
func (_c *MockSdkClient_ListUsers_Call) RunAndReturn(run func(context.Context) client.SdkClientListUsersRequestInterface) *MockSdkClient_ListUsers_Call
type MockSdkClient_ReadAssertionsExecute_Call ¶
MockSdkClient_ReadAssertionsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadAssertionsExecute'
func (*MockSdkClient_ReadAssertionsExecute_Call) Return ¶
func (_c *MockSdkClient_ReadAssertionsExecute_Call) Return(_a0 *client.ClientReadAssertionsResponse, _a1 error) *MockSdkClient_ReadAssertionsExecute_Call
func (*MockSdkClient_ReadAssertionsExecute_Call) Run ¶
func (_c *MockSdkClient_ReadAssertionsExecute_Call) Run(run func(request client.SdkClientReadAssertionsRequestInterface)) *MockSdkClient_ReadAssertionsExecute_Call
func (*MockSdkClient_ReadAssertionsExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ReadAssertionsExecute_Call) RunAndReturn(run func(client.SdkClientReadAssertionsRequestInterface) (*client.ClientReadAssertionsResponse, error)) *MockSdkClient_ReadAssertionsExecute_Call
type MockSdkClient_ReadAssertions_Call ¶
MockSdkClient_ReadAssertions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadAssertions'
func (*MockSdkClient_ReadAssertions_Call) Run ¶
func (_c *MockSdkClient_ReadAssertions_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadAssertions_Call
func (*MockSdkClient_ReadAssertions_Call) RunAndReturn ¶
func (_c *MockSdkClient_ReadAssertions_Call) RunAndReturn(run func(context.Context) client.SdkClientReadAssertionsRequestInterface) *MockSdkClient_ReadAssertions_Call
type MockSdkClient_ReadAuthorizationModelExecute_Call ¶
MockSdkClient_ReadAuthorizationModelExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadAuthorizationModelExecute'
func (*MockSdkClient_ReadAuthorizationModelExecute_Call) Run ¶
func (_c *MockSdkClient_ReadAuthorizationModelExecute_Call) Run(run func(request client.SdkClientReadAuthorizationModelRequestInterface)) *MockSdkClient_ReadAuthorizationModelExecute_Call
func (*MockSdkClient_ReadAuthorizationModelExecute_Call) RunAndReturn ¶
type MockSdkClient_ReadAuthorizationModel_Call ¶
MockSdkClient_ReadAuthorizationModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadAuthorizationModel'
func (*MockSdkClient_ReadAuthorizationModel_Call) Run ¶
func (_c *MockSdkClient_ReadAuthorizationModel_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadAuthorizationModel_Call
func (*MockSdkClient_ReadAuthorizationModel_Call) RunAndReturn ¶
func (_c *MockSdkClient_ReadAuthorizationModel_Call) RunAndReturn(run func(context.Context) client.SdkClientReadAuthorizationModelRequestInterface) *MockSdkClient_ReadAuthorizationModel_Call
type MockSdkClient_ReadAuthorizationModelsExecute_Call ¶
MockSdkClient_ReadAuthorizationModelsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadAuthorizationModelsExecute'
func (*MockSdkClient_ReadAuthorizationModelsExecute_Call) Run ¶
func (_c *MockSdkClient_ReadAuthorizationModelsExecute_Call) Run(run func(request client.SdkClientReadAuthorizationModelsRequestInterface)) *MockSdkClient_ReadAuthorizationModelsExecute_Call
func (*MockSdkClient_ReadAuthorizationModelsExecute_Call) RunAndReturn ¶
type MockSdkClient_ReadAuthorizationModels_Call ¶
MockSdkClient_ReadAuthorizationModels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadAuthorizationModels'
func (*MockSdkClient_ReadAuthorizationModels_Call) Run ¶
func (_c *MockSdkClient_ReadAuthorizationModels_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadAuthorizationModels_Call
func (*MockSdkClient_ReadAuthorizationModels_Call) RunAndReturn ¶
func (_c *MockSdkClient_ReadAuthorizationModels_Call) RunAndReturn(run func(context.Context) client.SdkClientReadAuthorizationModelsRequestInterface) *MockSdkClient_ReadAuthorizationModels_Call
type MockSdkClient_ReadChangesExecute_Call ¶
MockSdkClient_ReadChangesExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadChangesExecute'
func (*MockSdkClient_ReadChangesExecute_Call) Return ¶
func (_c *MockSdkClient_ReadChangesExecute_Call) Return(_a0 *client.ClientReadChangesResponse, _a1 error) *MockSdkClient_ReadChangesExecute_Call
func (*MockSdkClient_ReadChangesExecute_Call) Run ¶
func (_c *MockSdkClient_ReadChangesExecute_Call) Run(run func(request client.SdkClientReadChangesRequestInterface)) *MockSdkClient_ReadChangesExecute_Call
func (*MockSdkClient_ReadChangesExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ReadChangesExecute_Call) RunAndReturn(run func(client.SdkClientReadChangesRequestInterface) (*client.ClientReadChangesResponse, error)) *MockSdkClient_ReadChangesExecute_Call
type MockSdkClient_ReadChanges_Call ¶
MockSdkClient_ReadChanges_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadChanges'
func (*MockSdkClient_ReadChanges_Call) Return ¶
func (_c *MockSdkClient_ReadChanges_Call) Return(_a0 client.SdkClientReadChangesRequestInterface) *MockSdkClient_ReadChanges_Call
func (*MockSdkClient_ReadChanges_Call) Run ¶
func (_c *MockSdkClient_ReadChanges_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadChanges_Call
func (*MockSdkClient_ReadChanges_Call) RunAndReturn ¶
func (_c *MockSdkClient_ReadChanges_Call) RunAndReturn(run func(context.Context) client.SdkClientReadChangesRequestInterface) *MockSdkClient_ReadChanges_Call
type MockSdkClient_ReadExecute_Call ¶
MockSdkClient_ReadExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadExecute'
func (*MockSdkClient_ReadExecute_Call) Return ¶
func (_c *MockSdkClient_ReadExecute_Call) Return(_a0 *client.ClientReadResponse, _a1 error) *MockSdkClient_ReadExecute_Call
func (*MockSdkClient_ReadExecute_Call) Run ¶
func (_c *MockSdkClient_ReadExecute_Call) Run(run func(request client.SdkClientReadRequestInterface)) *MockSdkClient_ReadExecute_Call
func (*MockSdkClient_ReadExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_ReadExecute_Call) RunAndReturn(run func(client.SdkClientReadRequestInterface) (*client.ClientReadResponse, error)) *MockSdkClient_ReadExecute_Call
type MockSdkClient_ReadLatestAuthorizationModelExecute_Call ¶
MockSdkClient_ReadLatestAuthorizationModelExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadLatestAuthorizationModelExecute'
func (*MockSdkClient_ReadLatestAuthorizationModelExecute_Call) RunAndReturn ¶
type MockSdkClient_ReadLatestAuthorizationModel_Call ¶
MockSdkClient_ReadLatestAuthorizationModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadLatestAuthorizationModel'
func (*MockSdkClient_ReadLatestAuthorizationModel_Call) Run ¶
func (_c *MockSdkClient_ReadLatestAuthorizationModel_Call) Run(run func(ctx context.Context)) *MockSdkClient_ReadLatestAuthorizationModel_Call
func (*MockSdkClient_ReadLatestAuthorizationModel_Call) RunAndReturn ¶
type MockSdkClient_Read_Call ¶
MockSdkClient_Read_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Read'
func (*MockSdkClient_Read_Call) Return ¶
func (_c *MockSdkClient_Read_Call) Return(_a0 client.SdkClientReadRequestInterface) *MockSdkClient_Read_Call
func (*MockSdkClient_Read_Call) Run ¶
func (_c *MockSdkClient_Read_Call) Run(run func(ctx context.Context)) *MockSdkClient_Read_Call
func (*MockSdkClient_Read_Call) RunAndReturn ¶
func (_c *MockSdkClient_Read_Call) RunAndReturn(run func(context.Context) client.SdkClientReadRequestInterface) *MockSdkClient_Read_Call
type MockSdkClient_WriteAssertionsExecute_Call ¶
MockSdkClient_WriteAssertionsExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteAssertionsExecute'
func (*MockSdkClient_WriteAssertionsExecute_Call) Return ¶
func (_c *MockSdkClient_WriteAssertionsExecute_Call) Return(_a0 *client.ClientWriteAssertionsResponse, _a1 error) *MockSdkClient_WriteAssertionsExecute_Call
func (*MockSdkClient_WriteAssertionsExecute_Call) Run ¶
func (_c *MockSdkClient_WriteAssertionsExecute_Call) Run(run func(request client.SdkClientWriteAssertionsRequestInterface)) *MockSdkClient_WriteAssertionsExecute_Call
func (*MockSdkClient_WriteAssertionsExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_WriteAssertionsExecute_Call) RunAndReturn(run func(client.SdkClientWriteAssertionsRequestInterface) (*client.ClientWriteAssertionsResponse, error)) *MockSdkClient_WriteAssertionsExecute_Call
type MockSdkClient_WriteAssertions_Call ¶
MockSdkClient_WriteAssertions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteAssertions'
func (*MockSdkClient_WriteAssertions_Call) Run ¶
func (_c *MockSdkClient_WriteAssertions_Call) Run(run func(ctx context.Context)) *MockSdkClient_WriteAssertions_Call
func (*MockSdkClient_WriteAssertions_Call) RunAndReturn ¶
func (_c *MockSdkClient_WriteAssertions_Call) RunAndReturn(run func(context.Context) client.SdkClientWriteAssertionsRequestInterface) *MockSdkClient_WriteAssertions_Call
type MockSdkClient_WriteAuthorizationModelExecute_Call ¶
MockSdkClient_WriteAuthorizationModelExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteAuthorizationModelExecute'
func (*MockSdkClient_WriteAuthorizationModelExecute_Call) Run ¶
func (_c *MockSdkClient_WriteAuthorizationModelExecute_Call) Run(run func(request client.SdkClientWriteAuthorizationModelRequestInterface)) *MockSdkClient_WriteAuthorizationModelExecute_Call
func (*MockSdkClient_WriteAuthorizationModelExecute_Call) RunAndReturn ¶
type MockSdkClient_WriteAuthorizationModel_Call ¶
MockSdkClient_WriteAuthorizationModel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteAuthorizationModel'
func (*MockSdkClient_WriteAuthorizationModel_Call) Run ¶
func (_c *MockSdkClient_WriteAuthorizationModel_Call) Run(run func(ctx context.Context)) *MockSdkClient_WriteAuthorizationModel_Call
func (*MockSdkClient_WriteAuthorizationModel_Call) RunAndReturn ¶
func (_c *MockSdkClient_WriteAuthorizationModel_Call) RunAndReturn(run func(context.Context) client.SdkClientWriteAuthorizationModelRequestInterface) *MockSdkClient_WriteAuthorizationModel_Call
type MockSdkClient_WriteExecute_Call ¶
MockSdkClient_WriteExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteExecute'
func (*MockSdkClient_WriteExecute_Call) Return ¶
func (_c *MockSdkClient_WriteExecute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClient_WriteExecute_Call
func (*MockSdkClient_WriteExecute_Call) Run ¶
func (_c *MockSdkClient_WriteExecute_Call) Run(run func(request client.SdkClientWriteRequestInterface)) *MockSdkClient_WriteExecute_Call
func (*MockSdkClient_WriteExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_WriteExecute_Call) RunAndReturn(run func(client.SdkClientWriteRequestInterface) (*client.ClientWriteResponse, error)) *MockSdkClient_WriteExecute_Call
type MockSdkClient_WriteTuplesExecute_Call ¶
MockSdkClient_WriteTuplesExecute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteTuplesExecute'
func (*MockSdkClient_WriteTuplesExecute_Call) Return ¶
func (_c *MockSdkClient_WriteTuplesExecute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClient_WriteTuplesExecute_Call
func (*MockSdkClient_WriteTuplesExecute_Call) Run ¶
func (_c *MockSdkClient_WriteTuplesExecute_Call) Run(run func(request client.SdkClientWriteTuplesRequestInterface)) *MockSdkClient_WriteTuplesExecute_Call
func (*MockSdkClient_WriteTuplesExecute_Call) RunAndReturn ¶
func (_c *MockSdkClient_WriteTuplesExecute_Call) RunAndReturn(run func(client.SdkClientWriteTuplesRequestInterface) (*client.ClientWriteResponse, error)) *MockSdkClient_WriteTuplesExecute_Call
type MockSdkClient_WriteTuples_Call ¶
MockSdkClient_WriteTuples_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WriteTuples'
func (*MockSdkClient_WriteTuples_Call) Return ¶
func (_c *MockSdkClient_WriteTuples_Call) Return(_a0 client.SdkClientWriteTuplesRequestInterface) *MockSdkClient_WriteTuples_Call
func (*MockSdkClient_WriteTuples_Call) Run ¶
func (_c *MockSdkClient_WriteTuples_Call) Run(run func(ctx context.Context)) *MockSdkClient_WriteTuples_Call
func (*MockSdkClient_WriteTuples_Call) RunAndReturn ¶
func (_c *MockSdkClient_WriteTuples_Call) RunAndReturn(run func(context.Context) client.SdkClientWriteTuplesRequestInterface) *MockSdkClient_WriteTuples_Call
type MockSdkClient_Write_Call ¶
MockSdkClient_Write_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Write'
func (*MockSdkClient_Write_Call) Return ¶
func (_c *MockSdkClient_Write_Call) Return(_a0 client.SdkClientWriteRequestInterface) *MockSdkClient_Write_Call
func (*MockSdkClient_Write_Call) Run ¶
func (_c *MockSdkClient_Write_Call) Run(run func(ctx context.Context)) *MockSdkClient_Write_Call
func (*MockSdkClient_Write_Call) RunAndReturn ¶
func (_c *MockSdkClient_Write_Call) RunAndReturn(run func(context.Context) client.SdkClientWriteRequestInterface) *MockSdkClient_Write_Call
Source Files ¶
- doc.go
- helpers.go
- mock_SdkClient.go
- mock_SdkClientBatchCheckRequestInterface.go
- mock_SdkClientCheckRequestInterface.go
- mock_SdkClientDeleteTuplesRequestInterface.go
- mock_SdkClientListObjectsRequestInterface.go
- mock_SdkClientListUsersRequestInterface.go
- mock_SdkClientReadRequestInterface.go
- mock_SdkClientWriteRequestInterface.go