Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockActionAPI
- func (m *MockActionAPI) Bindings(ctx context.Context, triggerID string, opts ...management.RequestOption) (*management.ActionBindingList, error)
- func (m *MockActionAPI) Create(ctx context.Context, a *management.Action, opts ...management.RequestOption) error
- func (m *MockActionAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockActionAPI) Deploy(ctx context.Context, id string, opts ...management.RequestOption) (*management.ActionVersion, error)
- func (m *MockActionAPI) EXPECT() *MockActionAPIMockRecorder
- func (m *MockActionAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ActionList, error)
- func (m *MockActionAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Action, error)
- func (m *MockActionAPI) Triggers(ctx context.Context, opts ...management.RequestOption) (*management.ActionTriggerList, error)
- func (m *MockActionAPI) Update(ctx context.Context, id string, a *management.Action, ...) error
- type MockActionAPIMockRecorder
- func (mr *MockActionAPIMockRecorder) Bindings(ctx, triggerID interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockActionAPIMockRecorder) Create(ctx, a interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockActionAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockActionAPIMockRecorder) Deploy(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockActionAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockActionAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockActionAPIMockRecorder) Triggers(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockActionAPIMockRecorder) Update(ctx, id, a interface{}, opts ...interface{}) *gomock.Call
- type MockBrandingAPI
- func (m *MockBrandingAPI) CreatePhoneProvider(ctx context.Context, pp *management.BrandingPhoneProvider, ...) error
- func (m *MockBrandingAPI) DeletePhoneProvider(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockBrandingAPI) DeleteUniversalLogin(ctx context.Context, opts ...management.RequestOption) error
- func (m *MockBrandingAPI) EXPECT() *MockBrandingAPIMockRecorder
- func (m *MockBrandingAPI) ListPhoneProviders(ctx context.Context, opts ...management.RequestOption) (*management.BrandingPhoneProviderList, error)
- func (m *MockBrandingAPI) Read(ctx context.Context, opts ...management.RequestOption) (*management.Branding, error)
- func (m *MockBrandingAPI) ReadPhoneProvider(ctx context.Context, id string, opts ...management.RequestOption) (*management.BrandingPhoneProvider, error)
- func (m *MockBrandingAPI) SetUniversalLogin(ctx context.Context, ul *management.BrandingUniversalLogin, ...) error
- func (m *MockBrandingAPI) UniversalLogin(ctx context.Context, opts ...management.RequestOption) (*management.BrandingUniversalLogin, error)
- func (m *MockBrandingAPI) Update(ctx context.Context, t *management.Branding, opts ...management.RequestOption) error
- func (m *MockBrandingAPI) UpdatePhoneProvider(ctx context.Context, id string, pp *management.BrandingPhoneProvider, ...) error
- type MockBrandingAPIMockRecorder
- func (mr *MockBrandingAPIMockRecorder) CreatePhoneProvider(ctx, pp interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) DeletePhoneProvider(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) DeleteUniversalLogin(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) ListPhoneProviders(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) Read(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) ReadPhoneProvider(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) SetUniversalLogin(ctx, ul interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) UniversalLogin(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) Update(ctx, t interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingAPIMockRecorder) UpdatePhoneProvider(ctx, id, pp interface{}, opts ...interface{}) *gomock.Call
- type MockBrandingThemeAPI
- func (m *MockBrandingThemeAPI) Create(ctx context.Context, theme *management.BrandingTheme, ...) error
- func (m *MockBrandingThemeAPI) Default(ctx context.Context, opts ...management.RequestOption) (*management.BrandingTheme, error)
- func (m *MockBrandingThemeAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockBrandingThemeAPI) EXPECT() *MockBrandingThemeAPIMockRecorder
- func (m *MockBrandingThemeAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.BrandingTheme, error)
- func (m *MockBrandingThemeAPI) Update(ctx context.Context, id string, theme *management.BrandingTheme, ...) error
- type MockBrandingThemeAPIMockRecorder
- func (mr *MockBrandingThemeAPIMockRecorder) Create(ctx, theme interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingThemeAPIMockRecorder) Default(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingThemeAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingThemeAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockBrandingThemeAPIMockRecorder) Update(ctx, id, theme interface{}, opts ...interface{}) *gomock.Call
- type MockClientAPI
- func (m *MockClientAPI) Create(ctx context.Context, c *management.Client, opts ...management.RequestOption) error
- func (m *MockClientAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockClientAPI) EXPECT() *MockClientAPIMockRecorder
- func (m *MockClientAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ClientList, error)
- func (m *MockClientAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Client, error)
- func (m *MockClientAPI) RotateSecret(ctx context.Context, id string, opts ...management.RequestOption) (*management.Client, error)
- func (m *MockClientAPI) Update(ctx context.Context, id string, c *management.Client, ...) error
- type MockClientAPIMockRecorder
- func (mr *MockClientAPIMockRecorder) Create(ctx, c interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientAPIMockRecorder) RotateSecret(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientAPIMockRecorder) Update(ctx, id, c interface{}, opts ...interface{}) *gomock.Call
- type MockClientGrantAPI
- type MockClientGrantAPIMockRecorder
- type MockConnectionAPI
- func (m *MockConnectionAPI) Create(ctx context.Context, c *management.Connection, ...) error
- func (m *MockConnectionAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockConnectionAPI) EXPECT() *MockConnectionAPIMockRecorder
- func (m *MockConnectionAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ConnectionList, error)
- func (m *MockConnectionAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Connection, error)
- func (m *MockConnectionAPI) ReadByName(ctx context.Context, id string, opts ...management.RequestOption) (*management.Connection, error)
- func (m *MockConnectionAPI) Update(ctx context.Context, id string, c *management.Connection, ...) error
- type MockConnectionAPIMockRecorder
- func (mr *MockConnectionAPIMockRecorder) Create(ctx, c interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockConnectionAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockConnectionAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockConnectionAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockConnectionAPIMockRecorder) ReadByName(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockConnectionAPIMockRecorder) Update(ctx, id, c interface{}, opts ...interface{}) *gomock.Call
- type MockCustomDomainAPI
- func (m *MockCustomDomainAPI) Create(ctx context.Context, c *management.CustomDomain, ...) error
- func (m *MockCustomDomainAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockCustomDomainAPI) EXPECT() *MockCustomDomainAPIMockRecorder
- func (m *MockCustomDomainAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.CustomDomain, error)
- func (m *MockCustomDomainAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.CustomDomain, error)
- func (m *MockCustomDomainAPI) Update(ctx context.Context, id string, c *management.CustomDomain, ...) error
- func (m *MockCustomDomainAPI) Verify(ctx context.Context, id string, opts ...management.RequestOption) (*management.CustomDomain, error)
- type MockCustomDomainAPIMockRecorder
- func (mr *MockCustomDomainAPIMockRecorder) Create(ctx, c interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCustomDomainAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCustomDomainAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCustomDomainAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCustomDomainAPIMockRecorder) Update(ctx, id, c interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCustomDomainAPIMockRecorder) Verify(ctx, id interface{}, opts ...interface{}) *gomock.Call
- type MockEmailProviderAPI
- func (m *MockEmailProviderAPI) Create(ctx context.Context, ep *management.EmailProvider, ...) error
- func (m *MockEmailProviderAPI) Delete(ctx context.Context, opts ...management.RequestOption) error
- func (m *MockEmailProviderAPI) EXPECT() *MockEmailProviderAPIMockRecorder
- func (m *MockEmailProviderAPI) Read(ctx context.Context, opts ...management.RequestOption) (*management.EmailProvider, error)
- func (m *MockEmailProviderAPI) Update(ctx context.Context, ep *management.EmailProvider, ...) error
- type MockEmailProviderAPIMockRecorder
- func (mr *MockEmailProviderAPIMockRecorder) Create(ctx, ep interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEmailProviderAPIMockRecorder) Delete(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEmailProviderAPIMockRecorder) Read(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEmailProviderAPIMockRecorder) Update(ctx, ep interface{}, opts ...interface{}) *gomock.Call
- type MockEmailTemplateAPI
- func (m *MockEmailTemplateAPI) Create(ctx context.Context, template *management.EmailTemplate, ...) error
- func (m *MockEmailTemplateAPI) EXPECT() *MockEmailTemplateAPIMockRecorder
- func (m *MockEmailTemplateAPI) Read(ctx context.Context, template string, opts ...management.RequestOption) (*management.EmailTemplate, error)
- func (m *MockEmailTemplateAPI) Update(ctx context.Context, template string, e *management.EmailTemplate, ...) error
- type MockEmailTemplateAPIMockRecorder
- func (mr *MockEmailTemplateAPIMockRecorder) Create(ctx, template interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEmailTemplateAPIMockRecorder) Read(ctx, template interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEmailTemplateAPIMockRecorder) Update(ctx, template, e interface{}, opts ...interface{}) *gomock.Call
- type MockEventStreamAPI
- func (m *MockEventStreamAPI) Create(ctx context.Context, e *management.EventStream, ...) error
- func (m *MockEventStreamAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockEventStreamAPI) EXPECT() *MockEventStreamAPIMockRecorder
- func (m *MockEventStreamAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.EventStreamList, error)
- func (m *MockEventStreamAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.EventStream, error)
- func (m *MockEventStreamAPI) Update(ctx context.Context, id string, e *management.EventStream, ...) error
- type MockEventStreamAPIMockRecorder
- func (mr *MockEventStreamAPIMockRecorder) Create(ctx, e interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEventStreamAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEventStreamAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEventStreamAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockEventStreamAPIMockRecorder) Update(ctx, id, e interface{}, opts ...interface{}) *gomock.Call
- type MockFlowAPI
- func (m *MockFlowAPI) Create(ctx context.Context, r *management.Flow, opts ...management.RequestOption) error
- func (m *MockFlowAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockFlowAPI) EXPECT() *MockFlowAPIMockRecorder
- func (m *MockFlowAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.FlowList, error)
- func (m *MockFlowAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Flow, error)
- func (m *MockFlowAPI) Update(ctx context.Context, id string, r *management.Flow, ...) error
- type MockFlowAPIMockRecorder
- func (mr *MockFlowAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
- type MockFlowVaultConnectionAPI
- func (m *MockFlowVaultConnectionAPI) CreateConnection(ctx context.Context, r *management.FlowVaultConnection, ...) error
- func (m *MockFlowVaultConnectionAPI) DeleteConnection(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockFlowVaultConnectionAPI) EXPECT() *MockFlowVaultConnectionAPIMockRecorder
- func (m *MockFlowVaultConnectionAPI) GetConnection(ctx context.Context, id string, opts ...management.RequestOption) (*management.FlowVaultConnection, error)
- func (m *MockFlowVaultConnectionAPI) GetConnectionList(ctx context.Context, opts ...management.RequestOption) (*management.FlowVaultConnectionList, error)
- func (m *MockFlowVaultConnectionAPI) UpdateConnection(ctx context.Context, id string, r *management.FlowVaultConnection, ...) error
- type MockFlowVaultConnectionAPIMockRecorder
- func (mr *MockFlowVaultConnectionAPIMockRecorder) CreateConnection(ctx, r interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowVaultConnectionAPIMockRecorder) DeleteConnection(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowVaultConnectionAPIMockRecorder) GetConnection(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowVaultConnectionAPIMockRecorder) GetConnectionList(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFlowVaultConnectionAPIMockRecorder) UpdateConnection(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
- type MockFormAPI
- func (m *MockFormAPI) Create(ctx context.Context, r *management.Form, opts ...management.RequestOption) error
- func (m *MockFormAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockFormAPI) EXPECT() *MockFormAPIMockRecorder
- func (m *MockFormAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.FormList, error)
- func (m *MockFormAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Form, error)
- func (m *MockFormAPI) Update(ctx context.Context, id string, r *management.Form, ...) error
- type MockFormAPIMockRecorder
- func (mr *MockFormAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFormAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFormAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFormAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockFormAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
- type MockLogAPI
- func (m *MockLogAPI) EXPECT() *MockLogAPIMockRecorder
- func (m *MockLogAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.Log, error)
- func (m *MockLogAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Log, error)
- func (m *MockLogAPI) Search(ctx context.Context, opts ...management.RequestOption) ([]*management.Log, error)
- type MockLogAPIMockRecorder
- type MockLogStreamAPI
- func (m *MockLogStreamAPI) Create(ctx context.Context, ls *management.LogStream, ...) error
- func (m *MockLogStreamAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockLogStreamAPI) EXPECT() *MockLogStreamAPIMockRecorder
- func (m *MockLogStreamAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.LogStream, error)
- func (m *MockLogStreamAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.LogStream, error)
- func (m *MockLogStreamAPI) Update(ctx context.Context, id string, ls *management.LogStream, ...) error
- type MockLogStreamAPIMockRecorder
- func (mr *MockLogStreamAPIMockRecorder) Create(ctx, ls interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLogStreamAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLogStreamAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLogStreamAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLogStreamAPIMockRecorder) Update(ctx, id, ls interface{}, opts ...interface{}) *gomock.Call
- type MockNetworkACLAPI
- func (m *MockNetworkACLAPI) Create(ctx context.Context, n *management.NetworkACL, ...) error
- func (m *MockNetworkACLAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockNetworkACLAPI) EXPECT() *MockNetworkACLAPIMockRecorder
- func (m *MockNetworkACLAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.NetworkACL, error)
- func (m *MockNetworkACLAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.NetworkACL, error)
- func (m *MockNetworkACLAPI) Update(ctx context.Context, id string, n *management.NetworkACL, ...) error
- type MockNetworkACLAPIMockRecorder
- func (mr *MockNetworkACLAPIMockRecorder) Create(ctx, n interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNetworkACLAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNetworkACLAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNetworkACLAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockNetworkACLAPIMockRecorder) Update(ctx, id, n interface{}, opts ...interface{}) *gomock.Call
- type MockOrganizationAPI
- func (m *MockOrganizationAPI) Connections(ctx context.Context, id string, opts ...management.RequestOption) (*management.OrganizationConnectionList, error)
- func (m *MockOrganizationAPI) Create(ctx context.Context, o *management.Organization, ...) error
- func (m *MockOrganizationAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockOrganizationAPI) EXPECT() *MockOrganizationAPIMockRecorder
- func (m *MockOrganizationAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.OrganizationList, error)
- func (m *MockOrganizationAPI) MemberRoles(ctx context.Context, id, userID string, opts ...management.RequestOption) (*management.OrganizationMemberRoleList, error)
- func (m *MockOrganizationAPI) Members(ctx context.Context, id string, opts ...management.RequestOption) (*management.OrganizationMemberList, error)
- func (m *MockOrganizationAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Organization, error)
- func (m *MockOrganizationAPI) Update(ctx context.Context, id string, o *management.Organization, ...) error
- type MockOrganizationAPIMockRecorder
- func (mr *MockOrganizationAPIMockRecorder) Connections(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockOrganizationAPIMockRecorder) Create(ctx, o interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockOrganizationAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockOrganizationAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockOrganizationAPIMockRecorder) MemberRoles(ctx, id, userID interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockOrganizationAPIMockRecorder) Members(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockOrganizationAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockOrganizationAPIMockRecorder) Update(ctx, id, o interface{}, opts ...interface{}) *gomock.Call
- type MockPromptAPI
- func (m *MockPromptAPI) CustomText(ctx context.Context, p, l string, opts ...management.RequestOption) (map[string]interface{}, error)
- func (m *MockPromptAPI) EXPECT() *MockPromptAPIMockRecorder
- func (m *MockPromptAPI) GetPartials(ctx context.Context, prompt management.PromptType, ...) (*management.PromptScreenPartials, error)
- func (m *MockPromptAPI) Read(ctx context.Context, opts ...management.RequestOption) (*management.Prompt, error)
- func (m *MockPromptAPI) ReadRendering(ctx context.Context, prompt management.PromptType, ...) (*management.PromptRendering, error)
- func (m *MockPromptAPI) SetCustomText(ctx context.Context, p, l string, b map[string]interface{}, ...) error
- func (m *MockPromptAPI) SetPartials(ctx context.Context, prompt management.PromptType, ...) error
- func (m *MockPromptAPI) Update(ctx context.Context, p *management.Prompt, opts ...management.RequestOption) error
- func (m *MockPromptAPI) UpdateRendering(ctx context.Context, prompt management.PromptType, ...) error
- type MockPromptAPIMockRecorder
- func (mr *MockPromptAPIMockRecorder) CustomText(ctx, p, l interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPromptAPIMockRecorder) GetPartials(ctx, prompt interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPromptAPIMockRecorder) Read(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPromptAPIMockRecorder) ReadRendering(ctx, prompt, screen interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPromptAPIMockRecorder) SetCustomText(ctx, p, l, b interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPromptAPIMockRecorder) SetPartials(ctx, prompt, c interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPromptAPIMockRecorder) Update(ctx, p interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPromptAPIMockRecorder) UpdateRendering(ctx, prompt, screen, c interface{}, opts ...interface{}) *gomock.Call
- type MockResourceServerAPI
- func (m *MockResourceServerAPI) Create(ctx context.Context, rs *management.ResourceServer, ...) error
- func (m *MockResourceServerAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockResourceServerAPI) EXPECT() *MockResourceServerAPIMockRecorder
- func (m *MockResourceServerAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ResourceServerList, error)
- func (m *MockResourceServerAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.ResourceServer, error)
- func (m *MockResourceServerAPI) Update(ctx context.Context, id string, rs *management.ResourceServer, ...) error
- type MockResourceServerAPIMockRecorder
- func (mr *MockResourceServerAPIMockRecorder) Create(ctx, rs interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockResourceServerAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockResourceServerAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockResourceServerAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockResourceServerAPIMockRecorder) Update(ctx, id, rs interface{}, opts ...interface{}) *gomock.Call
- type MockRoleAPI
- func (m *MockRoleAPI) AssociatePermissions(ctx context.Context, id string, permissions []*management.Permission, ...) error
- func (m *MockRoleAPI) Create(ctx context.Context, r *management.Role, opts ...management.RequestOption) error
- func (m *MockRoleAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockRoleAPI) EXPECT() *MockRoleAPIMockRecorder
- func (m *MockRoleAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.RoleList, error)
- func (m *MockRoleAPI) Permissions(ctx context.Context, id string, opts ...management.RequestOption) (*management.PermissionList, error)
- func (m *MockRoleAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Role, error)
- func (m *MockRoleAPI) RemovePermissions(ctx context.Context, id string, permissions []*management.Permission, ...) error
- func (m *MockRoleAPI) Update(ctx context.Context, id string, r *management.Role, ...) error
- type MockRoleAPIMockRecorder
- func (mr *MockRoleAPIMockRecorder) AssociatePermissions(ctx, id, permissions interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRoleAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRoleAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRoleAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRoleAPIMockRecorder) Permissions(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRoleAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRoleAPIMockRecorder) RemovePermissions(ctx, id, permissions interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRoleAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
- type MockRuleAPI
- func (m *MockRuleAPI) Create(ctx context.Context, r *management.Rule, opts ...management.RequestOption) error
- func (m *MockRuleAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockRuleAPI) EXPECT() *MockRuleAPIMockRecorder
- func (m *MockRuleAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.RuleList, error)
- func (m *MockRuleAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Rule, error)
- func (m *MockRuleAPI) Update(ctx context.Context, id string, r *management.Rule, ...) error
- type MockRuleAPIMockRecorder
- func (mr *MockRuleAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuleAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuleAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuleAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuleAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
- type MockTenantAPI
- type MockTenantAPIMockRecorder
- type MockUserAPI
- func (m *MockUserAPI) AssignRoles(ctx context.Context, id string, roles []*management.Role, ...) error
- func (m *MockUserAPI) Blocks(ctx context.Context, id string, opts ...management.RequestOption) ([]*management.UserBlock, error)
- func (m *MockUserAPI) BlocksByIdentifier(ctx context.Context, identifier string, opts ...management.RequestOption) ([]*management.UserBlock, error)
- func (m *MockUserAPI) Create(ctx context.Context, u *management.User, opts ...management.RequestOption) error
- func (m *MockUserAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockUserAPI) EXPECT() *MockUserAPIMockRecorder
- func (m *MockUserAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.UserList, error)
- func (m *MockUserAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.User, error)
- func (m *MockUserAPI) RemoveRoles(ctx context.Context, id string, roles []*management.Role, ...) error
- func (m *MockUserAPI) Roles(ctx context.Context, id string, opts ...management.RequestOption) (*management.RoleList, error)
- func (m *MockUserAPI) Search(ctx context.Context, opts ...management.RequestOption) (*management.UserList, error)
- func (m *MockUserAPI) Unblock(ctx context.Context, id string, opts ...management.RequestOption) error
- func (m *MockUserAPI) UnblockByIdentifier(ctx context.Context, identifier string, opts ...management.RequestOption) error
- func (m *MockUserAPI) Update(ctx context.Context, id string, u *management.User, ...) error
- type MockUserAPIMockRecorder
- func (mr *MockUserAPIMockRecorder) AssignRoles(ctx, id, roles interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Blocks(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) BlocksByIdentifier(ctx, identifier interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Create(ctx, u interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) RemoveRoles(ctx, id, roles interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Roles(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Search(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Unblock(ctx, id interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) UnblockByIdentifier(ctx, identifier interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockUserAPIMockRecorder) Update(ctx, id, u interface{}, opts ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockActionAPI ¶
type MockActionAPI struct {
// contains filtered or unexported fields
}
MockActionAPI is a mock of ActionAPI interface.
func NewMockActionAPI ¶
func NewMockActionAPI(ctrl *gomock.Controller) *MockActionAPI
NewMockActionAPI creates a new mock instance.
func (*MockActionAPI) Bindings ¶ added in v1.1.0
func (m *MockActionAPI) Bindings(ctx context.Context, triggerID string, opts ...management.RequestOption) (*management.ActionBindingList, error)
Bindings mocks base method.
func (*MockActionAPI) Create ¶
func (m *MockActionAPI) Create(ctx context.Context, a *management.Action, opts ...management.RequestOption) error
Create mocks base method.
func (*MockActionAPI) Delete ¶
func (m *MockActionAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockActionAPI) Deploy ¶
func (m *MockActionAPI) Deploy(ctx context.Context, id string, opts ...management.RequestOption) (*management.ActionVersion, error)
Deploy mocks base method.
func (*MockActionAPI) EXPECT ¶
func (m *MockActionAPI) EXPECT() *MockActionAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockActionAPI) List ¶
func (m *MockActionAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ActionList, error)
List mocks base method.
func (*MockActionAPI) Read ¶
func (m *MockActionAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Action, error)
Read mocks base method.
func (*MockActionAPI) Triggers ¶
func (m *MockActionAPI) Triggers(ctx context.Context, opts ...management.RequestOption) (*management.ActionTriggerList, error)
Triggers mocks base method.
func (*MockActionAPI) Update ¶
func (m *MockActionAPI) Update(ctx context.Context, id string, a *management.Action, opts ...management.RequestOption) error
Update mocks base method.
type MockActionAPIMockRecorder ¶
type MockActionAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockActionAPIMockRecorder is the mock recorder for MockActionAPI.
func (*MockActionAPIMockRecorder) Bindings ¶ added in v1.1.0
func (mr *MockActionAPIMockRecorder) Bindings(ctx, triggerID interface{}, opts ...interface{}) *gomock.Call
Bindings indicates an expected call of Bindings.
func (*MockActionAPIMockRecorder) Create ¶
func (mr *MockActionAPIMockRecorder) Create(ctx, a interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockActionAPIMockRecorder) Delete ¶
func (mr *MockActionAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockActionAPIMockRecorder) Deploy ¶
func (mr *MockActionAPIMockRecorder) Deploy(ctx, id interface{}, opts ...interface{}) *gomock.Call
Deploy indicates an expected call of Deploy.
func (*MockActionAPIMockRecorder) List ¶
func (mr *MockActionAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockActionAPIMockRecorder) Read ¶
func (mr *MockActionAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockActionAPIMockRecorder) Triggers ¶
func (mr *MockActionAPIMockRecorder) Triggers(ctx interface{}, opts ...interface{}) *gomock.Call
Triggers indicates an expected call of Triggers.
func (*MockActionAPIMockRecorder) Update ¶
func (mr *MockActionAPIMockRecorder) Update(ctx, id, a interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockBrandingAPI ¶
type MockBrandingAPI struct {
// contains filtered or unexported fields
}
MockBrandingAPI is a mock of BrandingAPI interface.
func NewMockBrandingAPI ¶
func NewMockBrandingAPI(ctrl *gomock.Controller) *MockBrandingAPI
NewMockBrandingAPI creates a new mock instance.
func (*MockBrandingAPI) CreatePhoneProvider ¶ added in v1.10.0
func (m *MockBrandingAPI) CreatePhoneProvider(ctx context.Context, pp *management.BrandingPhoneProvider, opts ...management.RequestOption) error
CreatePhoneProvider mocks base method.
func (*MockBrandingAPI) DeletePhoneProvider ¶ added in v1.10.0
func (m *MockBrandingAPI) DeletePhoneProvider(ctx context.Context, id string, opts ...management.RequestOption) error
DeletePhoneProvider mocks base method.
func (*MockBrandingAPI) DeleteUniversalLogin ¶
func (m *MockBrandingAPI) DeleteUniversalLogin(ctx context.Context, opts ...management.RequestOption) error
DeleteUniversalLogin mocks base method.
func (*MockBrandingAPI) EXPECT ¶
func (m *MockBrandingAPI) EXPECT() *MockBrandingAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBrandingAPI) ListPhoneProviders ¶ added in v1.10.0
func (m *MockBrandingAPI) ListPhoneProviders(ctx context.Context, opts ...management.RequestOption) (*management.BrandingPhoneProviderList, error)
ListPhoneProviders mocks base method.
func (*MockBrandingAPI) Read ¶
func (m *MockBrandingAPI) Read(ctx context.Context, opts ...management.RequestOption) (*management.Branding, error)
Read mocks base method.
func (*MockBrandingAPI) ReadPhoneProvider ¶ added in v1.10.0
func (m *MockBrandingAPI) ReadPhoneProvider(ctx context.Context, id string, opts ...management.RequestOption) (*management.BrandingPhoneProvider, error)
ReadPhoneProvider mocks base method.
func (*MockBrandingAPI) SetUniversalLogin ¶
func (m *MockBrandingAPI) SetUniversalLogin(ctx context.Context, ul *management.BrandingUniversalLogin, opts ...management.RequestOption) error
SetUniversalLogin mocks base method.
func (*MockBrandingAPI) UniversalLogin ¶
func (m *MockBrandingAPI) UniversalLogin(ctx context.Context, opts ...management.RequestOption) (*management.BrandingUniversalLogin, error)
UniversalLogin mocks base method.
func (*MockBrandingAPI) Update ¶
func (m *MockBrandingAPI) Update(ctx context.Context, t *management.Branding, opts ...management.RequestOption) error
Update mocks base method.
func (*MockBrandingAPI) UpdatePhoneProvider ¶ added in v1.10.0
func (m *MockBrandingAPI) UpdatePhoneProvider(ctx context.Context, id string, pp *management.BrandingPhoneProvider, opts ...management.RequestOption) error
UpdatePhoneProvider mocks base method.
type MockBrandingAPIMockRecorder ¶
type MockBrandingAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockBrandingAPIMockRecorder is the mock recorder for MockBrandingAPI.
func (*MockBrandingAPIMockRecorder) CreatePhoneProvider ¶ added in v1.10.0
func (mr *MockBrandingAPIMockRecorder) CreatePhoneProvider(ctx, pp interface{}, opts ...interface{}) *gomock.Call
CreatePhoneProvider indicates an expected call of CreatePhoneProvider.
func (*MockBrandingAPIMockRecorder) DeletePhoneProvider ¶ added in v1.10.0
func (mr *MockBrandingAPIMockRecorder) DeletePhoneProvider(ctx, id interface{}, opts ...interface{}) *gomock.Call
DeletePhoneProvider indicates an expected call of DeletePhoneProvider.
func (*MockBrandingAPIMockRecorder) DeleteUniversalLogin ¶
func (mr *MockBrandingAPIMockRecorder) DeleteUniversalLogin(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteUniversalLogin indicates an expected call of DeleteUniversalLogin.
func (*MockBrandingAPIMockRecorder) ListPhoneProviders ¶ added in v1.10.0
func (mr *MockBrandingAPIMockRecorder) ListPhoneProviders(ctx interface{}, opts ...interface{}) *gomock.Call
ListPhoneProviders indicates an expected call of ListPhoneProviders.
func (*MockBrandingAPIMockRecorder) Read ¶
func (mr *MockBrandingAPIMockRecorder) Read(ctx interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockBrandingAPIMockRecorder) ReadPhoneProvider ¶ added in v1.10.0
func (mr *MockBrandingAPIMockRecorder) ReadPhoneProvider(ctx, id interface{}, opts ...interface{}) *gomock.Call
ReadPhoneProvider indicates an expected call of ReadPhoneProvider.
func (*MockBrandingAPIMockRecorder) SetUniversalLogin ¶
func (mr *MockBrandingAPIMockRecorder) SetUniversalLogin(ctx, ul interface{}, opts ...interface{}) *gomock.Call
SetUniversalLogin indicates an expected call of SetUniversalLogin.
func (*MockBrandingAPIMockRecorder) UniversalLogin ¶
func (mr *MockBrandingAPIMockRecorder) UniversalLogin(ctx interface{}, opts ...interface{}) *gomock.Call
UniversalLogin indicates an expected call of UniversalLogin.
func (*MockBrandingAPIMockRecorder) Update ¶
func (mr *MockBrandingAPIMockRecorder) Update(ctx, t interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockBrandingAPIMockRecorder) UpdatePhoneProvider ¶ added in v1.10.0
func (mr *MockBrandingAPIMockRecorder) UpdatePhoneProvider(ctx, id, pp interface{}, opts ...interface{}) *gomock.Call
UpdatePhoneProvider indicates an expected call of UpdatePhoneProvider.
type MockBrandingThemeAPI ¶ added in v1.2.0
type MockBrandingThemeAPI struct {
// contains filtered or unexported fields
}
MockBrandingThemeAPI is a mock of BrandingThemeAPI interface.
func NewMockBrandingThemeAPI ¶ added in v1.2.0
func NewMockBrandingThemeAPI(ctrl *gomock.Controller) *MockBrandingThemeAPI
NewMockBrandingThemeAPI creates a new mock instance.
func (*MockBrandingThemeAPI) Create ¶ added in v1.2.0
func (m *MockBrandingThemeAPI) Create(ctx context.Context, theme *management.BrandingTheme, opts ...management.RequestOption) error
Create mocks base method.
func (*MockBrandingThemeAPI) Default ¶ added in v1.2.0
func (m *MockBrandingThemeAPI) Default(ctx context.Context, opts ...management.RequestOption) (*management.BrandingTheme, error)
Default mocks base method.
func (*MockBrandingThemeAPI) Delete ¶ added in v1.2.0
func (m *MockBrandingThemeAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockBrandingThemeAPI) EXPECT ¶ added in v1.2.0
func (m *MockBrandingThemeAPI) EXPECT() *MockBrandingThemeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBrandingThemeAPI) Read ¶ added in v1.2.0
func (m *MockBrandingThemeAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.BrandingTheme, error)
Read mocks base method.
func (*MockBrandingThemeAPI) Update ¶ added in v1.2.0
func (m *MockBrandingThemeAPI) Update(ctx context.Context, id string, theme *management.BrandingTheme, opts ...management.RequestOption) error
Update mocks base method.
type MockBrandingThemeAPIMockRecorder ¶ added in v1.2.0
type MockBrandingThemeAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockBrandingThemeAPIMockRecorder is the mock recorder for MockBrandingThemeAPI.
func (*MockBrandingThemeAPIMockRecorder) Create ¶ added in v1.2.0
func (mr *MockBrandingThemeAPIMockRecorder) Create(ctx, theme interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockBrandingThemeAPIMockRecorder) Default ¶ added in v1.2.0
func (mr *MockBrandingThemeAPIMockRecorder) Default(ctx interface{}, opts ...interface{}) *gomock.Call
Default indicates an expected call of Default.
func (*MockBrandingThemeAPIMockRecorder) Delete ¶ added in v1.2.0
func (mr *MockBrandingThemeAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockBrandingThemeAPIMockRecorder) Read ¶ added in v1.2.0
func (mr *MockBrandingThemeAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockBrandingThemeAPIMockRecorder) Update ¶ added in v1.2.0
func (mr *MockBrandingThemeAPIMockRecorder) Update(ctx, id, theme interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockClientAPI ¶
type MockClientAPI struct {
// contains filtered or unexported fields
}
MockClientAPI is a mock of ClientAPI interface.
func NewMockClientAPI ¶
func NewMockClientAPI(ctrl *gomock.Controller) *MockClientAPI
NewMockClientAPI creates a new mock instance.
func (*MockClientAPI) Create ¶
func (m *MockClientAPI) Create(ctx context.Context, c *management.Client, opts ...management.RequestOption) error
Create mocks base method.
func (*MockClientAPI) Delete ¶
func (m *MockClientAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockClientAPI) EXPECT ¶
func (m *MockClientAPI) EXPECT() *MockClientAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientAPI) List ¶
func (m *MockClientAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ClientList, error)
List mocks base method.
func (*MockClientAPI) Read ¶
func (m *MockClientAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Client, error)
Read mocks base method.
func (*MockClientAPI) RotateSecret ¶
func (m *MockClientAPI) RotateSecret(ctx context.Context, id string, opts ...management.RequestOption) (*management.Client, error)
RotateSecret mocks base method.
func (*MockClientAPI) Update ¶
func (m *MockClientAPI) Update(ctx context.Context, id string, c *management.Client, opts ...management.RequestOption) error
Update mocks base method.
type MockClientAPIMockRecorder ¶
type MockClientAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockClientAPIMockRecorder is the mock recorder for MockClientAPI.
func (*MockClientAPIMockRecorder) Create ¶
func (mr *MockClientAPIMockRecorder) Create(ctx, c interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockClientAPIMockRecorder) Delete ¶
func (mr *MockClientAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockClientAPIMockRecorder) List ¶
func (mr *MockClientAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockClientAPIMockRecorder) Read ¶
func (mr *MockClientAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockClientAPIMockRecorder) RotateSecret ¶
func (mr *MockClientAPIMockRecorder) RotateSecret(ctx, id interface{}, opts ...interface{}) *gomock.Call
RotateSecret indicates an expected call of RotateSecret.
func (*MockClientAPIMockRecorder) Update ¶
func (mr *MockClientAPIMockRecorder) Update(ctx, id, c interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockClientGrantAPI ¶ added in v1.1.0
type MockClientGrantAPI struct {
// contains filtered or unexported fields
}
MockClientGrantAPI is a mock of ClientAPI interface.
func NewMockClientGrantAPI ¶ added in v1.1.0
func NewMockClientGrantAPI(ctrl *gomock.Controller) *MockClientGrantAPI
NewMockClientGrantAPI creates a new mock instance.
func (*MockClientGrantAPI) EXPECT ¶ added in v1.1.0
func (m *MockClientGrantAPI) EXPECT() *MockClientGrantAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientGrantAPI) List ¶ added in v1.1.0
func (m *MockClientGrantAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ClientGrantList, error)
List mocks base method.
type MockClientGrantAPIMockRecorder ¶ added in v1.1.0
type MockClientGrantAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockClientGrantAPIMockRecorder is the mock recorder for MockClientGrantAPI.
func (*MockClientGrantAPIMockRecorder) List ¶ added in v1.1.0
func (mr *MockClientGrantAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
type MockConnectionAPI ¶
type MockConnectionAPI struct {
// contains filtered or unexported fields
}
MockConnectionAPI is a mock of ConnectionAPI interface.
func NewMockConnectionAPI ¶
func NewMockConnectionAPI(ctrl *gomock.Controller) *MockConnectionAPI
NewMockConnectionAPI creates a new mock instance.
func (*MockConnectionAPI) Create ¶
func (m *MockConnectionAPI) Create(ctx context.Context, c *management.Connection, opts ...management.RequestOption) error
Create mocks base method.
func (*MockConnectionAPI) Delete ¶
func (m *MockConnectionAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockConnectionAPI) EXPECT ¶
func (m *MockConnectionAPI) EXPECT() *MockConnectionAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConnectionAPI) List ¶
func (m *MockConnectionAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ConnectionList, error)
List mocks base method.
func (*MockConnectionAPI) Read ¶
func (m *MockConnectionAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Connection, error)
Read mocks base method.
func (*MockConnectionAPI) ReadByName ¶
func (m *MockConnectionAPI) ReadByName(ctx context.Context, id string, opts ...management.RequestOption) (*management.Connection, error)
ReadByName mocks base method.
func (*MockConnectionAPI) Update ¶
func (m *MockConnectionAPI) Update(ctx context.Context, id string, c *management.Connection, opts ...management.RequestOption) error
Update mocks base method.
type MockConnectionAPIMockRecorder ¶
type MockConnectionAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockConnectionAPIMockRecorder is the mock recorder for MockConnectionAPI.
func (*MockConnectionAPIMockRecorder) Create ¶
func (mr *MockConnectionAPIMockRecorder) Create(ctx, c interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockConnectionAPIMockRecorder) Delete ¶
func (mr *MockConnectionAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockConnectionAPIMockRecorder) List ¶
func (mr *MockConnectionAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockConnectionAPIMockRecorder) Read ¶
func (mr *MockConnectionAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockConnectionAPIMockRecorder) ReadByName ¶
func (mr *MockConnectionAPIMockRecorder) ReadByName(ctx, id interface{}, opts ...interface{}) *gomock.Call
ReadByName indicates an expected call of ReadByName.
func (*MockConnectionAPIMockRecorder) Update ¶
func (mr *MockConnectionAPIMockRecorder) Update(ctx, id, c interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockCustomDomainAPI ¶
type MockCustomDomainAPI struct {
// contains filtered or unexported fields
}
MockCustomDomainAPI is a mock of CustomDomainAPI interface.
func NewMockCustomDomainAPI ¶
func NewMockCustomDomainAPI(ctrl *gomock.Controller) *MockCustomDomainAPI
NewMockCustomDomainAPI creates a new mock instance.
func (*MockCustomDomainAPI) Create ¶
func (m *MockCustomDomainAPI) Create(ctx context.Context, c *management.CustomDomain, opts ...management.RequestOption) error
Create mocks base method.
func (*MockCustomDomainAPI) Delete ¶
func (m *MockCustomDomainAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockCustomDomainAPI) EXPECT ¶
func (m *MockCustomDomainAPI) EXPECT() *MockCustomDomainAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCustomDomainAPI) List ¶
func (m *MockCustomDomainAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.CustomDomain, error)
List mocks base method.
func (*MockCustomDomainAPI) Read ¶
func (m *MockCustomDomainAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.CustomDomain, error)
Read mocks base method.
func (*MockCustomDomainAPI) Update ¶
func (m *MockCustomDomainAPI) Update(ctx context.Context, id string, c *management.CustomDomain, opts ...management.RequestOption) error
Update mocks base method.
func (*MockCustomDomainAPI) Verify ¶
func (m *MockCustomDomainAPI) Verify(ctx context.Context, id string, opts ...management.RequestOption) (*management.CustomDomain, error)
Verify mocks base method.
type MockCustomDomainAPIMockRecorder ¶
type MockCustomDomainAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCustomDomainAPIMockRecorder is the mock recorder for MockCustomDomainAPI.
func (*MockCustomDomainAPIMockRecorder) Create ¶
func (mr *MockCustomDomainAPIMockRecorder) Create(ctx, c interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockCustomDomainAPIMockRecorder) Delete ¶
func (mr *MockCustomDomainAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockCustomDomainAPIMockRecorder) List ¶
func (mr *MockCustomDomainAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockCustomDomainAPIMockRecorder) Read ¶
func (mr *MockCustomDomainAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockCustomDomainAPIMockRecorder) Update ¶
func (mr *MockCustomDomainAPIMockRecorder) Update(ctx, id, c interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockCustomDomainAPIMockRecorder) Verify ¶
func (mr *MockCustomDomainAPIMockRecorder) Verify(ctx, id interface{}, opts ...interface{}) *gomock.Call
Verify indicates an expected call of Verify.
type MockEmailProviderAPI ¶ added in v1.1.2
type MockEmailProviderAPI struct {
// contains filtered or unexported fields
}
MockEmailProviderAPI is a mock of EmailProviderAPI interface.
func NewMockEmailProviderAPI ¶ added in v1.1.2
func NewMockEmailProviderAPI(ctrl *gomock.Controller) *MockEmailProviderAPI
NewMockEmailProviderAPI creates a new mock instance.
func (*MockEmailProviderAPI) Create ¶ added in v1.8.0
func (m *MockEmailProviderAPI) Create(ctx context.Context, ep *management.EmailProvider, opts ...management.RequestOption) error
Create mocks base method.
func (*MockEmailProviderAPI) Delete ¶ added in v1.8.0
func (m *MockEmailProviderAPI) Delete(ctx context.Context, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockEmailProviderAPI) EXPECT ¶ added in v1.1.2
func (m *MockEmailProviderAPI) EXPECT() *MockEmailProviderAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEmailProviderAPI) Read ¶ added in v1.1.2
func (m *MockEmailProviderAPI) Read(ctx context.Context, opts ...management.RequestOption) (*management.EmailProvider, error)
Read mocks base method.
func (*MockEmailProviderAPI) Update ¶ added in v1.8.0
func (m *MockEmailProviderAPI) Update(ctx context.Context, ep *management.EmailProvider, opts ...management.RequestOption) error
Update mocks base method.
type MockEmailProviderAPIMockRecorder ¶ added in v1.1.2
type MockEmailProviderAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockEmailProviderAPIMockRecorder is the mock recorder for MockEmailProviderAPI.
func (*MockEmailProviderAPIMockRecorder) Create ¶ added in v1.8.0
func (mr *MockEmailProviderAPIMockRecorder) Create(ctx, ep interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockEmailProviderAPIMockRecorder) Delete ¶ added in v1.8.0
func (mr *MockEmailProviderAPIMockRecorder) Delete(ctx interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockEmailProviderAPIMockRecorder) Read ¶ added in v1.1.2
func (mr *MockEmailProviderAPIMockRecorder) Read(ctx interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockEmailProviderAPIMockRecorder) Update ¶ added in v1.8.0
func (mr *MockEmailProviderAPIMockRecorder) Update(ctx, ep interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockEmailTemplateAPI ¶ added in v1.5.0
type MockEmailTemplateAPI struct {
// contains filtered or unexported fields
}
MockEmailTemplateAPI is a mock of EmailTemplateAPI interface.
func NewMockEmailTemplateAPI ¶ added in v1.5.0
func NewMockEmailTemplateAPI(ctrl *gomock.Controller) *MockEmailTemplateAPI
NewMockEmailTemplateAPI creates a new mock instance.
func (*MockEmailTemplateAPI) Create ¶ added in v1.5.0
func (m *MockEmailTemplateAPI) Create(ctx context.Context, template *management.EmailTemplate, opts ...management.RequestOption) error
Create mocks base method.
func (*MockEmailTemplateAPI) EXPECT ¶ added in v1.5.0
func (m *MockEmailTemplateAPI) EXPECT() *MockEmailTemplateAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEmailTemplateAPI) Read ¶ added in v1.5.0
func (m *MockEmailTemplateAPI) Read(ctx context.Context, template string, opts ...management.RequestOption) (*management.EmailTemplate, error)
Read mocks base method.
func (*MockEmailTemplateAPI) Update ¶ added in v1.5.0
func (m *MockEmailTemplateAPI) Update(ctx context.Context, template string, e *management.EmailTemplate, opts ...management.RequestOption) error
Update mocks base method.
type MockEmailTemplateAPIMockRecorder ¶ added in v1.5.0
type MockEmailTemplateAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockEmailTemplateAPIMockRecorder is the mock recorder for MockEmailTemplateAPI.
func (*MockEmailTemplateAPIMockRecorder) Create ¶ added in v1.5.0
func (mr *MockEmailTemplateAPIMockRecorder) Create(ctx, template interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockEmailTemplateAPIMockRecorder) Read ¶ added in v1.5.0
func (mr *MockEmailTemplateAPIMockRecorder) Read(ctx, template interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockEmailTemplateAPIMockRecorder) Update ¶ added in v1.5.0
func (mr *MockEmailTemplateAPIMockRecorder) Update(ctx, template, e interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockEventStreamAPI ¶ added in v1.9.0
type MockEventStreamAPI struct {
// contains filtered or unexported fields
}
MockEventStreamAPI is a mock of EventStreamAPI interface.
func NewMockEventStreamAPI ¶ added in v1.9.0
func NewMockEventStreamAPI(ctrl *gomock.Controller) *MockEventStreamAPI
NewMockEventStreamAPI creates a new mock instance.
func (*MockEventStreamAPI) Create ¶ added in v1.9.0
func (m *MockEventStreamAPI) Create(ctx context.Context, e *management.EventStream, opts ...management.RequestOption) error
Create mocks base method.
func (*MockEventStreamAPI) Delete ¶ added in v1.9.0
func (m *MockEventStreamAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockEventStreamAPI) EXPECT ¶ added in v1.9.0
func (m *MockEventStreamAPI) EXPECT() *MockEventStreamAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEventStreamAPI) List ¶ added in v1.9.0
func (m *MockEventStreamAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.EventStreamList, error)
List mocks base method.
func (*MockEventStreamAPI) Read ¶ added in v1.9.0
func (m *MockEventStreamAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.EventStream, error)
Read mocks base method.
func (*MockEventStreamAPI) Update ¶ added in v1.9.0
func (m *MockEventStreamAPI) Update(ctx context.Context, id string, e *management.EventStream, opts ...management.RequestOption) error
Update mocks base method.
type MockEventStreamAPIMockRecorder ¶ added in v1.9.0
type MockEventStreamAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockEventStreamAPIMockRecorder is the mock recorder for MockEventStreamAPI.
func (*MockEventStreamAPIMockRecorder) Create ¶ added in v1.9.0
func (mr *MockEventStreamAPIMockRecorder) Create(ctx, e interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockEventStreamAPIMockRecorder) Delete ¶ added in v1.9.0
func (mr *MockEventStreamAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockEventStreamAPIMockRecorder) List ¶ added in v1.9.0
func (mr *MockEventStreamAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockEventStreamAPIMockRecorder) Read ¶ added in v1.9.0
func (mr *MockEventStreamAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockEventStreamAPIMockRecorder) Update ¶ added in v1.9.0
func (mr *MockEventStreamAPIMockRecorder) Update(ctx, id, e interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockFlowAPI ¶ added in v1.6.0
type MockFlowAPI struct {
// contains filtered or unexported fields
}
MockFlowAPI is a mock of FlowAPI interface.
func NewMockFlowAPI ¶ added in v1.6.0
func NewMockFlowAPI(ctrl *gomock.Controller) *MockFlowAPI
NewMockFlowAPI creates a new mock instance.
func (*MockFlowAPI) Create ¶ added in v1.6.0
func (m *MockFlowAPI) Create(ctx context.Context, r *management.Flow, opts ...management.RequestOption) error
Create mocks base method.
func (*MockFlowAPI) Delete ¶ added in v1.6.0
func (m *MockFlowAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockFlowAPI) EXPECT ¶ added in v1.6.0
func (m *MockFlowAPI) EXPECT() *MockFlowAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFlowAPI) List ¶ added in v1.6.0
func (m *MockFlowAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.FlowList, error)
List mocks base method.
func (*MockFlowAPI) Read ¶ added in v1.6.0
func (m *MockFlowAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Flow, error)
Read mocks base method.
func (*MockFlowAPI) Update ¶ added in v1.6.0
func (m *MockFlowAPI) Update(ctx context.Context, id string, r *management.Flow, opts ...management.RequestOption) error
Update mocks base method.
type MockFlowAPIMockRecorder ¶ added in v1.6.0
type MockFlowAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockFlowAPIMockRecorder is the mock recorder for MockFlowAPI.
func (*MockFlowAPIMockRecorder) Create ¶ added in v1.6.0
func (mr *MockFlowAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockFlowAPIMockRecorder) Delete ¶ added in v1.6.0
func (mr *MockFlowAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockFlowAPIMockRecorder) List ¶ added in v1.6.0
func (mr *MockFlowAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockFlowAPIMockRecorder) Read ¶ added in v1.6.0
func (mr *MockFlowAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockFlowAPIMockRecorder) Update ¶ added in v1.6.0
func (mr *MockFlowAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockFlowVaultConnectionAPI ¶ added in v1.6.0
type MockFlowVaultConnectionAPI struct {
// contains filtered or unexported fields
}
MockFlowVaultConnectionAPI is a mock of FlowVaultConnectionAPI interface.
func NewMockFlowVaultConnectionAPI ¶ added in v1.6.0
func NewMockFlowVaultConnectionAPI(ctrl *gomock.Controller) *MockFlowVaultConnectionAPI
NewMockFlowVaultConnectionAPI creates a new mock instance.
func (*MockFlowVaultConnectionAPI) CreateConnection ¶ added in v1.6.0
func (m *MockFlowVaultConnectionAPI) CreateConnection(ctx context.Context, r *management.FlowVaultConnection, opts ...management.RequestOption) error
CreateConnection mocks base method.
func (*MockFlowVaultConnectionAPI) DeleteConnection ¶ added in v1.6.0
func (m *MockFlowVaultConnectionAPI) DeleteConnection(ctx context.Context, id string, opts ...management.RequestOption) error
DeleteConnection mocks base method.
func (*MockFlowVaultConnectionAPI) EXPECT ¶ added in v1.6.0
func (m *MockFlowVaultConnectionAPI) EXPECT() *MockFlowVaultConnectionAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFlowVaultConnectionAPI) GetConnection ¶ added in v1.6.0
func (m *MockFlowVaultConnectionAPI) GetConnection(ctx context.Context, id string, opts ...management.RequestOption) (*management.FlowVaultConnection, error)
GetConnection mocks base method.
func (*MockFlowVaultConnectionAPI) GetConnectionList ¶ added in v1.6.0
func (m *MockFlowVaultConnectionAPI) GetConnectionList(ctx context.Context, opts ...management.RequestOption) (*management.FlowVaultConnectionList, error)
GetConnectionList mocks base method.
func (*MockFlowVaultConnectionAPI) UpdateConnection ¶ added in v1.6.0
func (m *MockFlowVaultConnectionAPI) UpdateConnection(ctx context.Context, id string, r *management.FlowVaultConnection, opts ...management.RequestOption) error
UpdateConnection mocks base method.
type MockFlowVaultConnectionAPIMockRecorder ¶ added in v1.6.0
type MockFlowVaultConnectionAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockFlowVaultConnectionAPIMockRecorder is the mock recorder for MockFlowVaultConnectionAPI.
func (*MockFlowVaultConnectionAPIMockRecorder) CreateConnection ¶ added in v1.6.0
func (mr *MockFlowVaultConnectionAPIMockRecorder) CreateConnection(ctx, r interface{}, opts ...interface{}) *gomock.Call
CreateConnection indicates an expected call of CreateConnection.
func (*MockFlowVaultConnectionAPIMockRecorder) DeleteConnection ¶ added in v1.6.0
func (mr *MockFlowVaultConnectionAPIMockRecorder) DeleteConnection(ctx, id interface{}, opts ...interface{}) *gomock.Call
DeleteConnection indicates an expected call of DeleteConnection.
func (*MockFlowVaultConnectionAPIMockRecorder) GetConnection ¶ added in v1.6.0
func (mr *MockFlowVaultConnectionAPIMockRecorder) GetConnection(ctx, id interface{}, opts ...interface{}) *gomock.Call
GetConnection indicates an expected call of GetConnection.
func (*MockFlowVaultConnectionAPIMockRecorder) GetConnectionList ¶ added in v1.6.0
func (mr *MockFlowVaultConnectionAPIMockRecorder) GetConnectionList(ctx interface{}, opts ...interface{}) *gomock.Call
GetConnectionList indicates an expected call of GetConnectionList.
func (*MockFlowVaultConnectionAPIMockRecorder) UpdateConnection ¶ added in v1.6.0
func (mr *MockFlowVaultConnectionAPIMockRecorder) UpdateConnection(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
UpdateConnection indicates an expected call of UpdateConnection.
type MockFormAPI ¶ added in v1.6.0
type MockFormAPI struct {
// contains filtered or unexported fields
}
MockFormAPI is a mock of FormAPI interface.
func NewMockFormAPI ¶ added in v1.6.0
func NewMockFormAPI(ctrl *gomock.Controller) *MockFormAPI
NewMockFormAPI creates a new mock instance.
func (*MockFormAPI) Create ¶ added in v1.6.0
func (m *MockFormAPI) Create(ctx context.Context, r *management.Form, opts ...management.RequestOption) error
Create mocks base method.
func (*MockFormAPI) Delete ¶ added in v1.6.0
func (m *MockFormAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockFormAPI) EXPECT ¶ added in v1.6.0
func (m *MockFormAPI) EXPECT() *MockFormAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFormAPI) List ¶ added in v1.6.0
func (m *MockFormAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.FormList, error)
List mocks base method.
func (*MockFormAPI) Read ¶ added in v1.6.0
func (m *MockFormAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Form, error)
Read mocks base method.
func (*MockFormAPI) Update ¶ added in v1.6.0
func (m *MockFormAPI) Update(ctx context.Context, id string, r *management.Form, opts ...management.RequestOption) error
Update mocks base method.
type MockFormAPIMockRecorder ¶ added in v1.6.0
type MockFormAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockFormAPIMockRecorder is the mock recorder for MockFormAPI.
func (*MockFormAPIMockRecorder) Create ¶ added in v1.6.0
func (mr *MockFormAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockFormAPIMockRecorder) Delete ¶ added in v1.6.0
func (mr *MockFormAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockFormAPIMockRecorder) List ¶ added in v1.6.0
func (mr *MockFormAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockFormAPIMockRecorder) Read ¶ added in v1.6.0
func (mr *MockFormAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockFormAPIMockRecorder) Update ¶ added in v1.6.0
func (mr *MockFormAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockLogAPI ¶
type MockLogAPI struct {
// contains filtered or unexported fields
}
MockLogAPI is a mock of LogAPI interface.
func NewMockLogAPI ¶
func NewMockLogAPI(ctrl *gomock.Controller) *MockLogAPI
NewMockLogAPI creates a new mock instance.
func (*MockLogAPI) EXPECT ¶
func (m *MockLogAPI) EXPECT() *MockLogAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLogAPI) List ¶
func (m *MockLogAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.Log, error)
List mocks base method.
func (*MockLogAPI) Read ¶
func (m *MockLogAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Log, error)
Read mocks base method.
func (*MockLogAPI) Search ¶
func (m *MockLogAPI) Search(ctx context.Context, opts ...management.RequestOption) ([]*management.Log, error)
Search mocks base method.
type MockLogAPIMockRecorder ¶
type MockLogAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockLogAPIMockRecorder is the mock recorder for MockLogAPI.
func (*MockLogAPIMockRecorder) List ¶
func (mr *MockLogAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockLogAPIMockRecorder) Read ¶
func (mr *MockLogAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockLogAPIMockRecorder) Search ¶
func (mr *MockLogAPIMockRecorder) Search(ctx interface{}, opts ...interface{}) *gomock.Call
Search indicates an expected call of Search.
type MockLogStreamAPI ¶
type MockLogStreamAPI struct {
// contains filtered or unexported fields
}
MockLogStreamAPI is a mock of LogStreamAPI interface.
func NewMockLogStreamAPI ¶
func NewMockLogStreamAPI(ctrl *gomock.Controller) *MockLogStreamAPI
NewMockLogStreamAPI creates a new mock instance.
func (*MockLogStreamAPI) Create ¶
func (m *MockLogStreamAPI) Create(ctx context.Context, ls *management.LogStream, opts ...management.RequestOption) error
Create mocks base method.
func (*MockLogStreamAPI) Delete ¶
func (m *MockLogStreamAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockLogStreamAPI) EXPECT ¶
func (m *MockLogStreamAPI) EXPECT() *MockLogStreamAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLogStreamAPI) List ¶
func (m *MockLogStreamAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.LogStream, error)
List mocks base method.
func (*MockLogStreamAPI) Read ¶
func (m *MockLogStreamAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.LogStream, error)
Read mocks base method.
func (*MockLogStreamAPI) Update ¶
func (m *MockLogStreamAPI) Update(ctx context.Context, id string, ls *management.LogStream, opts ...management.RequestOption) error
Update mocks base method.
type MockLogStreamAPIMockRecorder ¶
type MockLogStreamAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockLogStreamAPIMockRecorder is the mock recorder for MockLogStreamAPI.
func (*MockLogStreamAPIMockRecorder) Create ¶
func (mr *MockLogStreamAPIMockRecorder) Create(ctx, ls interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockLogStreamAPIMockRecorder) Delete ¶
func (mr *MockLogStreamAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockLogStreamAPIMockRecorder) List ¶
func (mr *MockLogStreamAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockLogStreamAPIMockRecorder) Read ¶
func (mr *MockLogStreamAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockLogStreamAPIMockRecorder) Update ¶
func (mr *MockLogStreamAPIMockRecorder) Update(ctx, id, ls interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockNetworkACLAPI ¶ added in v1.12.0
type MockNetworkACLAPI struct {
// contains filtered or unexported fields
}
MockNetworkACLAPI is a mock of NetworkACLAPI interface.
func NewMockNetworkACLAPI ¶ added in v1.12.0
func NewMockNetworkACLAPI(ctrl *gomock.Controller) *MockNetworkACLAPI
NewMockNetworkACLAPI creates a new mock instance.
func (*MockNetworkACLAPI) Create ¶ added in v1.12.0
func (m *MockNetworkACLAPI) Create(ctx context.Context, n *management.NetworkACL, opts ...management.RequestOption) error
Create mocks base method.
func (*MockNetworkACLAPI) Delete ¶ added in v1.12.0
func (m *MockNetworkACLAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockNetworkACLAPI) EXPECT ¶ added in v1.12.0
func (m *MockNetworkACLAPI) EXPECT() *MockNetworkACLAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetworkACLAPI) List ¶ added in v1.12.0
func (m *MockNetworkACLAPI) List(ctx context.Context, opts ...management.RequestOption) ([]*management.NetworkACL, error)
List mocks base method.
func (*MockNetworkACLAPI) Read ¶ added in v1.12.0
func (m *MockNetworkACLAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.NetworkACL, error)
Read mocks base method.
func (*MockNetworkACLAPI) Update ¶ added in v1.12.0
func (m *MockNetworkACLAPI) Update(ctx context.Context, id string, n *management.NetworkACL, opts ...management.RequestOption) error
Update mocks base method.
type MockNetworkACLAPIMockRecorder ¶ added in v1.12.0
type MockNetworkACLAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockNetworkACLAPIMockRecorder is the mock recorder for MockNetworkACLAPI.
func (*MockNetworkACLAPIMockRecorder) Create ¶ added in v1.12.0
func (mr *MockNetworkACLAPIMockRecorder) Create(ctx, n interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockNetworkACLAPIMockRecorder) Delete ¶ added in v1.12.0
func (mr *MockNetworkACLAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockNetworkACLAPIMockRecorder) List ¶ added in v1.12.0
func (mr *MockNetworkACLAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockNetworkACLAPIMockRecorder) Read ¶ added in v1.12.0
func (mr *MockNetworkACLAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockNetworkACLAPIMockRecorder) Update ¶ added in v1.12.0
func (mr *MockNetworkACLAPIMockRecorder) Update(ctx, id, n interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockOrganizationAPI ¶
type MockOrganizationAPI struct {
// contains filtered or unexported fields
}
MockOrganizationAPI is a mock of OrganizationAPI interface.
func NewMockOrganizationAPI ¶
func NewMockOrganizationAPI(ctrl *gomock.Controller) *MockOrganizationAPI
NewMockOrganizationAPI creates a new mock instance.
func (*MockOrganizationAPI) Connections ¶ added in v1.1.0
func (m *MockOrganizationAPI) Connections(ctx context.Context, id string, opts ...management.RequestOption) (*management.OrganizationConnectionList, error)
Connections mocks base method.
func (*MockOrganizationAPI) Create ¶
func (m *MockOrganizationAPI) Create(ctx context.Context, o *management.Organization, opts ...management.RequestOption) error
Create mocks base method.
func (*MockOrganizationAPI) Delete ¶
func (m *MockOrganizationAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockOrganizationAPI) EXPECT ¶
func (m *MockOrganizationAPI) EXPECT() *MockOrganizationAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOrganizationAPI) List ¶
func (m *MockOrganizationAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.OrganizationList, error)
List mocks base method.
func (*MockOrganizationAPI) MemberRoles ¶
func (m *MockOrganizationAPI) MemberRoles(ctx context.Context, id, userID string, opts ...management.RequestOption) (*management.OrganizationMemberRoleList, error)
MemberRoles mocks base method.
func (*MockOrganizationAPI) Members ¶
func (m *MockOrganizationAPI) Members(ctx context.Context, id string, opts ...management.RequestOption) (*management.OrganizationMemberList, error)
Members mocks base method.
func (*MockOrganizationAPI) Read ¶
func (m *MockOrganizationAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Organization, error)
Read mocks base method.
func (*MockOrganizationAPI) Update ¶
func (m *MockOrganizationAPI) Update(ctx context.Context, id string, o *management.Organization, opts ...management.RequestOption) error
Update mocks base method.
type MockOrganizationAPIMockRecorder ¶
type MockOrganizationAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockOrganizationAPIMockRecorder is the mock recorder for MockOrganizationAPI.
func (*MockOrganizationAPIMockRecorder) Connections ¶ added in v1.1.0
func (mr *MockOrganizationAPIMockRecorder) Connections(ctx, id interface{}, opts ...interface{}) *gomock.Call
Connections indicates an expected call of Connections.
func (*MockOrganizationAPIMockRecorder) Create ¶
func (mr *MockOrganizationAPIMockRecorder) Create(ctx, o interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockOrganizationAPIMockRecorder) Delete ¶
func (mr *MockOrganizationAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockOrganizationAPIMockRecorder) List ¶
func (mr *MockOrganizationAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockOrganizationAPIMockRecorder) MemberRoles ¶
func (mr *MockOrganizationAPIMockRecorder) MemberRoles(ctx, id, userID interface{}, opts ...interface{}) *gomock.Call
MemberRoles indicates an expected call of MemberRoles.
func (*MockOrganizationAPIMockRecorder) Members ¶
func (mr *MockOrganizationAPIMockRecorder) Members(ctx, id interface{}, opts ...interface{}) *gomock.Call
Members indicates an expected call of Members.
func (*MockOrganizationAPIMockRecorder) Read ¶
func (mr *MockOrganizationAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockOrganizationAPIMockRecorder) Update ¶
func (mr *MockOrganizationAPIMockRecorder) Update(ctx, id, o interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockPromptAPI ¶
type MockPromptAPI struct {
// contains filtered or unexported fields
}
MockPromptAPI is a mock of PromptAPI interface.
func NewMockPromptAPI ¶
func NewMockPromptAPI(ctrl *gomock.Controller) *MockPromptAPI
NewMockPromptAPI creates a new mock instance.
func (*MockPromptAPI) CustomText ¶
func (m *MockPromptAPI) CustomText(ctx context.Context, p, l string, opts ...management.RequestOption) (map[string]interface{}, error)
CustomText mocks base method.
func (*MockPromptAPI) EXPECT ¶
func (m *MockPromptAPI) EXPECT() *MockPromptAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPromptAPI) GetPartials ¶ added in v1.5.1
func (m *MockPromptAPI) GetPartials(ctx context.Context, prompt management.PromptType, opts ...management.RequestOption) (*management.PromptScreenPartials, error)
GetPartials mocks base method.
func (*MockPromptAPI) Read ¶
func (m *MockPromptAPI) Read(ctx context.Context, opts ...management.RequestOption) (*management.Prompt, error)
Read mocks base method.
func (*MockPromptAPI) ReadRendering ¶ added in v1.7.0
func (m *MockPromptAPI) ReadRendering(ctx context.Context, prompt management.PromptType, screen management.ScreenName, opts ...management.RequestOption) (*management.PromptRendering, error)
ReadRendering mocks base method.
func (*MockPromptAPI) SetCustomText ¶
func (m *MockPromptAPI) SetCustomText(ctx context.Context, p, l string, b map[string]interface{}, opts ...management.RequestOption) error
SetCustomText mocks base method.
func (*MockPromptAPI) SetPartials ¶ added in v1.5.1
func (m *MockPromptAPI) SetPartials(ctx context.Context, prompt management.PromptType, c *management.PromptScreenPartials, opts ...management.RequestOption) error
SetPartials mocks base method.
func (*MockPromptAPI) Update ¶
func (m *MockPromptAPI) Update(ctx context.Context, p *management.Prompt, opts ...management.RequestOption) error
Update mocks base method.
func (*MockPromptAPI) UpdateRendering ¶ added in v1.7.0
func (m *MockPromptAPI) UpdateRendering(ctx context.Context, prompt management.PromptType, screen management.ScreenName, c *management.PromptRendering, opts ...management.RequestOption) error
UpdateRendering mocks base method.
type MockPromptAPIMockRecorder ¶
type MockPromptAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockPromptAPIMockRecorder is the mock recorder for MockPromptAPI.
func (*MockPromptAPIMockRecorder) CustomText ¶
func (mr *MockPromptAPIMockRecorder) CustomText(ctx, p, l interface{}, opts ...interface{}) *gomock.Call
CustomText indicates an expected call of CustomText.
func (*MockPromptAPIMockRecorder) GetPartials ¶ added in v1.5.1
func (mr *MockPromptAPIMockRecorder) GetPartials(ctx, prompt interface{}, opts ...interface{}) *gomock.Call
GetPartials indicates an expected call of GetPartials.
func (*MockPromptAPIMockRecorder) Read ¶
func (mr *MockPromptAPIMockRecorder) Read(ctx interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockPromptAPIMockRecorder) ReadRendering ¶ added in v1.7.0
func (mr *MockPromptAPIMockRecorder) ReadRendering(ctx, prompt, screen interface{}, opts ...interface{}) *gomock.Call
ReadRendering indicates an expected call of ReadRendering.
func (*MockPromptAPIMockRecorder) SetCustomText ¶
func (mr *MockPromptAPIMockRecorder) SetCustomText(ctx, p, l, b interface{}, opts ...interface{}) *gomock.Call
SetCustomText indicates an expected call of SetCustomText.
func (*MockPromptAPIMockRecorder) SetPartials ¶ added in v1.5.1
func (mr *MockPromptAPIMockRecorder) SetPartials(ctx, prompt, c interface{}, opts ...interface{}) *gomock.Call
SetPartials indicates an expected call of SetPartials.
func (*MockPromptAPIMockRecorder) Update ¶
func (mr *MockPromptAPIMockRecorder) Update(ctx, p interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockPromptAPIMockRecorder) UpdateRendering ¶ added in v1.7.0
func (mr *MockPromptAPIMockRecorder) UpdateRendering(ctx, prompt, screen, c interface{}, opts ...interface{}) *gomock.Call
UpdateRendering indicates an expected call of UpdateRendering.
type MockResourceServerAPI ¶
type MockResourceServerAPI struct {
// contains filtered or unexported fields
}
MockResourceServerAPI is a mock of ResourceServerAPI interface.
func NewMockResourceServerAPI ¶
func NewMockResourceServerAPI(ctrl *gomock.Controller) *MockResourceServerAPI
NewMockResourceServerAPI creates a new mock instance.
func (*MockResourceServerAPI) Create ¶
func (m *MockResourceServerAPI) Create(ctx context.Context, rs *management.ResourceServer, opts ...management.RequestOption) error
Create mocks base method.
func (*MockResourceServerAPI) Delete ¶
func (m *MockResourceServerAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockResourceServerAPI) EXPECT ¶
func (m *MockResourceServerAPI) EXPECT() *MockResourceServerAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourceServerAPI) List ¶
func (m *MockResourceServerAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.ResourceServerList, error)
List mocks base method.
func (*MockResourceServerAPI) Read ¶
func (m *MockResourceServerAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.ResourceServer, error)
Read mocks base method.
func (*MockResourceServerAPI) Update ¶
func (m *MockResourceServerAPI) Update(ctx context.Context, id string, rs *management.ResourceServer, opts ...management.RequestOption) error
Update mocks base method.
type MockResourceServerAPIMockRecorder ¶
type MockResourceServerAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceServerAPIMockRecorder is the mock recorder for MockResourceServerAPI.
func (*MockResourceServerAPIMockRecorder) Create ¶
func (mr *MockResourceServerAPIMockRecorder) Create(ctx, rs interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockResourceServerAPIMockRecorder) Delete ¶
func (mr *MockResourceServerAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockResourceServerAPIMockRecorder) List ¶
func (mr *MockResourceServerAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockResourceServerAPIMockRecorder) Read ¶
func (mr *MockResourceServerAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockResourceServerAPIMockRecorder) Update ¶
func (mr *MockResourceServerAPIMockRecorder) Update(ctx, id, rs interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockRoleAPI ¶
type MockRoleAPI struct {
// contains filtered or unexported fields
}
MockRoleAPI is a mock of RoleAPI interface.
func NewMockRoleAPI ¶
func NewMockRoleAPI(ctrl *gomock.Controller) *MockRoleAPI
NewMockRoleAPI creates a new mock instance.
func (*MockRoleAPI) AssociatePermissions ¶
func (m *MockRoleAPI) AssociatePermissions(ctx context.Context, id string, permissions []*management.Permission, opts ...management.RequestOption) error
AssociatePermissions mocks base method.
func (*MockRoleAPI) Create ¶
func (m *MockRoleAPI) Create(ctx context.Context, r *management.Role, opts ...management.RequestOption) error
Create mocks base method.
func (*MockRoleAPI) Delete ¶
func (m *MockRoleAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockRoleAPI) EXPECT ¶
func (m *MockRoleAPI) EXPECT() *MockRoleAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRoleAPI) List ¶
func (m *MockRoleAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.RoleList, error)
List mocks base method.
func (*MockRoleAPI) Permissions ¶
func (m *MockRoleAPI) Permissions(ctx context.Context, id string, opts ...management.RequestOption) (*management.PermissionList, error)
Permissions mocks base method.
func (*MockRoleAPI) Read ¶
func (m *MockRoleAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Role, error)
Read mocks base method.
func (*MockRoleAPI) RemovePermissions ¶
func (m *MockRoleAPI) RemovePermissions(ctx context.Context, id string, permissions []*management.Permission, opts ...management.RequestOption) error
RemovePermissions mocks base method.
func (*MockRoleAPI) Update ¶
func (m *MockRoleAPI) Update(ctx context.Context, id string, r *management.Role, opts ...management.RequestOption) error
Update mocks base method.
type MockRoleAPIMockRecorder ¶
type MockRoleAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRoleAPIMockRecorder is the mock recorder for MockRoleAPI.
func (*MockRoleAPIMockRecorder) AssociatePermissions ¶
func (mr *MockRoleAPIMockRecorder) AssociatePermissions(ctx, id, permissions interface{}, opts ...interface{}) *gomock.Call
AssociatePermissions indicates an expected call of AssociatePermissions.
func (*MockRoleAPIMockRecorder) Create ¶
func (mr *MockRoleAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockRoleAPIMockRecorder) Delete ¶
func (mr *MockRoleAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockRoleAPIMockRecorder) List ¶
func (mr *MockRoleAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockRoleAPIMockRecorder) Permissions ¶
func (mr *MockRoleAPIMockRecorder) Permissions(ctx, id interface{}, opts ...interface{}) *gomock.Call
Permissions indicates an expected call of Permissions.
func (*MockRoleAPIMockRecorder) Read ¶
func (mr *MockRoleAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockRoleAPIMockRecorder) RemovePermissions ¶
func (mr *MockRoleAPIMockRecorder) RemovePermissions(ctx, id, permissions interface{}, opts ...interface{}) *gomock.Call
RemovePermissions indicates an expected call of RemovePermissions.
func (*MockRoleAPIMockRecorder) Update ¶
func (mr *MockRoleAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockRuleAPI ¶
type MockRuleAPI struct {
// contains filtered or unexported fields
}
MockRuleAPI is a mock of RuleAPI interface.
func NewMockRuleAPI ¶
func NewMockRuleAPI(ctrl *gomock.Controller) *MockRuleAPI
NewMockRuleAPI creates a new mock instance.
func (*MockRuleAPI) Create ¶
func (m *MockRuleAPI) Create(ctx context.Context, r *management.Rule, opts ...management.RequestOption) error
Create mocks base method.
func (*MockRuleAPI) Delete ¶
func (m *MockRuleAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockRuleAPI) EXPECT ¶
func (m *MockRuleAPI) EXPECT() *MockRuleAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuleAPI) List ¶
func (m *MockRuleAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.RuleList, error)
List mocks base method.
func (*MockRuleAPI) Read ¶
func (m *MockRuleAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.Rule, error)
Read mocks base method.
func (*MockRuleAPI) Update ¶
func (m *MockRuleAPI) Update(ctx context.Context, id string, r *management.Rule, opts ...management.RequestOption) error
Update mocks base method.
type MockRuleAPIMockRecorder ¶
type MockRuleAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRuleAPIMockRecorder is the mock recorder for MockRuleAPI.
func (*MockRuleAPIMockRecorder) Create ¶
func (mr *MockRuleAPIMockRecorder) Create(ctx, r interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockRuleAPIMockRecorder) Delete ¶
func (mr *MockRuleAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockRuleAPIMockRecorder) List ¶
func (mr *MockRuleAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockRuleAPIMockRecorder) Read ¶
func (mr *MockRuleAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockRuleAPIMockRecorder) Update ¶
func (mr *MockRuleAPIMockRecorder) Update(ctx, id, r interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockTenantAPI ¶
type MockTenantAPI struct {
// contains filtered or unexported fields
}
MockTenantAPI is a mock of TenantAPI interface.
func NewMockTenantAPI ¶
func NewMockTenantAPI(ctrl *gomock.Controller) *MockTenantAPI
NewMockTenantAPI creates a new mock instance.
func (*MockTenantAPI) EXPECT ¶
func (m *MockTenantAPI) EXPECT() *MockTenantAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTenantAPI) Read ¶
func (m *MockTenantAPI) Read(ctx context.Context, opts ...management.RequestOption) (*management.Tenant, error)
Read mocks base method.
type MockTenantAPIMockRecorder ¶
type MockTenantAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockTenantAPIMockRecorder is the mock recorder for MockTenantAPI.
func (*MockTenantAPIMockRecorder) Read ¶
func (mr *MockTenantAPIMockRecorder) Read(ctx interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
type MockUserAPI ¶
type MockUserAPI struct {
// contains filtered or unexported fields
}
MockUserAPI is a mock of UserAPI interface.
func NewMockUserAPI ¶
func NewMockUserAPI(ctrl *gomock.Controller) *MockUserAPI
NewMockUserAPI creates a new mock instance.
func (*MockUserAPI) AssignRoles ¶
func (m *MockUserAPI) AssignRoles(ctx context.Context, id string, roles []*management.Role, opts ...management.RequestOption) error
AssignRoles mocks base method.
func (*MockUserAPI) Blocks ¶
func (m *MockUserAPI) Blocks(ctx context.Context, id string, opts ...management.RequestOption) ([]*management.UserBlock, error)
Blocks mocks base method.
func (*MockUserAPI) BlocksByIdentifier ¶ added in v1.4.0
func (m *MockUserAPI) BlocksByIdentifier(ctx context.Context, identifier string, opts ...management.RequestOption) ([]*management.UserBlock, error)
BlocksByIdentifier mocks base method.
func (*MockUserAPI) Create ¶
func (m *MockUserAPI) Create(ctx context.Context, u *management.User, opts ...management.RequestOption) error
Create mocks base method.
func (*MockUserAPI) Delete ¶
func (m *MockUserAPI) Delete(ctx context.Context, id string, opts ...management.RequestOption) error
Delete mocks base method.
func (*MockUserAPI) EXPECT ¶
func (m *MockUserAPI) EXPECT() *MockUserAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUserAPI) List ¶
func (m *MockUserAPI) List(ctx context.Context, opts ...management.RequestOption) (*management.UserList, error)
List mocks base method.
func (*MockUserAPI) Read ¶
func (m *MockUserAPI) Read(ctx context.Context, id string, opts ...management.RequestOption) (*management.User, error)
Read mocks base method.
func (*MockUserAPI) RemoveRoles ¶
func (m *MockUserAPI) RemoveRoles(ctx context.Context, id string, roles []*management.Role, opts ...management.RequestOption) error
RemoveRoles mocks base method.
func (*MockUserAPI) Roles ¶
func (m *MockUserAPI) Roles(ctx context.Context, id string, opts ...management.RequestOption) (*management.RoleList, error)
Roles mocks base method.
func (*MockUserAPI) Search ¶
func (m *MockUserAPI) Search(ctx context.Context, opts ...management.RequestOption) (*management.UserList, error)
Search mocks base method.
func (*MockUserAPI) Unblock ¶
func (m *MockUserAPI) Unblock(ctx context.Context, id string, opts ...management.RequestOption) error
Unblock mocks base method.
func (*MockUserAPI) UnblockByIdentifier ¶ added in v1.4.0
func (m *MockUserAPI) UnblockByIdentifier(ctx context.Context, identifier string, opts ...management.RequestOption) error
UnblockByIdentifier mocks base method.
func (*MockUserAPI) Update ¶
func (m *MockUserAPI) Update(ctx context.Context, id string, u *management.User, opts ...management.RequestOption) error
Update mocks base method.
type MockUserAPIMockRecorder ¶
type MockUserAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockUserAPIMockRecorder is the mock recorder for MockUserAPI.
func (*MockUserAPIMockRecorder) AssignRoles ¶
func (mr *MockUserAPIMockRecorder) AssignRoles(ctx, id, roles interface{}, opts ...interface{}) *gomock.Call
AssignRoles indicates an expected call of AssignRoles.
func (*MockUserAPIMockRecorder) Blocks ¶
func (mr *MockUserAPIMockRecorder) Blocks(ctx, id interface{}, opts ...interface{}) *gomock.Call
Blocks indicates an expected call of Blocks.
func (*MockUserAPIMockRecorder) BlocksByIdentifier ¶ added in v1.4.0
func (mr *MockUserAPIMockRecorder) BlocksByIdentifier(ctx, identifier interface{}, opts ...interface{}) *gomock.Call
BlocksByIdentifier indicates an expected call of BlocksByIdentifier.
func (*MockUserAPIMockRecorder) Create ¶
func (mr *MockUserAPIMockRecorder) Create(ctx, u interface{}, opts ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockUserAPIMockRecorder) Delete ¶
func (mr *MockUserAPIMockRecorder) Delete(ctx, id interface{}, opts ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockUserAPIMockRecorder) List ¶
func (mr *MockUserAPIMockRecorder) List(ctx interface{}, opts ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockUserAPIMockRecorder) Read ¶
func (mr *MockUserAPIMockRecorder) Read(ctx, id interface{}, opts ...interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockUserAPIMockRecorder) RemoveRoles ¶
func (mr *MockUserAPIMockRecorder) RemoveRoles(ctx, id, roles interface{}, opts ...interface{}) *gomock.Call
RemoveRoles indicates an expected call of RemoveRoles.
func (*MockUserAPIMockRecorder) Roles ¶
func (mr *MockUserAPIMockRecorder) Roles(ctx, id interface{}, opts ...interface{}) *gomock.Call
Roles indicates an expected call of Roles.
func (*MockUserAPIMockRecorder) Search ¶
func (mr *MockUserAPIMockRecorder) Search(ctx interface{}, opts ...interface{}) *gomock.Call
Search indicates an expected call of Search.
func (*MockUserAPIMockRecorder) Unblock ¶
func (mr *MockUserAPIMockRecorder) Unblock(ctx, id interface{}, opts ...interface{}) *gomock.Call
Unblock indicates an expected call of Unblock.
func (*MockUserAPIMockRecorder) UnblockByIdentifier ¶ added in v1.4.0
func (mr *MockUserAPIMockRecorder) UnblockByIdentifier(ctx, identifier interface{}, opts ...interface{}) *gomock.Call
UnblockByIdentifier indicates an expected call of UnblockByIdentifier.
func (*MockUserAPIMockRecorder) Update ¶
func (mr *MockUserAPIMockRecorder) Update(ctx, id, u interface{}, opts ...interface{}) *gomock.Call
Update indicates an expected call of Update.
Source Files
¶
- action_mock.go
- branding_mock.go
- branding_prompt_mock.go
- branding_theme_mock.go
- client_grant_mock.go
- client_mock.go
- connection_mock.go
- custom_domain_mock.go
- email_provider_mock.go
- email_template_mock.go
- event_streams_mock.go
- flow_mock.go
- form_mock.go
- log_mock.go
- log_stream_mock.go
- network_acl_mock.go
- organization_mock.go
- resource_server_mock.go
- roles_mock.go
- rule_mock.go
- tenant_mock.go
- user.go