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 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.ClientBatchCheckSingleResponse, 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) (*openfga.CreateStoreResponse, 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) (*openfga.ExpandResponse, error)
- func (_m *MockSdkClient) GetStore(ctx context.Context) client.SdkClientGetStoreRequestInterface
- func (_m *MockSdkClient) GetStoreExecute(request client.SdkClientGetStoreRequestInterface) (*openfga.GetStoreResponse, error)
- func (_m *MockSdkClient) ListObjects(ctx context.Context) client.SdkClientListObjectsRequestInterface
- func (_m *MockSdkClient) ListObjectsExecute(request client.SdkClientListObjectsRequestInterface) (*openfga.ListObjectsResponse, 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) (*openfga.ListStoresResponse, error)
- func (_m *MockSdkClient) ListUsers(ctx context.Context) client.SdkClientListUsersRequestInterface
- func (_m *MockSdkClient) ListUsersExecute(r client.SdkClientListUsersRequestInterface) (*openfga.ListUsersResponse, 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) (*openfga.ReadAssertionsResponse, error)
- func (_m *MockSdkClient) ReadAuthorizationModel(ctx context.Context) client.SdkClientReadAuthorizationModelRequestInterface
- func (_m *MockSdkClient) ReadAuthorizationModelExecute(request client.SdkClientReadAuthorizationModelRequestInterface) (*openfga.ReadAuthorizationModelResponse, error)
- func (_m *MockSdkClient) ReadAuthorizationModels(ctx context.Context) client.SdkClientReadAuthorizationModelsRequestInterface
- func (_m *MockSdkClient) ReadAuthorizationModelsExecute(request client.SdkClientReadAuthorizationModelsRequestInterface) (*openfga.ReadAuthorizationModelsResponse, error)
- func (_m *MockSdkClient) ReadChanges(ctx context.Context) client.SdkClientReadChangesRequestInterface
- func (_m *MockSdkClient) ReadChangesExecute(request client.SdkClientReadChangesRequestInterface) (*openfga.ReadChangesResponse, error)
- func (_m *MockSdkClient) ReadExecute(request client.SdkClientReadRequestInterface) (*openfga.ReadResponse, error)
- func (_m *MockSdkClient) ReadLatestAuthorizationModel(ctx context.Context) client.SdkClientReadLatestAuthorizationModelRequestInterface
- func (_m *MockSdkClient) ReadLatestAuthorizationModelExecute(request client.SdkClientReadLatestAuthorizationModelRequestInterface) (*openfga.ReadAuthorizationModelResponse, 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) (*openfga.WriteAuthorizationModelResponse, 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.ClientCheckRequest) client.SdkClientBatchCheckRequestInterface
- func (_m *MockSdkClientBatchCheckRequestInterface) EXPECT() *MockSdkClientBatchCheckRequestInterface_Expecter
- func (_m *MockSdkClientBatchCheckRequestInterface) Execute() (*[]client.ClientBatchCheckSingleResponse, error)
- func (_m *MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientBatchCheckRequestInterface) GetBody() *[]client.ClientCheckRequest
- 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.ClientCheckRequest)) *MockSdkClientBatchCheckRequestInterface_Body_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientBatchCheckRequestInterface_Body_Call
- type MockSdkClientBatchCheckRequestInterface_Execute_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_Execute_Call) Return(_a0 *[]client.ClientBatchCheckSingleResponse, _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.ClientBatchCheckSingleResponse, 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.ClientCheckRequest) *MockSdkClientBatchCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientBatchCheckRequestInterface_GetBody_Call
- func (_c *MockSdkClientBatchCheckRequestInterface_GetBody_Call) RunAndReturn(run func() *[]client.ClientCheckRequest) *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 MockSdkClientCreateStoreRequestInterface
- func (_m *MockSdkClientCreateStoreRequestInterface) Body(body client.ClientCreateStoreRequest) client.SdkClientCreateStoreRequestInterface
- func (_m *MockSdkClientCreateStoreRequestInterface) EXPECT() *MockSdkClientCreateStoreRequestInterface_Expecter
- func (_m *MockSdkClientCreateStoreRequestInterface) Execute() (*openfga.CreateStoreResponse, error)
- func (_m *MockSdkClientCreateStoreRequestInterface) GetBody() *client.ClientCreateStoreRequest
- func (_m *MockSdkClientCreateStoreRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientCreateStoreRequestInterface) GetOptions() *client.ClientCreateStoreOptions
- func (_m *MockSdkClientCreateStoreRequestInterface) Options(options client.ClientCreateStoreOptions) client.SdkClientCreateStoreRequestInterface
- type MockSdkClientCreateStoreRequestInterface_Body_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Body_Call) Return(_a0 client.SdkClientCreateStoreRequestInterface) *MockSdkClientCreateStoreRequestInterface_Body_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Body_Call) Run(run func(body client.ClientCreateStoreRequest)) *MockSdkClientCreateStoreRequestInterface_Body_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientCreateStoreRequestInterface_Body_Call
- type MockSdkClientCreateStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Execute_Call) Return(_a0 *openfga.CreateStoreResponse, _a1 error) *MockSdkClientCreateStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Execute_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.CreateStoreResponse, error)) *MockSdkClientCreateStoreRequestInterface_Execute_Call
- type MockSdkClientCreateStoreRequestInterface_Expecter
- func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) Body(body interface{}) *MockSdkClientCreateStoreRequestInterface_Body_Call
- func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) Execute() *MockSdkClientCreateStoreRequestInterface_Execute_Call
- func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) GetBody() *MockSdkClientCreateStoreRequestInterface_GetBody_Call
- func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) GetContext() *MockSdkClientCreateStoreRequestInterface_GetContext_Call
- func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) GetOptions() *MockSdkClientCreateStoreRequestInterface_GetOptions_Call
- func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) Options(options interface{}) *MockSdkClientCreateStoreRequestInterface_Options_Call
- type MockSdkClientCreateStoreRequestInterface_GetBody_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetBody_Call) Return(_a0 *client.ClientCreateStoreRequest) *MockSdkClientCreateStoreRequestInterface_GetBody_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_GetBody_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientCreateStoreRequest) *MockSdkClientCreateStoreRequestInterface_GetBody_Call
- type MockSdkClientCreateStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientCreateStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientCreateStoreRequestInterface_GetContext_Call
- type MockSdkClientCreateStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetOptions_Call) Return(_a0 *client.ClientCreateStoreOptions) *MockSdkClientCreateStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientCreateStoreOptions) *MockSdkClientCreateStoreRequestInterface_GetOptions_Call
- type MockSdkClientCreateStoreRequestInterface_Options_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Options_Call) Return(_a0 client.SdkClientCreateStoreRequestInterface) *MockSdkClientCreateStoreRequestInterface_Options_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Options_Call) Run(run func(options client.ClientCreateStoreOptions)) *MockSdkClientCreateStoreRequestInterface_Options_Call
- func (_c *MockSdkClientCreateStoreRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientCreateStoreRequestInterface_Options_Call
- type MockSdkClientDeleteStoreRequestInterface
- func (_m *MockSdkClientDeleteStoreRequestInterface) EXPECT() *MockSdkClientDeleteStoreRequestInterface_Expecter
- func (_m *MockSdkClientDeleteStoreRequestInterface) Execute() (*client.ClientDeleteStoreResponse, error)
- func (_m *MockSdkClientDeleteStoreRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientDeleteStoreRequestInterface) GetOptions() *client.ClientDeleteStoreOptions
- func (_m *MockSdkClientDeleteStoreRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientDeleteStoreRequestInterface) Options(options client.ClientDeleteStoreOptions) client.SdkClientDeleteStoreRequestInterface
- type MockSdkClientDeleteStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_Execute_Call) Return(_a0 *client.ClientDeleteStoreResponse, _a1 error) *MockSdkClientDeleteStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_Execute_Call) Run(run func()) *MockSdkClientDeleteStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientDeleteStoreResponse, error)) *MockSdkClientDeleteStoreRequestInterface_Execute_Call
- type MockSdkClientDeleteStoreRequestInterface_Expecter
- func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) Execute() *MockSdkClientDeleteStoreRequestInterface_Execute_Call
- func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) GetContext() *MockSdkClientDeleteStoreRequestInterface_GetContext_Call
- func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) GetOptions() *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
- func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) Options(options interface{}) *MockSdkClientDeleteStoreRequestInterface_Options_Call
- type MockSdkClientDeleteStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientDeleteStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientDeleteStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientDeleteStoreRequestInterface_GetContext_Call
- type MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call) Return(_a0 *client.ClientDeleteStoreOptions) *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientDeleteStoreOptions) *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
- type MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientDeleteStoreRequestInterface_Options_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_Options_Call) Return(_a0 client.SdkClientDeleteStoreRequestInterface) *MockSdkClientDeleteStoreRequestInterface_Options_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_Options_Call) Run(run func(options client.ClientDeleteStoreOptions)) *MockSdkClientDeleteStoreRequestInterface_Options_Call
- func (_c *MockSdkClientDeleteStoreRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientDeleteStoreRequestInterface_Options_Call
- type MockSdkClientDeleteTuplesRequestInterface
- func (_m *MockSdkClientDeleteTuplesRequestInterface) Body(body []openfga.TupleKeyWithoutCondition) client.SdkClientDeleteTuplesRequestInterface
- func (_m *MockSdkClientDeleteTuplesRequestInterface) EXPECT() *MockSdkClientDeleteTuplesRequestInterface_Expecter
- func (_m *MockSdkClientDeleteTuplesRequestInterface) Execute() (*client.ClientWriteResponse, error)
- func (_m *MockSdkClientDeleteTuplesRequestInterface) GetBody() *[]openfga.TupleKeyWithoutCondition
- 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 []openfga.TupleKeyWithoutCondition)) *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 *[]openfga.TupleKeyWithoutCondition) *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientDeleteTuplesRequestInterface_GetBody_Call) RunAndReturn(run func() *[]openfga.TupleKeyWithoutCondition) *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 MockSdkClientExpandRequestInterface
- func (_m *MockSdkClientExpandRequestInterface) Body(body client.ClientExpandRequest) client.SdkClientExpandRequestInterface
- func (_m *MockSdkClientExpandRequestInterface) EXPECT() *MockSdkClientExpandRequestInterface_Expecter
- func (_m *MockSdkClientExpandRequestInterface) Execute() (*openfga.ExpandResponse, error)
- func (_m *MockSdkClientExpandRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientExpandRequestInterface) GetBody() *client.ClientExpandRequest
- func (_m *MockSdkClientExpandRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientExpandRequestInterface) GetOptions() *client.ClientExpandOptions
- func (_m *MockSdkClientExpandRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientExpandRequestInterface) Options(options client.ClientExpandOptions) client.SdkClientExpandRequestInterface
- type MockSdkClientExpandRequestInterface_Body_Call
- func (_c *MockSdkClientExpandRequestInterface_Body_Call) Return(_a0 client.SdkClientExpandRequestInterface) *MockSdkClientExpandRequestInterface_Body_Call
- func (_c *MockSdkClientExpandRequestInterface_Body_Call) Run(run func(body client.ClientExpandRequest)) *MockSdkClientExpandRequestInterface_Body_Call
- func (_c *MockSdkClientExpandRequestInterface_Body_Call) RunAndReturn(run func(client.ClientExpandRequest) client.SdkClientExpandRequestInterface) *MockSdkClientExpandRequestInterface_Body_Call
- type MockSdkClientExpandRequestInterface_Execute_Call
- func (_c *MockSdkClientExpandRequestInterface_Execute_Call) Return(_a0 *openfga.ExpandResponse, _a1 error) *MockSdkClientExpandRequestInterface_Execute_Call
- func (_c *MockSdkClientExpandRequestInterface_Execute_Call) Run(run func()) *MockSdkClientExpandRequestInterface_Execute_Call
- func (_c *MockSdkClientExpandRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ExpandResponse, error)) *MockSdkClientExpandRequestInterface_Execute_Call
- type MockSdkClientExpandRequestInterface_Expecter
- func (_e *MockSdkClientExpandRequestInterface_Expecter) Body(body interface{}) *MockSdkClientExpandRequestInterface_Body_Call
- func (_e *MockSdkClientExpandRequestInterface_Expecter) Execute() *MockSdkClientExpandRequestInterface_Execute_Call
- func (_e *MockSdkClientExpandRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_e *MockSdkClientExpandRequestInterface_Expecter) GetBody() *MockSdkClientExpandRequestInterface_GetBody_Call
- func (_e *MockSdkClientExpandRequestInterface_Expecter) GetContext() *MockSdkClientExpandRequestInterface_GetContext_Call
- func (_e *MockSdkClientExpandRequestInterface_Expecter) GetOptions() *MockSdkClientExpandRequestInterface_GetOptions_Call
- func (_e *MockSdkClientExpandRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientExpandRequestInterface_Expecter) Options(options interface{}) *MockSdkClientExpandRequestInterface_Options_Call
- type MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call
- type MockSdkClientExpandRequestInterface_GetBody_Call
- func (_c *MockSdkClientExpandRequestInterface_GetBody_Call) Return(_a0 *client.ClientExpandRequest) *MockSdkClientExpandRequestInterface_GetBody_Call
- func (_c *MockSdkClientExpandRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetBody_Call
- func (_c *MockSdkClientExpandRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientExpandRequest) *MockSdkClientExpandRequestInterface_GetBody_Call
- type MockSdkClientExpandRequestInterface_GetContext_Call
- func (_c *MockSdkClientExpandRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientExpandRequestInterface_GetContext_Call
- func (_c *MockSdkClientExpandRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetContext_Call
- func (_c *MockSdkClientExpandRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientExpandRequestInterface_GetContext_Call
- type MockSdkClientExpandRequestInterface_GetOptions_Call
- func (_c *MockSdkClientExpandRequestInterface_GetOptions_Call) Return(_a0 *client.ClientExpandOptions) *MockSdkClientExpandRequestInterface_GetOptions_Call
- func (_c *MockSdkClientExpandRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetOptions_Call
- func (_c *MockSdkClientExpandRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientExpandOptions) *MockSdkClientExpandRequestInterface_GetOptions_Call
- type MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientExpandRequestInterface_Options_Call
- func (_c *MockSdkClientExpandRequestInterface_Options_Call) Return(_a0 client.SdkClientExpandRequestInterface) *MockSdkClientExpandRequestInterface_Options_Call
- func (_c *MockSdkClientExpandRequestInterface_Options_Call) Run(run func(options client.ClientExpandOptions)) *MockSdkClientExpandRequestInterface_Options_Call
- func (_c *MockSdkClientExpandRequestInterface_Options_Call) RunAndReturn(run func(client.ClientExpandOptions) client.SdkClientExpandRequestInterface) *MockSdkClientExpandRequestInterface_Options_Call
- type MockSdkClientGetStoreRequestInterface
- func (_m *MockSdkClientGetStoreRequestInterface) EXPECT() *MockSdkClientGetStoreRequestInterface_Expecter
- func (_m *MockSdkClientGetStoreRequestInterface) Execute() (*openfga.GetStoreResponse, error)
- func (_m *MockSdkClientGetStoreRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientGetStoreRequestInterface) GetOptions() *client.ClientGetStoreOptions
- func (_m *MockSdkClientGetStoreRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientGetStoreRequestInterface) Options(options client.ClientGetStoreOptions) client.SdkClientGetStoreRequestInterface
- type MockSdkClientGetStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientGetStoreRequestInterface_Execute_Call) Return(_a0 *openfga.GetStoreResponse, _a1 error) *MockSdkClientGetStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientGetStoreRequestInterface_Execute_Call) Run(run func()) *MockSdkClientGetStoreRequestInterface_Execute_Call
- func (_c *MockSdkClientGetStoreRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.GetStoreResponse, error)) *MockSdkClientGetStoreRequestInterface_Execute_Call
- type MockSdkClientGetStoreRequestInterface_Expecter
- func (_e *MockSdkClientGetStoreRequestInterface_Expecter) Execute() *MockSdkClientGetStoreRequestInterface_Execute_Call
- func (_e *MockSdkClientGetStoreRequestInterface_Expecter) GetContext() *MockSdkClientGetStoreRequestInterface_GetContext_Call
- func (_e *MockSdkClientGetStoreRequestInterface_Expecter) GetOptions() *MockSdkClientGetStoreRequestInterface_GetOptions_Call
- func (_e *MockSdkClientGetStoreRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientGetStoreRequestInterface_Expecter) Options(options interface{}) *MockSdkClientGetStoreRequestInterface_Options_Call
- type MockSdkClientGetStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientGetStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientGetStoreRequestInterface_GetContext_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientGetStoreRequestInterface_GetContext_Call
- type MockSdkClientGetStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetOptions_Call) Return(_a0 *client.ClientGetStoreOptions) *MockSdkClientGetStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientGetStoreRequestInterface_GetOptions_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientGetStoreOptions) *MockSdkClientGetStoreRequestInterface_GetOptions_Call
- type MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientGetStoreRequestInterface_Options_Call
- func (_c *MockSdkClientGetStoreRequestInterface_Options_Call) Return(_a0 client.SdkClientGetStoreRequestInterface) *MockSdkClientGetStoreRequestInterface_Options_Call
- func (_c *MockSdkClientGetStoreRequestInterface_Options_Call) Run(run func(options client.ClientGetStoreOptions)) *MockSdkClientGetStoreRequestInterface_Options_Call
- func (_c *MockSdkClientGetStoreRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientGetStoreRequestInterface_Options_Call
- type MockSdkClientListObjectsRequestInterface
- func (_m *MockSdkClientListObjectsRequestInterface) Body(body client.ClientListObjectsRequest) client.SdkClientListObjectsRequestInterface
- func (_m *MockSdkClientListObjectsRequestInterface) EXPECT() *MockSdkClientListObjectsRequestInterface_Expecter
- func (_m *MockSdkClientListObjectsRequestInterface) Execute() (*openfga.ListObjectsResponse, 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 *openfga.ListObjectsResponse, _a1 error) *MockSdkClientListObjectsRequestInterface_Execute_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListObjectsRequestInterface_Execute_Call
- func (_c *MockSdkClientListObjectsRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ListObjectsResponse, 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 MockSdkClientListRelationsRequestInterface
- func (_m *MockSdkClientListRelationsRequestInterface) Body(body client.ClientListRelationsRequest) client.SdkClientListRelationsRequestInterface
- func (_m *MockSdkClientListRelationsRequestInterface) EXPECT() *MockSdkClientListRelationsRequestInterface_Expecter
- func (_m *MockSdkClientListRelationsRequestInterface) Execute() (*client.ClientListRelationsResponse, error)
- func (_m *MockSdkClientListRelationsRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientListRelationsRequestInterface) GetBody() *client.ClientListRelationsRequest
- func (_m *MockSdkClientListRelationsRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientListRelationsRequestInterface) GetOptions() *client.ClientListRelationsOptions
- func (_m *MockSdkClientListRelationsRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientListRelationsRequestInterface) Options(options client.ClientListRelationsOptions) client.SdkClientListRelationsRequestInterface
- type MockSdkClientListRelationsRequestInterface_Body_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Body_Call) Return(_a0 client.SdkClientListRelationsRequestInterface) *MockSdkClientListRelationsRequestInterface_Body_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Body_Call) Run(run func(body client.ClientListRelationsRequest)) *MockSdkClientListRelationsRequestInterface_Body_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientListRelationsRequestInterface_Body_Call
- type MockSdkClientListRelationsRequestInterface_Execute_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Execute_Call) Return(_a0 *client.ClientListRelationsResponse, _a1 error) *MockSdkClientListRelationsRequestInterface_Execute_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_Execute_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientListRelationsResponse, error)) *MockSdkClientListRelationsRequestInterface_Execute_Call
- type MockSdkClientListRelationsRequestInterface_Expecter
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) Body(body interface{}) *MockSdkClientListRelationsRequestInterface_Body_Call
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) Execute() *MockSdkClientListRelationsRequestInterface_Execute_Call
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetAuthorizationModelIdOverride() ...
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetBody() *MockSdkClientListRelationsRequestInterface_GetBody_Call
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetContext() *MockSdkClientListRelationsRequestInterface_GetContext_Call
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetOptions() *MockSdkClientListRelationsRequestInterface_GetOptions_Call
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientListRelationsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListRelationsRequestInterface_Options_Call
- type MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) ...
- func (_c *MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) ...
- func (_c *MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) ...
- type MockSdkClientListRelationsRequestInterface_GetBody_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetBody_Call) Return(_a0 *client.ClientListRelationsRequest) *MockSdkClientListRelationsRequestInterface_GetBody_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_GetBody_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientListRelationsRequest) *MockSdkClientListRelationsRequestInterface_GetBody_Call
- type MockSdkClientListRelationsRequestInterface_GetContext_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientListRelationsRequestInterface_GetContext_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_GetContext_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListRelationsRequestInterface_GetContext_Call
- type MockSdkClientListRelationsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetOptions_Call) Return(_a0 *client.ClientListRelationsOptions) *MockSdkClientListRelationsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListRelationsOptions) *MockSdkClientListRelationsRequestInterface_GetOptions_Call
- type MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientListRelationsRequestInterface_Options_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Options_Call) Return(_a0 client.SdkClientListRelationsRequestInterface) *MockSdkClientListRelationsRequestInterface_Options_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Options_Call) Run(run func(options client.ClientListRelationsOptions)) *MockSdkClientListRelationsRequestInterface_Options_Call
- func (_c *MockSdkClientListRelationsRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientListRelationsRequestInterface_Options_Call
- type MockSdkClientListStoresRequestInterface
- func (_m *MockSdkClientListStoresRequestInterface) EXPECT() *MockSdkClientListStoresRequestInterface_Expecter
- func (_m *MockSdkClientListStoresRequestInterface) Execute() (*openfga.ListStoresResponse, error)
- func (_m *MockSdkClientListStoresRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientListStoresRequestInterface) GetOptions() *client.ClientListStoresOptions
- func (_m *MockSdkClientListStoresRequestInterface) Options(options client.ClientListStoresOptions) client.SdkClientListStoresRequestInterface
- type MockSdkClientListStoresRequestInterface_Execute_Call
- func (_c *MockSdkClientListStoresRequestInterface_Execute_Call) Return(_a0 *openfga.ListStoresResponse, _a1 error) *MockSdkClientListStoresRequestInterface_Execute_Call
- func (_c *MockSdkClientListStoresRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListStoresRequestInterface_Execute_Call
- func (_c *MockSdkClientListStoresRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ListStoresResponse, error)) *MockSdkClientListStoresRequestInterface_Execute_Call
- type MockSdkClientListStoresRequestInterface_Expecter
- func (_e *MockSdkClientListStoresRequestInterface_Expecter) Execute() *MockSdkClientListStoresRequestInterface_Execute_Call
- func (_e *MockSdkClientListStoresRequestInterface_Expecter) GetContext() *MockSdkClientListStoresRequestInterface_GetContext_Call
- func (_e *MockSdkClientListStoresRequestInterface_Expecter) GetOptions() *MockSdkClientListStoresRequestInterface_GetOptions_Call
- func (_e *MockSdkClientListStoresRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListStoresRequestInterface_Options_Call
- type MockSdkClientListStoresRequestInterface_GetContext_Call
- func (_c *MockSdkClientListStoresRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientListStoresRequestInterface_GetContext_Call
- func (_c *MockSdkClientListStoresRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListStoresRequestInterface_GetContext_Call
- func (_c *MockSdkClientListStoresRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListStoresRequestInterface_GetContext_Call
- type MockSdkClientListStoresRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListStoresRequestInterface_GetOptions_Call) Return(_a0 *client.ClientListStoresOptions) *MockSdkClientListStoresRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListStoresRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListStoresRequestInterface_GetOptions_Call
- func (_c *MockSdkClientListStoresRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListStoresOptions) *MockSdkClientListStoresRequestInterface_GetOptions_Call
- type MockSdkClientListStoresRequestInterface_Options_Call
- func (_c *MockSdkClientListStoresRequestInterface_Options_Call) Return(_a0 client.SdkClientListStoresRequestInterface) *MockSdkClientListStoresRequestInterface_Options_Call
- func (_c *MockSdkClientListStoresRequestInterface_Options_Call) Run(run func(options client.ClientListStoresOptions)) *MockSdkClientListStoresRequestInterface_Options_Call
- func (_c *MockSdkClientListStoresRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientListStoresRequestInterface_Options_Call
- type MockSdkClientListUsersRequestInterface
- func (_m *MockSdkClientListUsersRequestInterface) Body(body client.ClientListUsersRequest) client.SdkClientListUsersRequestInterface
- func (_m *MockSdkClientListUsersRequestInterface) EXPECT() *MockSdkClientListUsersRequestInterface_Expecter
- func (_m *MockSdkClientListUsersRequestInterface) Execute() (*openfga.ListUsersResponse, 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 *openfga.ListUsersResponse, _a1 error) *MockSdkClientListUsersRequestInterface_Execute_Call
- func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListUsersRequestInterface_Execute_Call
- func (_c *MockSdkClientListUsersRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ListUsersResponse, 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 MockSdkClientReadAssertionsRequestInterface
- func (_m *MockSdkClientReadAssertionsRequestInterface) EXPECT() *MockSdkClientReadAssertionsRequestInterface_Expecter
- func (_m *MockSdkClientReadAssertionsRequestInterface) Execute() (*openfga.ReadAssertionsResponse, error)
- func (_m *MockSdkClientReadAssertionsRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientReadAssertionsRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientReadAssertionsRequestInterface) GetOptions() *client.ClientReadAssertionsOptions
- func (_m *MockSdkClientReadAssertionsRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientReadAssertionsRequestInterface) Options(options client.ClientReadAssertionsOptions) client.SdkClientReadAssertionsRequestInterface
- type MockSdkClientReadAssertionsRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_Execute_Call) Return(_a0 *openfga.ReadAssertionsResponse, _a1 error) *MockSdkClientReadAssertionsRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadAssertionsRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadAssertionsResponse, error)) *MockSdkClientReadAssertionsRequestInterface_Execute_Call
- type MockSdkClientReadAssertionsRequestInterface_Expecter
- func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) Execute() *MockSdkClientReadAssertionsRequestInterface_Execute_Call
- func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetAuthorizationModelIdOverride() ...
- func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetContext() *MockSdkClientReadAssertionsRequestInterface_GetContext_Call
- func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetOptions() *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call
- func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadAssertionsRequestInterface_Options_Call
- type MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) ...
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) ...
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) ...
- type MockSdkClientReadAssertionsRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientReadAssertionsRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadAssertionsRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadAssertionsRequestInterface_GetContext_Call
- type MockSdkClientReadAssertionsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call) Return(_a0 *client.ClientReadAssertionsOptions) *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadAssertionsOptions) *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call
- type MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientReadAssertionsRequestInterface_Options_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_Options_Call) Return(_a0 client.SdkClientReadAssertionsRequestInterface) *MockSdkClientReadAssertionsRequestInterface_Options_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_Options_Call) Run(run func(options client.ClientReadAssertionsOptions)) *MockSdkClientReadAssertionsRequestInterface_Options_Call
- func (_c *MockSdkClientReadAssertionsRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientReadAssertionsRequestInterface_Options_Call
- type MockSdkClientReadAuthorizationModelRequestInterface
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) Body(body client.ClientReadAuthorizationModelRequest) client.SdkClientReadAuthorizationModelRequestInterface
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) EXPECT() *MockSdkClientReadAuthorizationModelRequestInterface_Expecter
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) Execute() (*openfga.ReadAuthorizationModelResponse, error)
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetBody() *client.ClientReadAuthorizationModelRequest
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetOptions() *client.ClientReadAuthorizationModelOptions
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientReadAuthorizationModelRequestInterface) Options(options client.ClientReadAuthorizationModelOptions) client.SdkClientReadAuthorizationModelRequestInterface
- type MockSdkClientReadAuthorizationModelRequestInterface_Body_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call) Return(_a0 client.SdkClientReadAuthorizationModelRequestInterface) *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call) Run(run func(body client.ClientReadAuthorizationModelRequest)) *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call
- type MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call) Return(_a0 *openfga.ReadAuthorizationModelResponse, _a1 error) *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadAuthorizationModelResponse, error)) *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call
- type MockSdkClientReadAuthorizationModelRequestInterface_Expecter
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Body(body interface{}) *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Execute() *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetAuthorizationModelIdOverride() ...
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetBody() *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetContext() *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetOptions() *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call
- type MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) ...
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) ...
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) ...
- type MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call) Return(_a0 *client.ClientReadAuthorizationModelRequest) *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientReadAuthorizationModelRequest) *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call
- type MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call
- type MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call) Return(_a0 *client.ClientReadAuthorizationModelOptions) *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadAuthorizationModelOptions) *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call
- type MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientReadAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call) Return(_a0 client.SdkClientReadAuthorizationModelRequestInterface) *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call) Run(run func(options client.ClientReadAuthorizationModelOptions)) *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call
- type MockSdkClientReadAuthorizationModelsRequestInterface
- func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) EXPECT() *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter
- func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) Execute() (*openfga.ReadAuthorizationModelsResponse, error)
- func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) GetOptions() *client.ClientReadAuthorizationModelsOptions
- func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) Options(options client.ClientReadAuthorizationModelsOptions) client.SdkClientReadAuthorizationModelsRequestInterface
- type MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call) Return(_a0 *openfga.ReadAuthorizationModelsResponse, _a1 error) *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadAuthorizationModelsResponse, error)) *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call
- type MockSdkClientReadAuthorizationModelsRequestInterface_Expecter
- func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) Execute() *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call
- func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetContext() *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call
- func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetOptions() *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call
- func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call
- type MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call
- type MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call) Return(_a0 *client.ClientReadAuthorizationModelsOptions) *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadAuthorizationModelsOptions) *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call
- type MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call) Return(_a0 client.SdkClientReadAuthorizationModelsRequestInterface) *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call) Run(run func(options client.ClientReadAuthorizationModelsOptions)) *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call
- func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call
- type MockSdkClientReadChangesRequestInterface
- func (_m *MockSdkClientReadChangesRequestInterface) Body(body client.ClientReadChangesRequest) client.SdkClientReadChangesRequestInterface
- func (_m *MockSdkClientReadChangesRequestInterface) EXPECT() *MockSdkClientReadChangesRequestInterface_Expecter
- func (_m *MockSdkClientReadChangesRequestInterface) Execute() (*openfga.ReadChangesResponse, error)
- func (_m *MockSdkClientReadChangesRequestInterface) GetBody() *client.ClientReadChangesRequest
- func (_m *MockSdkClientReadChangesRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientReadChangesRequestInterface) GetOptions() *client.ClientReadChangesOptions
- func (_m *MockSdkClientReadChangesRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientReadChangesRequestInterface) Options(options client.ClientReadChangesOptions) client.SdkClientReadChangesRequestInterface
- type MockSdkClientReadChangesRequestInterface_Body_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Body_Call) Return(_a0 client.SdkClientReadChangesRequestInterface) *MockSdkClientReadChangesRequestInterface_Body_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Body_Call) Run(run func(body client.ClientReadChangesRequest)) *MockSdkClientReadChangesRequestInterface_Body_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientReadChangesRequestInterface_Body_Call
- type MockSdkClientReadChangesRequestInterface_Execute_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Execute_Call) Return(_a0 *openfga.ReadChangesResponse, _a1 error) *MockSdkClientReadChangesRequestInterface_Execute_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_Execute_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadChangesResponse, error)) *MockSdkClientReadChangesRequestInterface_Execute_Call
- type MockSdkClientReadChangesRequestInterface_Expecter
- func (_e *MockSdkClientReadChangesRequestInterface_Expecter) Body(body interface{}) *MockSdkClientReadChangesRequestInterface_Body_Call
- func (_e *MockSdkClientReadChangesRequestInterface_Expecter) Execute() *MockSdkClientReadChangesRequestInterface_Execute_Call
- func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetBody() *MockSdkClientReadChangesRequestInterface_GetBody_Call
- func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetContext() *MockSdkClientReadChangesRequestInterface_GetContext_Call
- func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetOptions() *MockSdkClientReadChangesRequestInterface_GetOptions_Call
- func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientReadChangesRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadChangesRequestInterface_Options_Call
- type MockSdkClientReadChangesRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetBody_Call) Return(_a0 *client.ClientReadChangesRequest) *MockSdkClientReadChangesRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_GetBody_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientReadChangesRequest) *MockSdkClientReadChangesRequestInterface_GetBody_Call
- type MockSdkClientReadChangesRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientReadChangesRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadChangesRequestInterface_GetContext_Call
- type MockSdkClientReadChangesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetOptions_Call) Return(_a0 *client.ClientReadChangesOptions) *MockSdkClientReadChangesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadChangesOptions) *MockSdkClientReadChangesRequestInterface_GetOptions_Call
- type MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientReadChangesRequestInterface_Options_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Options_Call) Return(_a0 client.SdkClientReadChangesRequestInterface) *MockSdkClientReadChangesRequestInterface_Options_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Options_Call) Run(run func(options client.ClientReadChangesOptions)) *MockSdkClientReadChangesRequestInterface_Options_Call
- func (_c *MockSdkClientReadChangesRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientReadChangesRequestInterface_Options_Call
- type MockSdkClientReadLatestAuthorizationModelRequestInterface
- func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) EXPECT() *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter
- func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) Execute() (*openfga.ReadAuthorizationModelResponse, error)
- func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) GetOptions() *client.ClientReadLatestAuthorizationModelOptions
- func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) Options(options client.ClientReadLatestAuthorizationModelOptions) client.SdkClientReadLatestAuthorizationModelRequestInterface
- type MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call) Return(_a0 *openfga.ReadAuthorizationModelResponse, _a1 error) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadAuthorizationModelResponse, error)) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call
- type MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter
- func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) Execute() *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call
- func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetContext() *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call
- func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetOptions() *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call
- func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride() ...
- func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call
- type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call
- type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call) Return(_a0 *client.ClientReadLatestAuthorizationModelOptions) *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadLatestAuthorizationModelOptions) *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call
- type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) ...
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call) Run(run func()) ...
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) ...
- type MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call) Return(_a0 client.SdkClientReadLatestAuthorizationModelRequestInterface) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call) Run(run func(options client.ClientReadLatestAuthorizationModelOptions)) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call
- type MockSdkClientReadRequestInterface
- func (_m *MockSdkClientReadRequestInterface) Body(body client.ClientReadRequest) client.SdkClientReadRequestInterface
- func (_m *MockSdkClientReadRequestInterface) EXPECT() *MockSdkClientReadRequestInterface_Expecter
- func (_m *MockSdkClientReadRequestInterface) Execute() (*openfga.ReadResponse, 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 *openfga.ReadResponse, _a1 error) *MockSdkClientReadRequestInterface_Execute_Call
- func (_c *MockSdkClientReadRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadRequestInterface_Execute_Call
- func (_c *MockSdkClientReadRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadResponse, 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 MockSdkClientWriteAssertionsRequestInterface
- func (_m *MockSdkClientWriteAssertionsRequestInterface) Body(body []client.ClientAssertion) client.SdkClientWriteAssertionsRequestInterface
- func (_m *MockSdkClientWriteAssertionsRequestInterface) EXPECT() *MockSdkClientWriteAssertionsRequestInterface_Expecter
- func (_m *MockSdkClientWriteAssertionsRequestInterface) Execute() (*client.ClientWriteAssertionsResponse, error)
- func (_m *MockSdkClientWriteAssertionsRequestInterface) GetAuthorizationModelIdOverride() *string
- func (_m *MockSdkClientWriteAssertionsRequestInterface) GetBody() *[]client.ClientAssertion
- func (_m *MockSdkClientWriteAssertionsRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientWriteAssertionsRequestInterface) GetOptions() *client.ClientWriteAssertionsOptions
- func (_m *MockSdkClientWriteAssertionsRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientWriteAssertionsRequestInterface) Options(options client.ClientWriteAssertionsOptions) client.SdkClientWriteAssertionsRequestInterface
- type MockSdkClientWriteAssertionsRequestInterface_Body_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Body_Call) Return(_a0 client.SdkClientWriteAssertionsRequestInterface) *MockSdkClientWriteAssertionsRequestInterface_Body_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Body_Call) Run(run func(body []client.ClientAssertion)) *MockSdkClientWriteAssertionsRequestInterface_Body_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientWriteAssertionsRequestInterface_Body_Call
- type MockSdkClientWriteAssertionsRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Execute_Call) Return(_a0 *client.ClientWriteAssertionsResponse, _a1 error) *MockSdkClientWriteAssertionsRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientWriteAssertionsRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteAssertionsResponse, error)) *MockSdkClientWriteAssertionsRequestInterface_Execute_Call
- type MockSdkClientWriteAssertionsRequestInterface_Expecter
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteAssertionsRequestInterface_Body_Call
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) Execute() *MockSdkClientWriteAssertionsRequestInterface_Execute_Call
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetAuthorizationModelIdOverride() ...
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetBody() *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetContext() *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetOptions() *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteAssertionsRequestInterface_Options_Call
- type MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) Return(_a0 *string) ...
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) Run(run func()) ...
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) ...
- type MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call) Return(_a0 *[]client.ClientAssertion) *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call) RunAndReturn(run func() *[]client.ClientAssertion) *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
- type MockSdkClientWriteAssertionsRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call
- type MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call) Return(_a0 *client.ClientWriteAssertionsOptions) *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteAssertionsOptions) *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call
- type MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientWriteAssertionsRequestInterface_Options_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Options_Call) Return(_a0 client.SdkClientWriteAssertionsRequestInterface) *MockSdkClientWriteAssertionsRequestInterface_Options_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Options_Call) Run(run func(options client.ClientWriteAssertionsOptions)) *MockSdkClientWriteAssertionsRequestInterface_Options_Call
- func (_c *MockSdkClientWriteAssertionsRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientWriteAssertionsRequestInterface_Options_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) Body(body openfga.WriteAuthorizationModelRequest) client.SdkClientWriteAuthorizationModelRequestInterface
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) EXPECT() *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) Execute() (*openfga.WriteAuthorizationModelResponse, error)
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetBody() *openfga.WriteAuthorizationModelRequest
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetOptions() *client.ClientWriteAuthorizationModelOptions
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetStoreIdOverride() *string
- func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) Options(options client.ClientWriteAuthorizationModelOptions) client.SdkClientWriteAuthorizationModelRequestInterface
- type MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call) Return(_a0 client.SdkClientWriteAuthorizationModelRequestInterface) *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call) Run(run func(body openfga.WriteAuthorizationModelRequest)) *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call) RunAndReturn(...) *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call) Return(_a0 *openfga.WriteAuthorizationModelResponse, _a1 error) *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call) Run(run func()) *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.WriteAuthorizationModelResponse, error)) *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface_Expecter
- func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call
- func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Execute() *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call
- func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetBody() *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call
- func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetContext() *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call
- func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetOptions() *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call
- func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call) Return(_a0 *openfga.WriteAuthorizationModelRequest) *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call) RunAndReturn(run func() *openfga.WriteAuthorizationModelRequest) *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call) Return(_a0 *client.ClientWriteAuthorizationModelOptions) *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteAuthorizationModelOptions) *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call) Return(_a0 *string) *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call) Run(run func()) *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call
- type MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call) Return(_a0 client.SdkClientWriteAuthorizationModelRequestInterface) *MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call) Run(run func(options client.ClientWriteAuthorizationModelOptions)) *MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call
- func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientWriteAuthorizationModelRequestInterface_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 MockSdkClientWriteTuplesRequestInterface
- func (_m *MockSdkClientWriteTuplesRequestInterface) Body(body []openfga.TupleKey) client.SdkClientWriteTuplesRequestInterface
- func (_m *MockSdkClientWriteTuplesRequestInterface) EXPECT() *MockSdkClientWriteTuplesRequestInterface_Expecter
- func (_m *MockSdkClientWriteTuplesRequestInterface) Execute() (*client.ClientWriteResponse, error)
- func (_m *MockSdkClientWriteTuplesRequestInterface) GetBody() *[]openfga.TupleKey
- func (_m *MockSdkClientWriteTuplesRequestInterface) GetContext() context.Context
- func (_m *MockSdkClientWriteTuplesRequestInterface) GetOptions() *client.ClientWriteOptions
- func (_m *MockSdkClientWriteTuplesRequestInterface) Options(options client.ClientWriteOptions) client.SdkClientWriteTuplesRequestInterface
- type MockSdkClientWriteTuplesRequestInterface_Body_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Body_Call) Return(_a0 client.SdkClientWriteTuplesRequestInterface) *MockSdkClientWriteTuplesRequestInterface_Body_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Body_Call) Run(run func(body []openfga.TupleKey)) *MockSdkClientWriteTuplesRequestInterface_Body_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Body_Call) RunAndReturn(run func([]openfga.TupleKey) client.SdkClientWriteTuplesRequestInterface) *MockSdkClientWriteTuplesRequestInterface_Body_Call
- type MockSdkClientWriteTuplesRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Execute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClientWriteTuplesRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Execute_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_Execute_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteResponse, error)) *MockSdkClientWriteTuplesRequestInterface_Execute_Call
- type MockSdkClientWriteTuplesRequestInterface_Expecter
- func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteTuplesRequestInterface_Body_Call
- func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) Execute() *MockSdkClientWriteTuplesRequestInterface_Execute_Call
- func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) GetBody() *MockSdkClientWriteTuplesRequestInterface_GetBody_Call
- func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) GetContext() *MockSdkClientWriteTuplesRequestInterface_GetContext_Call
- func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) GetOptions() *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
- func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteTuplesRequestInterface_Options_Call
- type MockSdkClientWriteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetBody_Call) Return(_a0 *[]openfga.TupleKey) *MockSdkClientWriteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_GetBody_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetBody_Call) RunAndReturn(run func() *[]openfga.TupleKey) *MockSdkClientWriteTuplesRequestInterface_GetBody_Call
- type MockSdkClientWriteTuplesRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetContext_Call) Return(_a0 context.Context) *MockSdkClientWriteTuplesRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_GetContext_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteTuplesRequestInterface_GetContext_Call
- type MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call) Return(_a0 *client.ClientWriteOptions) *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteOptions) *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
- type MockSdkClientWriteTuplesRequestInterface_Options_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Options_Call) Return(_a0 client.SdkClientWriteTuplesRequestInterface) *MockSdkClientWriteTuplesRequestInterface_Options_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Options_Call) Run(run func(options client.ClientWriteOptions)) *MockSdkClientWriteTuplesRequestInterface_Options_Call
- func (_c *MockSdkClientWriteTuplesRequestInterface_Options_Call) RunAndReturn(...) *MockSdkClientWriteTuplesRequestInterface_Options_Call
- type MockSdkClient_BatchCheckExecute_Call
- func (_c *MockSdkClient_BatchCheckExecute_Call) Return(_a0 *[]client.ClientBatchCheckSingleResponse, _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 *openfga.CreateStoreResponse, _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 *openfga.ExpandResponse, _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 *openfga.GetStoreResponse, _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 *openfga.ListObjectsResponse, _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 *openfga.ListStoresResponse, _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 *openfga.ListUsersResponse, _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 *openfga.ReadAssertionsResponse, _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 *openfga.ReadAuthorizationModelResponse, _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 *openfga.ReadAuthorizationModelsResponse, _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 *openfga.ReadChangesResponse, _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 *openfga.ReadResponse, _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(run func(client.SdkClientReadRequestInterface) (*openfga.ReadResponse, error)) *MockSdkClient_ReadExecute_Call
- type MockSdkClient_ReadLatestAuthorizationModelExecute_Call
- func (_c *MockSdkClient_ReadLatestAuthorizationModelExecute_Call) Return(_a0 *openfga.ReadAuthorizationModelResponse, _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 *openfga.WriteAuthorizationModelResponse, _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 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.ClientBatchCheckSingleResponse, 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) (*openfga.CreateStoreResponse, 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) (*openfga.ExpandResponse, 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) (*openfga.GetStoreResponse, 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) (*openfga.ListObjectsResponse, 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) (*openfga.ListStoresResponse, 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) (*openfga.ListUsersResponse, 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) (*openfga.ReadAssertionsResponse, 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) (*openfga.ReadAuthorizationModelResponse, 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) (*openfga.ReadAuthorizationModelsResponse, 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) (*openfga.ReadChangesResponse, error)
ReadChangesExecute provides a mock function with given fields: request
func (*MockSdkClient) ReadExecute ¶
func (_m *MockSdkClient) ReadExecute(request client.SdkClientReadRequestInterface) (*openfga.ReadResponse, 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) (*openfga.ReadAuthorizationModelResponse, 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) (*openfga.WriteAuthorizationModelResponse, 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.ClientCheckRequest) 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.ClientBatchCheckSingleResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientBatchCheckRequestInterface) GetBody ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetBody() *[]client.ClientCheckRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientBatchCheckRequestInterface) GetContext ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientBatchCheckRequestInterface) GetOptions ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetOptions() *client.ClientBatchCheckOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientBatchCheckRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientBatchCheckRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given 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.ClientCheckRequest)) *MockSdkClientBatchCheckRequestInterface_Body_Call
func (*MockSdkClientBatchCheckRequestInterface_Body_Call) RunAndReturn ¶
func (_c *MockSdkClientBatchCheckRequestInterface_Body_Call) RunAndReturn(run func([]client.ClientCheckRequest) client.SdkClientBatchCheckRequestInterface) *MockSdkClientBatchCheckRequestInterface_Body_Call
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.ClientBatchCheckSingleResponse, 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.ClientCheckRequest
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.ClientCheckRequest) *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 given fields:
func (*MockSdkClientCheckRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientCheckRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientCheckRequestInterface) GetBody ¶
func (_m *MockSdkClientCheckRequestInterface) GetBody() *client.ClientCheckRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientCheckRequestInterface) GetContext ¶
func (_m *MockSdkClientCheckRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientCheckRequestInterface) GetOptions ¶
func (_m *MockSdkClientCheckRequestInterface) GetOptions() *client.ClientCheckOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientCheckRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientCheckRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given 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 MockSdkClientCreateStoreRequestInterface ¶
MockSdkClientCreateStoreRequestInterface is an autogenerated mock type for the SdkClientCreateStoreRequestInterface type
func NewMockSdkClientCreateStoreRequestInterface ¶
func NewMockSdkClientCreateStoreRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientCreateStoreRequestInterface
NewMockSdkClientCreateStoreRequestInterface creates a new instance of MockSdkClientCreateStoreRequestInterface. 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 (*MockSdkClientCreateStoreRequestInterface) Body ¶
func (_m *MockSdkClientCreateStoreRequestInterface) Body(body client.ClientCreateStoreRequest) client.SdkClientCreateStoreRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientCreateStoreRequestInterface) Execute ¶
func (_m *MockSdkClientCreateStoreRequestInterface) Execute() (*openfga.CreateStoreResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientCreateStoreRequestInterface) GetBody ¶
func (_m *MockSdkClientCreateStoreRequestInterface) GetBody() *client.ClientCreateStoreRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientCreateStoreRequestInterface) GetContext ¶
func (_m *MockSdkClientCreateStoreRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientCreateStoreRequestInterface) GetOptions ¶
func (_m *MockSdkClientCreateStoreRequestInterface) GetOptions() *client.ClientCreateStoreOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientCreateStoreRequestInterface) Options ¶
func (_m *MockSdkClientCreateStoreRequestInterface) Options(options client.ClientCreateStoreOptions) client.SdkClientCreateStoreRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientCreateStoreRequestInterface_Body_Call ¶
MockSdkClientCreateStoreRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientCreateStoreRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientCreateStoreRequestInterface_Body_Call) Run(run func(body client.ClientCreateStoreRequest)) *MockSdkClientCreateStoreRequestInterface_Body_Call
func (*MockSdkClientCreateStoreRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientCreateStoreRequestInterface_Execute_Call ¶
MockSdkClientCreateStoreRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientCreateStoreRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientCreateStoreRequestInterface_Execute_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_Execute_Call
func (*MockSdkClientCreateStoreRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientCreateStoreRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.CreateStoreResponse, error)) *MockSdkClientCreateStoreRequestInterface_Execute_Call
type MockSdkClientCreateStoreRequestInterface_Expecter ¶
type MockSdkClientCreateStoreRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientCreateStoreRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) Body(body interface{}) *MockSdkClientCreateStoreRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientCreateStoreRequest
func (*MockSdkClientCreateStoreRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) Execute() *MockSdkClientCreateStoreRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientCreateStoreRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) GetBody() *MockSdkClientCreateStoreRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientCreateStoreRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) GetContext() *MockSdkClientCreateStoreRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientCreateStoreRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) GetOptions() *MockSdkClientCreateStoreRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientCreateStoreRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientCreateStoreRequestInterface_Expecter) Options(options interface{}) *MockSdkClientCreateStoreRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientCreateStoreOptions
type MockSdkClientCreateStoreRequestInterface_GetBody_Call ¶
MockSdkClientCreateStoreRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientCreateStoreRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientCreateStoreRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_GetBody_Call
func (*MockSdkClientCreateStoreRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientCreateStoreRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientCreateStoreRequest) *MockSdkClientCreateStoreRequestInterface_GetBody_Call
type MockSdkClientCreateStoreRequestInterface_GetContext_Call ¶
MockSdkClientCreateStoreRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientCreateStoreRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientCreateStoreRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_GetContext_Call
func (*MockSdkClientCreateStoreRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientCreateStoreRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientCreateStoreRequestInterface_GetContext_Call
type MockSdkClientCreateStoreRequestInterface_GetOptions_Call ¶
MockSdkClientCreateStoreRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientCreateStoreRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientCreateStoreRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientCreateStoreRequestInterface_GetOptions_Call
func (*MockSdkClientCreateStoreRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientCreateStoreRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientCreateStoreOptions) *MockSdkClientCreateStoreRequestInterface_GetOptions_Call
type MockSdkClientCreateStoreRequestInterface_Options_Call ¶
MockSdkClientCreateStoreRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientCreateStoreRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientCreateStoreRequestInterface_Options_Call) Run(run func(options client.ClientCreateStoreOptions)) *MockSdkClientCreateStoreRequestInterface_Options_Call
func (*MockSdkClientCreateStoreRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientDeleteStoreRequestInterface ¶
MockSdkClientDeleteStoreRequestInterface is an autogenerated mock type for the SdkClientDeleteStoreRequestInterface type
func NewMockSdkClientDeleteStoreRequestInterface ¶
func NewMockSdkClientDeleteStoreRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientDeleteStoreRequestInterface
NewMockSdkClientDeleteStoreRequestInterface creates a new instance of MockSdkClientDeleteStoreRequestInterface. 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 (*MockSdkClientDeleteStoreRequestInterface) Execute ¶
func (_m *MockSdkClientDeleteStoreRequestInterface) Execute() (*client.ClientDeleteStoreResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientDeleteStoreRequestInterface) GetContext ¶
func (_m *MockSdkClientDeleteStoreRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientDeleteStoreRequestInterface) GetOptions ¶
func (_m *MockSdkClientDeleteStoreRequestInterface) GetOptions() *client.ClientDeleteStoreOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientDeleteStoreRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientDeleteStoreRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientDeleteStoreRequestInterface) Options ¶
func (_m *MockSdkClientDeleteStoreRequestInterface) Options(options client.ClientDeleteStoreOptions) client.SdkClientDeleteStoreRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientDeleteStoreRequestInterface_Execute_Call ¶
MockSdkClientDeleteStoreRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientDeleteStoreRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_Execute_Call) Run(run func()) *MockSdkClientDeleteStoreRequestInterface_Execute_Call
func (*MockSdkClientDeleteStoreRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientDeleteStoreResponse, error)) *MockSdkClientDeleteStoreRequestInterface_Execute_Call
type MockSdkClientDeleteStoreRequestInterface_Expecter ¶
type MockSdkClientDeleteStoreRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientDeleteStoreRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) Execute() *MockSdkClientDeleteStoreRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientDeleteStoreRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) GetContext() *MockSdkClientDeleteStoreRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientDeleteStoreRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) GetOptions() *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientDeleteStoreRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientDeleteStoreRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientDeleteStoreRequestInterface_Expecter) Options(options interface{}) *MockSdkClientDeleteStoreRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientDeleteStoreOptions
type MockSdkClientDeleteStoreRequestInterface_GetContext_Call ¶
MockSdkClientDeleteStoreRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientDeleteStoreRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientDeleteStoreRequestInterface_GetContext_Call
func (*MockSdkClientDeleteStoreRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientDeleteStoreRequestInterface_GetContext_Call
type MockSdkClientDeleteStoreRequestInterface_GetOptions_Call ¶
MockSdkClientDeleteStoreRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientDeleteStoreRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
func (*MockSdkClientDeleteStoreRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientDeleteStoreOptions) *MockSdkClientDeleteStoreRequestInterface_GetOptions_Call
type MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientDeleteStoreRequestInterface_GetStoreIdOverride_Call
type MockSdkClientDeleteStoreRequestInterface_Options_Call ¶
MockSdkClientDeleteStoreRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientDeleteStoreRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientDeleteStoreRequestInterface_Options_Call) Run(run func(options client.ClientDeleteStoreOptions)) *MockSdkClientDeleteStoreRequestInterface_Options_Call
func (*MockSdkClientDeleteStoreRequestInterface_Options_Call) RunAndReturn ¶
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 []openfga.TupleKeyWithoutCondition) 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 given fields:
func (*MockSdkClientDeleteTuplesRequestInterface) GetBody ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) GetBody() *[]openfga.TupleKeyWithoutCondition
GetBody provides a mock function with given fields:
func (*MockSdkClientDeleteTuplesRequestInterface) GetContext ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientDeleteTuplesRequestInterface) GetOptions ¶
func (_m *MockSdkClientDeleteTuplesRequestInterface) GetOptions() *client.ClientWriteOptions
GetOptions provides a mock function with given 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 []openfga.TupleKeyWithoutCondition)) *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 []openfga.TupleKeyWithoutCondition
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() *[]openfga.TupleKeyWithoutCondition) *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 MockSdkClientExpandRequestInterface ¶
MockSdkClientExpandRequestInterface is an autogenerated mock type for the SdkClientExpandRequestInterface type
func NewMockSdkClientExpandRequestInterface ¶
func NewMockSdkClientExpandRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientExpandRequestInterface
NewMockSdkClientExpandRequestInterface creates a new instance of MockSdkClientExpandRequestInterface. 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 (*MockSdkClientExpandRequestInterface) Body ¶
func (_m *MockSdkClientExpandRequestInterface) Body(body client.ClientExpandRequest) client.SdkClientExpandRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientExpandRequestInterface) EXPECT ¶
func (_m *MockSdkClientExpandRequestInterface) EXPECT() *MockSdkClientExpandRequestInterface_Expecter
func (*MockSdkClientExpandRequestInterface) Execute ¶
func (_m *MockSdkClientExpandRequestInterface) Execute() (*openfga.ExpandResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientExpandRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientExpandRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientExpandRequestInterface) GetBody ¶
func (_m *MockSdkClientExpandRequestInterface) GetBody() *client.ClientExpandRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientExpandRequestInterface) GetContext ¶
func (_m *MockSdkClientExpandRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientExpandRequestInterface) GetOptions ¶
func (_m *MockSdkClientExpandRequestInterface) GetOptions() *client.ClientExpandOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientExpandRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientExpandRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientExpandRequestInterface) Options ¶
func (_m *MockSdkClientExpandRequestInterface) Options(options client.ClientExpandOptions) client.SdkClientExpandRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientExpandRequestInterface_Body_Call ¶
MockSdkClientExpandRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientExpandRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientExpandRequestInterface_Body_Call) Run(run func(body client.ClientExpandRequest)) *MockSdkClientExpandRequestInterface_Body_Call
func (*MockSdkClientExpandRequestInterface_Body_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_Body_Call) RunAndReturn(run func(client.ClientExpandRequest) client.SdkClientExpandRequestInterface) *MockSdkClientExpandRequestInterface_Body_Call
type MockSdkClientExpandRequestInterface_Execute_Call ¶
MockSdkClientExpandRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientExpandRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientExpandRequestInterface_Execute_Call) Return(_a0 *openfga.ExpandResponse, _a1 error) *MockSdkClientExpandRequestInterface_Execute_Call
func (*MockSdkClientExpandRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientExpandRequestInterface_Execute_Call) Run(run func()) *MockSdkClientExpandRequestInterface_Execute_Call
func (*MockSdkClientExpandRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ExpandResponse, error)) *MockSdkClientExpandRequestInterface_Execute_Call
type MockSdkClientExpandRequestInterface_Expecter ¶
type MockSdkClientExpandRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientExpandRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) Body(body interface{}) *MockSdkClientExpandRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientExpandRequest
func (*MockSdkClientExpandRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) Execute() *MockSdkClientExpandRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientExpandRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientExpandRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) GetBody() *MockSdkClientExpandRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientExpandRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) GetContext() *MockSdkClientExpandRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientExpandRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) GetOptions() *MockSdkClientExpandRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientExpandRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientExpandRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientExpandRequestInterface_Expecter) Options(options interface{}) *MockSdkClientExpandRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientExpandOptions
type MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call ¶
MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientExpandRequestInterface_GetAuthorizationModelIdOverride_Call
type MockSdkClientExpandRequestInterface_GetBody_Call ¶
MockSdkClientExpandRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientExpandRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientExpandRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetBody_Call
func (*MockSdkClientExpandRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientExpandRequest) *MockSdkClientExpandRequestInterface_GetBody_Call
type MockSdkClientExpandRequestInterface_GetContext_Call ¶
MockSdkClientExpandRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientExpandRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientExpandRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetContext_Call
func (*MockSdkClientExpandRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientExpandRequestInterface_GetContext_Call
type MockSdkClientExpandRequestInterface_GetOptions_Call ¶
MockSdkClientExpandRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientExpandRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientExpandRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientExpandRequestInterface_GetOptions_Call
func (*MockSdkClientExpandRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientExpandOptions) *MockSdkClientExpandRequestInterface_GetOptions_Call
type MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientExpandRequestInterface_GetStoreIdOverride_Call
type MockSdkClientExpandRequestInterface_Options_Call ¶
MockSdkClientExpandRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientExpandRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientExpandRequestInterface_Options_Call) Run(run func(options client.ClientExpandOptions)) *MockSdkClientExpandRequestInterface_Options_Call
func (*MockSdkClientExpandRequestInterface_Options_Call) RunAndReturn ¶
func (_c *MockSdkClientExpandRequestInterface_Options_Call) RunAndReturn(run func(client.ClientExpandOptions) client.SdkClientExpandRequestInterface) *MockSdkClientExpandRequestInterface_Options_Call
type MockSdkClientGetStoreRequestInterface ¶
MockSdkClientGetStoreRequestInterface is an autogenerated mock type for the SdkClientGetStoreRequestInterface type
func NewMockSdkClientGetStoreRequestInterface ¶
func NewMockSdkClientGetStoreRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientGetStoreRequestInterface
NewMockSdkClientGetStoreRequestInterface creates a new instance of MockSdkClientGetStoreRequestInterface. 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 (*MockSdkClientGetStoreRequestInterface) EXPECT ¶
func (_m *MockSdkClientGetStoreRequestInterface) EXPECT() *MockSdkClientGetStoreRequestInterface_Expecter
func (*MockSdkClientGetStoreRequestInterface) Execute ¶
func (_m *MockSdkClientGetStoreRequestInterface) Execute() (*openfga.GetStoreResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientGetStoreRequestInterface) GetContext ¶
func (_m *MockSdkClientGetStoreRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientGetStoreRequestInterface) GetOptions ¶
func (_m *MockSdkClientGetStoreRequestInterface) GetOptions() *client.ClientGetStoreOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientGetStoreRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientGetStoreRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientGetStoreRequestInterface) Options ¶
func (_m *MockSdkClientGetStoreRequestInterface) Options(options client.ClientGetStoreOptions) client.SdkClientGetStoreRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientGetStoreRequestInterface_Execute_Call ¶
MockSdkClientGetStoreRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientGetStoreRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientGetStoreRequestInterface_Execute_Call) Return(_a0 *openfga.GetStoreResponse, _a1 error) *MockSdkClientGetStoreRequestInterface_Execute_Call
func (*MockSdkClientGetStoreRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientGetStoreRequestInterface_Execute_Call) Run(run func()) *MockSdkClientGetStoreRequestInterface_Execute_Call
func (*MockSdkClientGetStoreRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientGetStoreRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.GetStoreResponse, error)) *MockSdkClientGetStoreRequestInterface_Execute_Call
type MockSdkClientGetStoreRequestInterface_Expecter ¶
type MockSdkClientGetStoreRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientGetStoreRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientGetStoreRequestInterface_Expecter) Execute() *MockSdkClientGetStoreRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientGetStoreRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientGetStoreRequestInterface_Expecter) GetContext() *MockSdkClientGetStoreRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientGetStoreRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientGetStoreRequestInterface_Expecter) GetOptions() *MockSdkClientGetStoreRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientGetStoreRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientGetStoreRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientGetStoreRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientGetStoreRequestInterface_Expecter) Options(options interface{}) *MockSdkClientGetStoreRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientGetStoreOptions
type MockSdkClientGetStoreRequestInterface_GetContext_Call ¶
MockSdkClientGetStoreRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientGetStoreRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientGetStoreRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientGetStoreRequestInterface_GetContext_Call
func (*MockSdkClientGetStoreRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientGetStoreRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientGetStoreRequestInterface_GetContext_Call
type MockSdkClientGetStoreRequestInterface_GetOptions_Call ¶
MockSdkClientGetStoreRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientGetStoreRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientGetStoreRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientGetStoreRequestInterface_GetOptions_Call
func (*MockSdkClientGetStoreRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientGetStoreRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientGetStoreOptions) *MockSdkClientGetStoreRequestInterface_GetOptions_Call
type MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientGetStoreRequestInterface_GetStoreIdOverride_Call
type MockSdkClientGetStoreRequestInterface_Options_Call ¶
MockSdkClientGetStoreRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientGetStoreRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientGetStoreRequestInterface_Options_Call) Run(run func(options client.ClientGetStoreOptions)) *MockSdkClientGetStoreRequestInterface_Options_Call
func (*MockSdkClientGetStoreRequestInterface_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() (*openfga.ListObjectsResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientListObjectsRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientListObjectsRequestInterface) GetBody ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetBody() *client.ClientListObjectsRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientListObjectsRequestInterface) GetContext ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientListObjectsRequestInterface) GetOptions ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetOptions() *client.ClientListObjectsOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientListObjectsRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientListObjectsRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given 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() (*openfga.ListObjectsResponse, 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 MockSdkClientListRelationsRequestInterface ¶
MockSdkClientListRelationsRequestInterface is an autogenerated mock type for the SdkClientListRelationsRequestInterface type
func NewMockSdkClientListRelationsRequestInterface ¶
func NewMockSdkClientListRelationsRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientListRelationsRequestInterface
NewMockSdkClientListRelationsRequestInterface creates a new instance of MockSdkClientListRelationsRequestInterface. 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 (*MockSdkClientListRelationsRequestInterface) Body ¶
func (_m *MockSdkClientListRelationsRequestInterface) Body(body client.ClientListRelationsRequest) client.SdkClientListRelationsRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientListRelationsRequestInterface) Execute ¶
func (_m *MockSdkClientListRelationsRequestInterface) Execute() (*client.ClientListRelationsResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientListRelationsRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientListRelationsRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientListRelationsRequestInterface) GetBody ¶
func (_m *MockSdkClientListRelationsRequestInterface) GetBody() *client.ClientListRelationsRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientListRelationsRequestInterface) GetContext ¶
func (_m *MockSdkClientListRelationsRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientListRelationsRequestInterface) GetOptions ¶
func (_m *MockSdkClientListRelationsRequestInterface) GetOptions() *client.ClientListRelationsOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientListRelationsRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientListRelationsRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientListRelationsRequestInterface) Options ¶
func (_m *MockSdkClientListRelationsRequestInterface) Options(options client.ClientListRelationsOptions) client.SdkClientListRelationsRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientListRelationsRequestInterface_Body_Call ¶
MockSdkClientListRelationsRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientListRelationsRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientListRelationsRequestInterface_Body_Call) Run(run func(body client.ClientListRelationsRequest)) *MockSdkClientListRelationsRequestInterface_Body_Call
func (*MockSdkClientListRelationsRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientListRelationsRequestInterface_Execute_Call ¶
MockSdkClientListRelationsRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientListRelationsRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientListRelationsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_Execute_Call
func (*MockSdkClientListRelationsRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientListRelationsRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientListRelationsResponse, error)) *MockSdkClientListRelationsRequestInterface_Execute_Call
type MockSdkClientListRelationsRequestInterface_Expecter ¶
type MockSdkClientListRelationsRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientListRelationsRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) Body(body interface{}) *MockSdkClientListRelationsRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientListRelationsRequest
func (*MockSdkClientListRelationsRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) Execute() *MockSdkClientListRelationsRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientListRelationsRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientListRelationsRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetBody() *MockSdkClientListRelationsRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientListRelationsRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetContext() *MockSdkClientListRelationsRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientListRelationsRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetOptions() *MockSdkClientListRelationsRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientListRelationsRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientListRelationsRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientListRelationsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListRelationsRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientListRelationsOptions
type MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call ¶
type MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call struct {
*mock.Call
}
MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientListRelationsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
type MockSdkClientListRelationsRequestInterface_GetBody_Call ¶
MockSdkClientListRelationsRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientListRelationsRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientListRelationsRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_GetBody_Call
func (*MockSdkClientListRelationsRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientListRelationsRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientListRelationsRequest) *MockSdkClientListRelationsRequestInterface_GetBody_Call
type MockSdkClientListRelationsRequestInterface_GetContext_Call ¶
MockSdkClientListRelationsRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientListRelationsRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientListRelationsRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_GetContext_Call
func (*MockSdkClientListRelationsRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientListRelationsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListRelationsRequestInterface_GetContext_Call
type MockSdkClientListRelationsRequestInterface_GetOptions_Call ¶
MockSdkClientListRelationsRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientListRelationsRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientListRelationsRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListRelationsRequestInterface_GetOptions_Call
func (*MockSdkClientListRelationsRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientListRelationsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListRelationsOptions) *MockSdkClientListRelationsRequestInterface_GetOptions_Call
type MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientListRelationsRequestInterface_GetStoreIdOverride_Call
type MockSdkClientListRelationsRequestInterface_Options_Call ¶
MockSdkClientListRelationsRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientListRelationsRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientListRelationsRequestInterface_Options_Call) Run(run func(options client.ClientListRelationsOptions)) *MockSdkClientListRelationsRequestInterface_Options_Call
func (*MockSdkClientListRelationsRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientListStoresRequestInterface ¶
MockSdkClientListStoresRequestInterface is an autogenerated mock type for the SdkClientListStoresRequestInterface type
func NewMockSdkClientListStoresRequestInterface ¶
func NewMockSdkClientListStoresRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientListStoresRequestInterface
NewMockSdkClientListStoresRequestInterface creates a new instance of MockSdkClientListStoresRequestInterface. 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 (*MockSdkClientListStoresRequestInterface) EXPECT ¶
func (_m *MockSdkClientListStoresRequestInterface) EXPECT() *MockSdkClientListStoresRequestInterface_Expecter
func (*MockSdkClientListStoresRequestInterface) Execute ¶
func (_m *MockSdkClientListStoresRequestInterface) Execute() (*openfga.ListStoresResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientListStoresRequestInterface) GetContext ¶
func (_m *MockSdkClientListStoresRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientListStoresRequestInterface) GetOptions ¶
func (_m *MockSdkClientListStoresRequestInterface) GetOptions() *client.ClientListStoresOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientListStoresRequestInterface) Options ¶
func (_m *MockSdkClientListStoresRequestInterface) Options(options client.ClientListStoresOptions) client.SdkClientListStoresRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientListStoresRequestInterface_Execute_Call ¶
MockSdkClientListStoresRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientListStoresRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientListStoresRequestInterface_Execute_Call) Return(_a0 *openfga.ListStoresResponse, _a1 error) *MockSdkClientListStoresRequestInterface_Execute_Call
func (*MockSdkClientListStoresRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientListStoresRequestInterface_Execute_Call) Run(run func()) *MockSdkClientListStoresRequestInterface_Execute_Call
func (*MockSdkClientListStoresRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientListStoresRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ListStoresResponse, error)) *MockSdkClientListStoresRequestInterface_Execute_Call
type MockSdkClientListStoresRequestInterface_Expecter ¶
type MockSdkClientListStoresRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientListStoresRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientListStoresRequestInterface_Expecter) Execute() *MockSdkClientListStoresRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientListStoresRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientListStoresRequestInterface_Expecter) GetContext() *MockSdkClientListStoresRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientListStoresRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientListStoresRequestInterface_Expecter) GetOptions() *MockSdkClientListStoresRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientListStoresRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientListStoresRequestInterface_Expecter) Options(options interface{}) *MockSdkClientListStoresRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientListStoresOptions
type MockSdkClientListStoresRequestInterface_GetContext_Call ¶
MockSdkClientListStoresRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientListStoresRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientListStoresRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientListStoresRequestInterface_GetContext_Call
func (*MockSdkClientListStoresRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientListStoresRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientListStoresRequestInterface_GetContext_Call
type MockSdkClientListStoresRequestInterface_GetOptions_Call ¶
MockSdkClientListStoresRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientListStoresRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientListStoresRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientListStoresRequestInterface_GetOptions_Call
func (*MockSdkClientListStoresRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientListStoresRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientListStoresOptions) *MockSdkClientListStoresRequestInterface_GetOptions_Call
type MockSdkClientListStoresRequestInterface_Options_Call ¶
MockSdkClientListStoresRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientListStoresRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientListStoresRequestInterface_Options_Call) Run(run func(options client.ClientListStoresOptions)) *MockSdkClientListStoresRequestInterface_Options_Call
func (*MockSdkClientListStoresRequestInterface_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() (*openfga.ListUsersResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientListUsersRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientListUsersRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientListUsersRequestInterface) GetBody ¶
func (_m *MockSdkClientListUsersRequestInterface) GetBody() *client.ClientListUsersRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientListUsersRequestInterface) GetContext ¶
func (_m *MockSdkClientListUsersRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientListUsersRequestInterface) GetOptions ¶
func (_m *MockSdkClientListUsersRequestInterface) GetOptions() *client.ClientListUsersOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientListUsersRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientListUsersRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given 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 *openfga.ListUsersResponse, _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() (*openfga.ListUsersResponse, 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 MockSdkClientReadAssertionsRequestInterface ¶
MockSdkClientReadAssertionsRequestInterface is an autogenerated mock type for the SdkClientReadAssertionsRequestInterface type
func NewMockSdkClientReadAssertionsRequestInterface ¶
func NewMockSdkClientReadAssertionsRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientReadAssertionsRequestInterface
NewMockSdkClientReadAssertionsRequestInterface creates a new instance of MockSdkClientReadAssertionsRequestInterface. 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 (*MockSdkClientReadAssertionsRequestInterface) Execute ¶
func (_m *MockSdkClientReadAssertionsRequestInterface) Execute() (*openfga.ReadAssertionsResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientReadAssertionsRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientReadAssertionsRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientReadAssertionsRequestInterface) GetContext ¶
func (_m *MockSdkClientReadAssertionsRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientReadAssertionsRequestInterface) GetOptions ¶
func (_m *MockSdkClientReadAssertionsRequestInterface) GetOptions() *client.ClientReadAssertionsOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientReadAssertionsRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientReadAssertionsRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientReadAssertionsRequestInterface) Options ¶
func (_m *MockSdkClientReadAssertionsRequestInterface) Options(options client.ClientReadAssertionsOptions) client.SdkClientReadAssertionsRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientReadAssertionsRequestInterface_Execute_Call ¶
MockSdkClientReadAssertionsRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientReadAssertionsRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientReadAssertionsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadAssertionsRequestInterface_Execute_Call
func (*MockSdkClientReadAssertionsRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAssertionsRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadAssertionsResponse, error)) *MockSdkClientReadAssertionsRequestInterface_Execute_Call
type MockSdkClientReadAssertionsRequestInterface_Expecter ¶
type MockSdkClientReadAssertionsRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientReadAssertionsRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) Execute() *MockSdkClientReadAssertionsRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientReadAssertionsRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadAssertionsRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetContext() *MockSdkClientReadAssertionsRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientReadAssertionsRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetOptions() *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientReadAssertionsRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadAssertionsRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientReadAssertionsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadAssertionsRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientReadAssertionsOptions
type MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call ¶
type MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call struct {
*mock.Call
}
MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientReadAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
type MockSdkClientReadAssertionsRequestInterface_GetContext_Call ¶
MockSdkClientReadAssertionsRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientReadAssertionsRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAssertionsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadAssertionsRequestInterface_GetContext_Call
type MockSdkClientReadAssertionsRequestInterface_GetOptions_Call ¶
MockSdkClientReadAssertionsRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientReadAssertionsRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadAssertionsOptions) *MockSdkClientReadAssertionsRequestInterface_GetOptions_Call
type MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadAssertionsRequestInterface_GetStoreIdOverride_Call
type MockSdkClientReadAssertionsRequestInterface_Options_Call ¶
MockSdkClientReadAssertionsRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientReadAssertionsRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientReadAssertionsRequestInterface_Options_Call) Run(run func(options client.ClientReadAssertionsOptions)) *MockSdkClientReadAssertionsRequestInterface_Options_Call
func (*MockSdkClientReadAssertionsRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientReadAuthorizationModelRequestInterface ¶
MockSdkClientReadAuthorizationModelRequestInterface is an autogenerated mock type for the SdkClientReadAuthorizationModelRequestInterface type
func NewMockSdkClientReadAuthorizationModelRequestInterface ¶
func NewMockSdkClientReadAuthorizationModelRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientReadAuthorizationModelRequestInterface
NewMockSdkClientReadAuthorizationModelRequestInterface creates a new instance of MockSdkClientReadAuthorizationModelRequestInterface. 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 (*MockSdkClientReadAuthorizationModelRequestInterface) Body ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) Body(body client.ClientReadAuthorizationModelRequest) client.SdkClientReadAuthorizationModelRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientReadAuthorizationModelRequestInterface) Execute ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) Execute() (*openfga.ReadAuthorizationModelResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelRequestInterface) GetBody ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetBody() *client.ClientReadAuthorizationModelRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelRequestInterface) GetContext ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelRequestInterface) GetOptions ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetOptions() *client.ClientReadAuthorizationModelOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelRequestInterface) Options ¶
func (_m *MockSdkClientReadAuthorizationModelRequestInterface) Options(options client.ClientReadAuthorizationModelOptions) client.SdkClientReadAuthorizationModelRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientReadAuthorizationModelRequestInterface_Body_Call ¶
MockSdkClientReadAuthorizationModelRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientReadAuthorizationModelRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call ¶
MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadAuthorizationModelResponse, error)) *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call
type MockSdkClientReadAuthorizationModelRequestInterface_Expecter ¶
type MockSdkClientReadAuthorizationModelRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Body(body interface{}) *MockSdkClientReadAuthorizationModelRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientReadAuthorizationModelRequest
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Execute() *MockSdkClientReadAuthorizationModelRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetBody() *MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetContext() *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetOptions() *MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientReadAuthorizationModelRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadAuthorizationModelRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientReadAuthorizationModelOptions
type MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call ¶
type MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call struct {
*mock.Call
}
MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call) Return ¶
func (*MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call) Run ¶
func (*MockSdkClientReadAuthorizationModelRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
type MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call ¶
MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientReadAuthorizationModelRequestInterface_GetBody_Call) RunAndReturn ¶
type MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call ¶
MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadAuthorizationModelRequestInterface_GetContext_Call
type MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call ¶
MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientReadAuthorizationModelRequestInterface_GetOptions_Call) RunAndReturn ¶
type MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call ¶
type MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call struct {
*mock.Call
}
MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadAuthorizationModelRequestInterface_GetStoreIdOverride_Call
type MockSdkClientReadAuthorizationModelRequestInterface_Options_Call ¶
MockSdkClientReadAuthorizationModelRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientReadAuthorizationModelRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientReadAuthorizationModelsRequestInterface ¶
MockSdkClientReadAuthorizationModelsRequestInterface is an autogenerated mock type for the SdkClientReadAuthorizationModelsRequestInterface type
func NewMockSdkClientReadAuthorizationModelsRequestInterface ¶
func NewMockSdkClientReadAuthorizationModelsRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientReadAuthorizationModelsRequestInterface
NewMockSdkClientReadAuthorizationModelsRequestInterface creates a new instance of MockSdkClientReadAuthorizationModelsRequestInterface. 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 (*MockSdkClientReadAuthorizationModelsRequestInterface) Execute ¶
func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) Execute() (*openfga.ReadAuthorizationModelsResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelsRequestInterface) GetContext ¶
func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelsRequestInterface) GetOptions ¶
func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) GetOptions() *client.ClientReadAuthorizationModelsOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelsRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientReadAuthorizationModelsRequestInterface) Options ¶
func (_m *MockSdkClientReadAuthorizationModelsRequestInterface) Options(options client.ClientReadAuthorizationModelsOptions) client.SdkClientReadAuthorizationModelsRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call ¶
MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadAuthorizationModelsResponse, error)) *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call
type MockSdkClientReadAuthorizationModelsRequestInterface_Expecter ¶
type MockSdkClientReadAuthorizationModelsRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) Execute() *MockSdkClientReadAuthorizationModelsRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetContext() *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetOptions() *MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientReadAuthorizationModelsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientReadAuthorizationModelsOptions
type MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call ¶
MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadAuthorizationModelsRequestInterface_GetContext_Call
type MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call ¶
MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientReadAuthorizationModelsRequestInterface_GetOptions_Call) RunAndReturn ¶
type MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call ¶
type MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call struct {
*mock.Call
}
MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadAuthorizationModelsRequestInterface_GetStoreIdOverride_Call
type MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call ¶
MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientReadAuthorizationModelsRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientReadChangesRequestInterface ¶
MockSdkClientReadChangesRequestInterface is an autogenerated mock type for the SdkClientReadChangesRequestInterface type
func NewMockSdkClientReadChangesRequestInterface ¶
func NewMockSdkClientReadChangesRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientReadChangesRequestInterface
NewMockSdkClientReadChangesRequestInterface creates a new instance of MockSdkClientReadChangesRequestInterface. 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 (*MockSdkClientReadChangesRequestInterface) Body ¶
func (_m *MockSdkClientReadChangesRequestInterface) Body(body client.ClientReadChangesRequest) client.SdkClientReadChangesRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientReadChangesRequestInterface) Execute ¶
func (_m *MockSdkClientReadChangesRequestInterface) Execute() (*openfga.ReadChangesResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientReadChangesRequestInterface) GetBody ¶
func (_m *MockSdkClientReadChangesRequestInterface) GetBody() *client.ClientReadChangesRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientReadChangesRequestInterface) GetContext ¶
func (_m *MockSdkClientReadChangesRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientReadChangesRequestInterface) GetOptions ¶
func (_m *MockSdkClientReadChangesRequestInterface) GetOptions() *client.ClientReadChangesOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientReadChangesRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientReadChangesRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientReadChangesRequestInterface) Options ¶
func (_m *MockSdkClientReadChangesRequestInterface) Options(options client.ClientReadChangesOptions) client.SdkClientReadChangesRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientReadChangesRequestInterface_Body_Call ¶
MockSdkClientReadChangesRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientReadChangesRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientReadChangesRequestInterface_Body_Call) Run(run func(body client.ClientReadChangesRequest)) *MockSdkClientReadChangesRequestInterface_Body_Call
func (*MockSdkClientReadChangesRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientReadChangesRequestInterface_Execute_Call ¶
MockSdkClientReadChangesRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientReadChangesRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientReadChangesRequestInterface_Execute_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_Execute_Call
func (*MockSdkClientReadChangesRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientReadChangesRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.ReadChangesResponse, error)) *MockSdkClientReadChangesRequestInterface_Execute_Call
type MockSdkClientReadChangesRequestInterface_Expecter ¶
type MockSdkClientReadChangesRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientReadChangesRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientReadChangesRequestInterface_Expecter) Body(body interface{}) *MockSdkClientReadChangesRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body client.ClientReadChangesRequest
func (*MockSdkClientReadChangesRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientReadChangesRequestInterface_Expecter) Execute() *MockSdkClientReadChangesRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientReadChangesRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetBody() *MockSdkClientReadChangesRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientReadChangesRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetContext() *MockSdkClientReadChangesRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientReadChangesRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetOptions() *MockSdkClientReadChangesRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientReadChangesRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientReadChangesRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadChangesRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientReadChangesRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadChangesRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientReadChangesOptions
type MockSdkClientReadChangesRequestInterface_GetBody_Call ¶
MockSdkClientReadChangesRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientReadChangesRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientReadChangesRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_GetBody_Call
func (*MockSdkClientReadChangesRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientReadChangesRequestInterface_GetBody_Call) RunAndReturn(run func() *client.ClientReadChangesRequest) *MockSdkClientReadChangesRequestInterface_GetBody_Call
type MockSdkClientReadChangesRequestInterface_GetContext_Call ¶
MockSdkClientReadChangesRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientReadChangesRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientReadChangesRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_GetContext_Call
func (*MockSdkClientReadChangesRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientReadChangesRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadChangesRequestInterface_GetContext_Call
type MockSdkClientReadChangesRequestInterface_GetOptions_Call ¶
MockSdkClientReadChangesRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientReadChangesRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientReadChangesRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientReadChangesRequestInterface_GetOptions_Call
func (*MockSdkClientReadChangesRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientReadChangesRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientReadChangesOptions) *MockSdkClientReadChangesRequestInterface_GetOptions_Call
type MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientReadChangesRequestInterface_GetStoreIdOverride_Call
type MockSdkClientReadChangesRequestInterface_Options_Call ¶
MockSdkClientReadChangesRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientReadChangesRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientReadChangesRequestInterface_Options_Call) Run(run func(options client.ClientReadChangesOptions)) *MockSdkClientReadChangesRequestInterface_Options_Call
func (*MockSdkClientReadChangesRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface ¶
MockSdkClientReadLatestAuthorizationModelRequestInterface is an autogenerated mock type for the SdkClientReadLatestAuthorizationModelRequestInterface type
func NewMockSdkClientReadLatestAuthorizationModelRequestInterface ¶
func NewMockSdkClientReadLatestAuthorizationModelRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientReadLatestAuthorizationModelRequestInterface
NewMockSdkClientReadLatestAuthorizationModelRequestInterface creates a new instance of MockSdkClientReadLatestAuthorizationModelRequestInterface. 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 (*MockSdkClientReadLatestAuthorizationModelRequestInterface) Execute ¶
func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) Execute() (*openfga.ReadAuthorizationModelResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) GetContext ¶
func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) GetOptions ¶
func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) GetOptions() *client.ClientReadLatestAuthorizationModelOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface) Options ¶
func (_m *MockSdkClientReadLatestAuthorizationModelRequestInterface) Options(options client.ClientReadLatestAuthorizationModelOptions) client.SdkClientReadLatestAuthorizationModelRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call ¶
MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call) RunAndReturn ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) Execute() *MockSdkClientReadLatestAuthorizationModelRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetContext() *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetOptions() *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientReadLatestAuthorizationModelRequestInterface_Expecter) Options(options interface{}) *MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientReadLatestAuthorizationModelOptions
type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call struct {
*mock.Call
}
MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientReadLatestAuthorizationModelRequestInterface_GetContext_Call
type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call struct {
*mock.Call
}
MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_GetOptions_Call) RunAndReturn ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call struct {
*mock.Call
}
MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
type MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call ¶
MockSdkClientReadLatestAuthorizationModelRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientReadLatestAuthorizationModelRequestInterface_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() (*openfga.ReadResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientReadRequestInterface) GetBody ¶
func (_m *MockSdkClientReadRequestInterface) GetBody() *client.ClientReadRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientReadRequestInterface) GetContext ¶
func (_m *MockSdkClientReadRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientReadRequestInterface) GetOptions ¶
func (_m *MockSdkClientReadRequestInterface) GetOptions() *client.ClientReadOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientReadRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientReadRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given 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 *openfga.ReadResponse, _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() (*openfga.ReadResponse, 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 MockSdkClientWriteAssertionsRequestInterface ¶
MockSdkClientWriteAssertionsRequestInterface is an autogenerated mock type for the SdkClientWriteAssertionsRequestInterface type
func NewMockSdkClientWriteAssertionsRequestInterface ¶
func NewMockSdkClientWriteAssertionsRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientWriteAssertionsRequestInterface
NewMockSdkClientWriteAssertionsRequestInterface creates a new instance of MockSdkClientWriteAssertionsRequestInterface. 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 (*MockSdkClientWriteAssertionsRequestInterface) Body ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) Body(body []client.ClientAssertion) client.SdkClientWriteAssertionsRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientWriteAssertionsRequestInterface) Execute ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) Execute() (*client.ClientWriteAssertionsResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientWriteAssertionsRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientWriteAssertionsRequestInterface) GetBody ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) GetBody() *[]client.ClientAssertion
GetBody provides a mock function with given fields:
func (*MockSdkClientWriteAssertionsRequestInterface) GetContext ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientWriteAssertionsRequestInterface) GetOptions ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) GetOptions() *client.ClientWriteAssertionsOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientWriteAssertionsRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientWriteAssertionsRequestInterface) Options ¶
func (_m *MockSdkClientWriteAssertionsRequestInterface) Options(options client.ClientWriteAssertionsOptions) client.SdkClientWriteAssertionsRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientWriteAssertionsRequestInterface_Body_Call ¶
MockSdkClientWriteAssertionsRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientWriteAssertionsRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_Body_Call) Run(run func(body []client.ClientAssertion)) *MockSdkClientWriteAssertionsRequestInterface_Body_Call
func (*MockSdkClientWriteAssertionsRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientWriteAssertionsRequestInterface_Execute_Call ¶
MockSdkClientWriteAssertionsRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientWriteAssertionsRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_Execute_Call) Run(run func()) *MockSdkClientWriteAssertionsRequestInterface_Execute_Call
func (*MockSdkClientWriteAssertionsRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteAssertionsResponse, error)) *MockSdkClientWriteAssertionsRequestInterface_Execute_Call
type MockSdkClientWriteAssertionsRequestInterface_Expecter ¶
type MockSdkClientWriteAssertionsRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteAssertionsRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body []client.ClientAssertion
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) Execute() *MockSdkClientWriteAssertionsRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) GetAuthorizationModelIdOverride ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetAuthorizationModelIdOverride() *MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call
GetAuthorizationModelIdOverride is a helper method to define mock.On call
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetBody() *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetContext() *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetOptions() *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientWriteAssertionsRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientWriteAssertionsRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteAssertionsRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientWriteAssertionsOptions
type MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call ¶
type MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call struct {
*mock.Call
}
MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAuthorizationModelIdOverride'
func (*MockSdkClientWriteAssertionsRequestInterface_GetAuthorizationModelIdOverride_Call) RunAndReturn ¶
type MockSdkClientWriteAssertionsRequestInterface_GetBody_Call ¶
MockSdkClientWriteAssertionsRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientWriteAssertionsRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
func (*MockSdkClientWriteAssertionsRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call) RunAndReturn(run func() *[]client.ClientAssertion) *MockSdkClientWriteAssertionsRequestInterface_GetBody_Call
type MockSdkClientWriteAssertionsRequestInterface_GetContext_Call ¶
MockSdkClientWriteAssertionsRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientWriteAssertionsRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteAssertionsRequestInterface_GetContext_Call
type MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call ¶
MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteAssertionsOptions) *MockSdkClientWriteAssertionsRequestInterface_GetOptions_Call
type MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call ¶
MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteAssertionsRequestInterface_GetStoreIdOverride_Call
type MockSdkClientWriteAssertionsRequestInterface_Options_Call ¶
MockSdkClientWriteAssertionsRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientWriteAssertionsRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientWriteAssertionsRequestInterface_Options_Call) Run(run func(options client.ClientWriteAssertionsOptions)) *MockSdkClientWriteAssertionsRequestInterface_Options_Call
func (*MockSdkClientWriteAssertionsRequestInterface_Options_Call) RunAndReturn ¶
type MockSdkClientWriteAuthorizationModelRequestInterface ¶
MockSdkClientWriteAuthorizationModelRequestInterface is an autogenerated mock type for the SdkClientWriteAuthorizationModelRequestInterface type
func NewMockSdkClientWriteAuthorizationModelRequestInterface ¶
func NewMockSdkClientWriteAuthorizationModelRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientWriteAuthorizationModelRequestInterface
NewMockSdkClientWriteAuthorizationModelRequestInterface creates a new instance of MockSdkClientWriteAuthorizationModelRequestInterface. 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 (*MockSdkClientWriteAuthorizationModelRequestInterface) Body ¶
func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) Body(body openfga.WriteAuthorizationModelRequest) client.SdkClientWriteAuthorizationModelRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientWriteAuthorizationModelRequestInterface) Execute ¶
func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) Execute() (*openfga.WriteAuthorizationModelResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientWriteAuthorizationModelRequestInterface) GetBody ¶
func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetBody() *openfga.WriteAuthorizationModelRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientWriteAuthorizationModelRequestInterface) GetContext ¶
func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientWriteAuthorizationModelRequestInterface) GetOptions ¶
func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetOptions() *client.ClientWriteAuthorizationModelOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientWriteAuthorizationModelRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given fields:
func (*MockSdkClientWriteAuthorizationModelRequestInterface) Options ¶
func (_m *MockSdkClientWriteAuthorizationModelRequestInterface) Options(options client.ClientWriteAuthorizationModelOptions) client.SdkClientWriteAuthorizationModelRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call ¶
MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call) RunAndReturn ¶
type MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call ¶
MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call) RunAndReturn(run func() (*openfga.WriteAuthorizationModelResponse, error)) *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call
type MockSdkClientWriteAuthorizationModelRequestInterface_Expecter ¶
type MockSdkClientWriteAuthorizationModelRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteAuthorizationModelRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body openfga.WriteAuthorizationModelRequest
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Execute() *MockSdkClientWriteAuthorizationModelRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetBody() *MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetContext() *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetOptions() *MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride ¶
func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) GetStoreIdOverride() *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call
GetStoreIdOverride is a helper method to define mock.On call
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientWriteAuthorizationModelRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientWriteAuthorizationModelOptions
type MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call ¶
MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientWriteAuthorizationModelRequestInterface_GetBody_Call) RunAndReturn ¶
type MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call ¶
MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteAuthorizationModelRequestInterface_GetContext_Call
type MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call ¶
MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientWriteAuthorizationModelRequestInterface_GetOptions_Call) RunAndReturn ¶
type MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call ¶
type MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call struct {
*mock.Call
}
MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetStoreIdOverride'
func (*MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call) RunAndReturn(run func() *string) *MockSdkClientWriteAuthorizationModelRequestInterface_GetStoreIdOverride_Call
type MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call ¶
MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientWriteAuthorizationModelRequestInterface_Options_Call) RunAndReturn ¶
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 given fields:
func (*MockSdkClientWriteRequestInterface) GetAuthorizationModelIdOverride ¶
func (_m *MockSdkClientWriteRequestInterface) GetAuthorizationModelIdOverride() *string
GetAuthorizationModelIdOverride provides a mock function with given fields:
func (*MockSdkClientWriteRequestInterface) GetBody ¶
func (_m *MockSdkClientWriteRequestInterface) GetBody() *client.ClientWriteRequest
GetBody provides a mock function with given fields:
func (*MockSdkClientWriteRequestInterface) GetContext ¶
func (_m *MockSdkClientWriteRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientWriteRequestInterface) GetOptions ¶
func (_m *MockSdkClientWriteRequestInterface) GetOptions() *client.ClientWriteOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientWriteRequestInterface) GetStoreIdOverride ¶
func (_m *MockSdkClientWriteRequestInterface) GetStoreIdOverride() *string
GetStoreIdOverride provides a mock function with given 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 MockSdkClientWriteTuplesRequestInterface ¶
MockSdkClientWriteTuplesRequestInterface is an autogenerated mock type for the SdkClientWriteTuplesRequestInterface type
func NewMockSdkClientWriteTuplesRequestInterface ¶
func NewMockSdkClientWriteTuplesRequestInterface(t interface { mock.TestingT Cleanup(func()) }) *MockSdkClientWriteTuplesRequestInterface
NewMockSdkClientWriteTuplesRequestInterface creates a new instance of MockSdkClientWriteTuplesRequestInterface. 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 (*MockSdkClientWriteTuplesRequestInterface) Body ¶
func (_m *MockSdkClientWriteTuplesRequestInterface) Body(body []openfga.TupleKey) client.SdkClientWriteTuplesRequestInterface
Body provides a mock function with given fields: body
func (*MockSdkClientWriteTuplesRequestInterface) Execute ¶
func (_m *MockSdkClientWriteTuplesRequestInterface) Execute() (*client.ClientWriteResponse, error)
Execute provides a mock function with given fields:
func (*MockSdkClientWriteTuplesRequestInterface) GetBody ¶
func (_m *MockSdkClientWriteTuplesRequestInterface) GetBody() *[]openfga.TupleKey
GetBody provides a mock function with given fields:
func (*MockSdkClientWriteTuplesRequestInterface) GetContext ¶
func (_m *MockSdkClientWriteTuplesRequestInterface) GetContext() context.Context
GetContext provides a mock function with given fields:
func (*MockSdkClientWriteTuplesRequestInterface) GetOptions ¶
func (_m *MockSdkClientWriteTuplesRequestInterface) GetOptions() *client.ClientWriteOptions
GetOptions provides a mock function with given fields:
func (*MockSdkClientWriteTuplesRequestInterface) Options ¶
func (_m *MockSdkClientWriteTuplesRequestInterface) Options(options client.ClientWriteOptions) client.SdkClientWriteTuplesRequestInterface
Options provides a mock function with given fields: options
type MockSdkClientWriteTuplesRequestInterface_Body_Call ¶
MockSdkClientWriteTuplesRequestInterface_Body_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Body'
func (*MockSdkClientWriteTuplesRequestInterface_Body_Call) Run ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_Body_Call) Run(run func(body []openfga.TupleKey)) *MockSdkClientWriteTuplesRequestInterface_Body_Call
func (*MockSdkClientWriteTuplesRequestInterface_Body_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_Body_Call) RunAndReturn(run func([]openfga.TupleKey) client.SdkClientWriteTuplesRequestInterface) *MockSdkClientWriteTuplesRequestInterface_Body_Call
type MockSdkClientWriteTuplesRequestInterface_Execute_Call ¶
MockSdkClientWriteTuplesRequestInterface_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*MockSdkClientWriteTuplesRequestInterface_Execute_Call) Return ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_Execute_Call) Return(_a0 *client.ClientWriteResponse, _a1 error) *MockSdkClientWriteTuplesRequestInterface_Execute_Call
func (*MockSdkClientWriteTuplesRequestInterface_Execute_Call) Run ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_Execute_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_Execute_Call
func (*MockSdkClientWriteTuplesRequestInterface_Execute_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_Execute_Call) RunAndReturn(run func() (*client.ClientWriteResponse, error)) *MockSdkClientWriteTuplesRequestInterface_Execute_Call
type MockSdkClientWriteTuplesRequestInterface_Expecter ¶
type MockSdkClientWriteTuplesRequestInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockSdkClientWriteTuplesRequestInterface_Expecter) Body ¶
func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) Body(body interface{}) *MockSdkClientWriteTuplesRequestInterface_Body_Call
Body is a helper method to define mock.On call
- body []openfga.TupleKey
func (*MockSdkClientWriteTuplesRequestInterface_Expecter) Execute ¶
func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) Execute() *MockSdkClientWriteTuplesRequestInterface_Execute_Call
Execute is a helper method to define mock.On call
func (*MockSdkClientWriteTuplesRequestInterface_Expecter) GetBody ¶
func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) GetBody() *MockSdkClientWriteTuplesRequestInterface_GetBody_Call
GetBody is a helper method to define mock.On call
func (*MockSdkClientWriteTuplesRequestInterface_Expecter) GetContext ¶
func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) GetContext() *MockSdkClientWriteTuplesRequestInterface_GetContext_Call
GetContext is a helper method to define mock.On call
func (*MockSdkClientWriteTuplesRequestInterface_Expecter) GetOptions ¶
func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) GetOptions() *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
GetOptions is a helper method to define mock.On call
func (*MockSdkClientWriteTuplesRequestInterface_Expecter) Options ¶
func (_e *MockSdkClientWriteTuplesRequestInterface_Expecter) Options(options interface{}) *MockSdkClientWriteTuplesRequestInterface_Options_Call
Options is a helper method to define mock.On call
- options client.ClientWriteOptions
type MockSdkClientWriteTuplesRequestInterface_GetBody_Call ¶
MockSdkClientWriteTuplesRequestInterface_GetBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBody'
func (*MockSdkClientWriteTuplesRequestInterface_GetBody_Call) Run ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_GetBody_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_GetBody_Call
func (*MockSdkClientWriteTuplesRequestInterface_GetBody_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_GetBody_Call) RunAndReturn(run func() *[]openfga.TupleKey) *MockSdkClientWriteTuplesRequestInterface_GetBody_Call
type MockSdkClientWriteTuplesRequestInterface_GetContext_Call ¶
MockSdkClientWriteTuplesRequestInterface_GetContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetContext'
func (*MockSdkClientWriteTuplesRequestInterface_GetContext_Call) Run ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_GetContext_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_GetContext_Call
func (*MockSdkClientWriteTuplesRequestInterface_GetContext_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_GetContext_Call) RunAndReturn(run func() context.Context) *MockSdkClientWriteTuplesRequestInterface_GetContext_Call
type MockSdkClientWriteTuplesRequestInterface_GetOptions_Call ¶
MockSdkClientWriteTuplesRequestInterface_GetOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOptions'
func (*MockSdkClientWriteTuplesRequestInterface_GetOptions_Call) Run ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call) Run(run func()) *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
func (*MockSdkClientWriteTuplesRequestInterface_GetOptions_Call) RunAndReturn ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call) RunAndReturn(run func() *client.ClientWriteOptions) *MockSdkClientWriteTuplesRequestInterface_GetOptions_Call
type MockSdkClientWriteTuplesRequestInterface_Options_Call ¶
MockSdkClientWriteTuplesRequestInterface_Options_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Options'
func (*MockSdkClientWriteTuplesRequestInterface_Options_Call) Run ¶
func (_c *MockSdkClientWriteTuplesRequestInterface_Options_Call) Run(run func(options client.ClientWriteOptions)) *MockSdkClientWriteTuplesRequestInterface_Options_Call
func (*MockSdkClientWriteTuplesRequestInterface_Options_Call) RunAndReturn ¶
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.ClientBatchCheckSingleResponse, _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.ClientBatchCheckSingleResponse, 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 *openfga.CreateStoreResponse, _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) (*openfga.CreateStoreResponse, 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 *openfga.ExpandResponse, _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) (*openfga.ExpandResponse, 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 *openfga.GetStoreResponse, _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) (*openfga.GetStoreResponse, 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 *openfga.ListObjectsResponse, _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) (*openfga.ListObjectsResponse, 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 *openfga.ListStoresResponse, _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) (*openfga.ListStoresResponse, 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 *openfga.ListUsersResponse, _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) (*openfga.ListUsersResponse, 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 *openfga.ReadAssertionsResponse, _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) (*openfga.ReadAssertionsResponse, 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 *openfga.ReadChangesResponse, _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) (*openfga.ReadChangesResponse, 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 *openfga.ReadResponse, _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) (*openfga.ReadResponse, 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_SdkClientCreateStoreRequestInterface.go
- mock_SdkClientDeleteStoreRequestInterface.go
- mock_SdkClientDeleteTuplesRequestInterface.go
- mock_SdkClientExpandRequestInterface.go
- mock_SdkClientGetStoreRequestInterface.go
- mock_SdkClientListObjectsRequestInterface.go
- mock_SdkClientListRelationsRequestInterface.go
- mock_SdkClientListStoresRequestInterface.go
- mock_SdkClientListUsersRequestInterface.go
- mock_SdkClientReadAssertionsRequestInterface.go
- mock_SdkClientReadAuthorizationModelRequestInterface.go
- mock_SdkClientReadAuthorizationModelsRequestInterface.go
- mock_SdkClientReadChangesRequestInterface.go
- mock_SdkClientReadLatestAuthorizationModelRequestInterface.go
- mock_SdkClientReadRequestInterface.go
- mock_SdkClientWriteAssertionsRequestInterface.go
- mock_SdkClientWriteAuthorizationModelRequestInterface.go
- mock_SdkClientWriteRequestInterface.go
- mock_SdkClientWriteTuplesRequestInterface.go