mocks

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAdminOrganizations

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

MockAdminOrganizations is a mock of AdminOrganizations interface.

func NewMockAdminOrganizations

func NewMockAdminOrganizations(ctrl *gomock.Controller) *MockAdminOrganizations

NewMockAdminOrganizations creates a new mock instance.

func (*MockAdminOrganizations) Delete

func (m *MockAdminOrganizations) Delete(ctx context.Context, organization string) error

Delete mocks base method.

func (*MockAdminOrganizations) EXPECT

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

func (*MockAdminOrganizations) List

List mocks base method.

func (*MockAdminOrganizations) ListModuleConsumers added in v0.22.0

ListModuleConsumers mocks base method.

func (*MockAdminOrganizations) Read

func (m *MockAdminOrganizations) Read(ctx context.Context, organization string) (*tfe.AdminOrganization, error)

Read mocks base method.

func (*MockAdminOrganizations) Update

Update mocks base method.

func (*MockAdminOrganizations) UpdateModuleConsumers added in v0.22.0

func (m *MockAdminOrganizations) UpdateModuleConsumers(ctx context.Context, organization string, consumerOrganizations []string) error

UpdateModuleConsumers mocks base method.

type MockAdminOrganizationsMockRecorder

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

MockAdminOrganizationsMockRecorder is the mock recorder for MockAdminOrganizations.

func (*MockAdminOrganizationsMockRecorder) Delete

func (mr *MockAdminOrganizationsMockRecorder) Delete(ctx, organization interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAdminOrganizationsMockRecorder) List

func (mr *MockAdminOrganizationsMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAdminOrganizationsMockRecorder) ListModuleConsumers added in v0.22.0

func (mr *MockAdminOrganizationsMockRecorder) ListModuleConsumers(ctx, organization, options interface{}) *gomock.Call

ListModuleConsumers indicates an expected call of ListModuleConsumers.

func (*MockAdminOrganizationsMockRecorder) Read

func (mr *MockAdminOrganizationsMockRecorder) Read(ctx, organization interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockAdminOrganizationsMockRecorder) Update

func (mr *MockAdminOrganizationsMockRecorder) Update(ctx, organization, options interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockAdminOrganizationsMockRecorder) UpdateModuleConsumers added in v0.22.0

func (mr *MockAdminOrganizationsMockRecorder) UpdateModuleConsumers(ctx, organization, consumerOrganizations interface{}) *gomock.Call

UpdateModuleConsumers indicates an expected call of UpdateModuleConsumers.

type MockAdminRuns

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

MockAdminRuns is a mock of AdminRuns interface.

func NewMockAdminRuns

func NewMockAdminRuns(ctrl *gomock.Controller) *MockAdminRuns

NewMockAdminRuns creates a new mock instance.

func (*MockAdminRuns) EXPECT

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

func (*MockAdminRuns) ForceCancel

func (m *MockAdminRuns) ForceCancel(ctx context.Context, runID string, options tfe.AdminRunForceCancelOptions) error

ForceCancel mocks base method.

func (*MockAdminRuns) List

List mocks base method.

type MockAdminRunsMockRecorder

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

MockAdminRunsMockRecorder is the mock recorder for MockAdminRuns.

func (*MockAdminRunsMockRecorder) ForceCancel

func (mr *MockAdminRunsMockRecorder) ForceCancel(ctx, runID, options interface{}) *gomock.Call

ForceCancel indicates an expected call of ForceCancel.

func (*MockAdminRunsMockRecorder) List

func (mr *MockAdminRunsMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

type MockAdminTerraformVersions

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

MockAdminTerraformVersions is a mock of AdminTerraformVersions interface.

func NewMockAdminTerraformVersions

func NewMockAdminTerraformVersions(ctrl *gomock.Controller) *MockAdminTerraformVersions

NewMockAdminTerraformVersions creates a new mock instance.

func (*MockAdminTerraformVersions) Create

Create mocks base method.

func (*MockAdminTerraformVersions) Delete

Delete mocks base method.

func (*MockAdminTerraformVersions) EXPECT

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

func (*MockAdminTerraformVersions) List

List mocks base method.

func (*MockAdminTerraformVersions) Read

Read mocks base method.

func (*MockAdminTerraformVersions) Update

Update mocks base method.

type MockAdminTerraformVersionsMockRecorder

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

MockAdminTerraformVersionsMockRecorder is the mock recorder for MockAdminTerraformVersions.

func (*MockAdminTerraformVersionsMockRecorder) Create

func (mr *MockAdminTerraformVersionsMockRecorder) Create(ctx, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockAdminTerraformVersionsMockRecorder) Delete

func (mr *MockAdminTerraformVersionsMockRecorder) Delete(ctx, id interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAdminTerraformVersionsMockRecorder) List

func (mr *MockAdminTerraformVersionsMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAdminTerraformVersionsMockRecorder) Read

func (mr *MockAdminTerraformVersionsMockRecorder) Read(ctx, id interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockAdminTerraformVersionsMockRecorder) Update

func (mr *MockAdminTerraformVersionsMockRecorder) Update(ctx, id, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockAdminUsers

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

MockAdminUsers is a mock of AdminUsers interface.

func NewMockAdminUsers

func NewMockAdminUsers(ctrl *gomock.Controller) *MockAdminUsers

NewMockAdminUsers creates a new mock instance.

func (*MockAdminUsers) Delete

func (m *MockAdminUsers) Delete(ctx context.Context, userID string) error

Delete mocks base method.

func (*MockAdminUsers) Disable2FA

func (m *MockAdminUsers) Disable2FA(ctx context.Context, userID string) (*tfe.AdminUser, error)

Disable2FA mocks base method.

func (*MockAdminUsers) EXPECT

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

func (*MockAdminUsers) GrantAdmin

func (m *MockAdminUsers) GrantAdmin(ctx context.Context, userID string) (*tfe.AdminUser, error)

GrantAdmin mocks base method.

func (*MockAdminUsers) List

List mocks base method.

func (*MockAdminUsers) RevokeAdmin

func (m *MockAdminUsers) RevokeAdmin(ctx context.Context, userID string) (*tfe.AdminUser, error)

RevokeAdmin mocks base method.

func (*MockAdminUsers) Suspend

func (m *MockAdminUsers) Suspend(ctx context.Context, userID string) (*tfe.AdminUser, error)

Suspend mocks base method.

func (*MockAdminUsers) Unsuspend

func (m *MockAdminUsers) Unsuspend(ctx context.Context, userID string) (*tfe.AdminUser, error)

Unsuspend mocks base method.

type MockAdminUsersMockRecorder

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

MockAdminUsersMockRecorder is the mock recorder for MockAdminUsers.

func (*MockAdminUsersMockRecorder) Delete

func (mr *MockAdminUsersMockRecorder) Delete(ctx, userID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAdminUsersMockRecorder) Disable2FA

func (mr *MockAdminUsersMockRecorder) Disable2FA(ctx, userID interface{}) *gomock.Call

Disable2FA indicates an expected call of Disable2FA.

func (*MockAdminUsersMockRecorder) GrantAdmin

func (mr *MockAdminUsersMockRecorder) GrantAdmin(ctx, userID interface{}) *gomock.Call

GrantAdmin indicates an expected call of GrantAdmin.

func (*MockAdminUsersMockRecorder) List

func (mr *MockAdminUsersMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAdminUsersMockRecorder) RevokeAdmin

func (mr *MockAdminUsersMockRecorder) RevokeAdmin(ctx, userID interface{}) *gomock.Call

RevokeAdmin indicates an expected call of RevokeAdmin.

func (*MockAdminUsersMockRecorder) Suspend

func (mr *MockAdminUsersMockRecorder) Suspend(ctx, userID interface{}) *gomock.Call

Suspend indicates an expected call of Suspend.

func (*MockAdminUsersMockRecorder) Unsuspend

func (mr *MockAdminUsersMockRecorder) Unsuspend(ctx, userID interface{}) *gomock.Call

Unsuspend indicates an expected call of Unsuspend.

type MockAdminWorkspaces

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

MockAdminWorkspaces is a mock of AdminWorkspaces interface.

func NewMockAdminWorkspaces

func NewMockAdminWorkspaces(ctrl *gomock.Controller) *MockAdminWorkspaces

NewMockAdminWorkspaces creates a new mock instance.

func (*MockAdminWorkspaces) Delete

func (m *MockAdminWorkspaces) Delete(ctx context.Context, workspaceID string) error

Delete mocks base method.

func (*MockAdminWorkspaces) EXPECT

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

func (*MockAdminWorkspaces) List

List mocks base method.

func (*MockAdminWorkspaces) Read

func (m *MockAdminWorkspaces) Read(ctx context.Context, workspaceID string) (*tfe.AdminWorkspace, error)

Read mocks base method.

type MockAdminWorkspacesMockRecorder

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

MockAdminWorkspacesMockRecorder is the mock recorder for MockAdminWorkspaces.

func (*MockAdminWorkspacesMockRecorder) Delete

func (mr *MockAdminWorkspacesMockRecorder) Delete(ctx, workspaceID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAdminWorkspacesMockRecorder) List

func (mr *MockAdminWorkspacesMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAdminWorkspacesMockRecorder) Read

func (mr *MockAdminWorkspacesMockRecorder) Read(ctx, workspaceID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockAgentPools

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

MockAgentPools is a mock of AgentPools interface.

func NewMockAgentPools

func NewMockAgentPools(ctrl *gomock.Controller) *MockAgentPools

NewMockAgentPools creates a new mock instance.

func (*MockAgentPools) Create

func (m *MockAgentPools) Create(ctx context.Context, organization string, options tfe.AgentPoolCreateOptions) (*tfe.AgentPool, error)

Create mocks base method.

func (*MockAgentPools) Delete

func (m *MockAgentPools) Delete(ctx context.Context, agentPoolID string) error

Delete mocks base method.

func (*MockAgentPools) EXPECT

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

func (*MockAgentPools) List

func (m *MockAgentPools) List(ctx context.Context, organization string, options tfe.AgentPoolListOptions) (*tfe.AgentPoolList, error)

List mocks base method.

func (*MockAgentPools) Read

func (m *MockAgentPools) Read(ctx context.Context, agentPoolID string) (*tfe.AgentPool, error)

Read mocks base method.

func (*MockAgentPools) Update

func (m *MockAgentPools) Update(ctx context.Context, agentPool string, options tfe.AgentPoolUpdateOptions) (*tfe.AgentPool, error)

Update mocks base method.

type MockAgentPoolsMockRecorder

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

MockAgentPoolsMockRecorder is the mock recorder for MockAgentPools.

func (*MockAgentPoolsMockRecorder) Create

func (mr *MockAgentPoolsMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockAgentPoolsMockRecorder) Delete

func (mr *MockAgentPoolsMockRecorder) Delete(ctx, agentPoolID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAgentPoolsMockRecorder) List

func (mr *MockAgentPoolsMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAgentPoolsMockRecorder) Read

func (mr *MockAgentPoolsMockRecorder) Read(ctx, agentPoolID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockAgentPoolsMockRecorder) Update

func (mr *MockAgentPoolsMockRecorder) Update(ctx, agentPool, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockAgentTokens

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

MockAgentTokens is a mock of AgentTokens interface.

func NewMockAgentTokens

func NewMockAgentTokens(ctrl *gomock.Controller) *MockAgentTokens

NewMockAgentTokens creates a new mock instance.

func (*MockAgentTokens) Delete

func (m *MockAgentTokens) Delete(ctx context.Context, agentTokenID string) error

Delete mocks base method.

func (*MockAgentTokens) EXPECT

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

func (*MockAgentTokens) Generate

func (m *MockAgentTokens) Generate(ctx context.Context, agentPoolID string, options tfe.AgentTokenGenerateOptions) (*tfe.AgentToken, error)

Generate mocks base method.

func (*MockAgentTokens) List

func (m *MockAgentTokens) List(ctx context.Context, agentPoolID string) (*tfe.AgentTokenList, error)

List mocks base method.

func (*MockAgentTokens) Read

func (m *MockAgentTokens) Read(ctx context.Context, agentTokenID string) (*tfe.AgentToken, error)

Read mocks base method.

type MockAgentTokensMockRecorder

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

MockAgentTokensMockRecorder is the mock recorder for MockAgentTokens.

func (*MockAgentTokensMockRecorder) Delete

func (mr *MockAgentTokensMockRecorder) Delete(ctx, agentTokenID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAgentTokensMockRecorder) Generate

func (mr *MockAgentTokensMockRecorder) Generate(ctx, agentPoolID, options interface{}) *gomock.Call

Generate indicates an expected call of Generate.

func (*MockAgentTokensMockRecorder) List

func (mr *MockAgentTokensMockRecorder) List(ctx, agentPoolID interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAgentTokensMockRecorder) Read

func (mr *MockAgentTokensMockRecorder) Read(ctx, agentTokenID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockApplies

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

MockApplies is a mock of Applies interface.

func NewMockApplies

func NewMockApplies(ctrl *gomock.Controller) *MockApplies

NewMockApplies creates a new mock instance.

func (*MockApplies) EXPECT

func (m *MockApplies) EXPECT() *MockAppliesMockRecorder

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

func (*MockApplies) Logs

func (m *MockApplies) Logs(ctx context.Context, applyID string) (io.Reader, error)

Logs mocks base method.

func (*MockApplies) Read

func (m *MockApplies) Read(ctx context.Context, applyID string) (*tfe.Apply, error)

Read mocks base method.

type MockAppliesMockRecorder

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

MockAppliesMockRecorder is the mock recorder for MockApplies.

func (*MockAppliesMockRecorder) Logs

func (mr *MockAppliesMockRecorder) Logs(ctx, applyID interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockAppliesMockRecorder) Read

func (mr *MockAppliesMockRecorder) Read(ctx, applyID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockConfigurationVersions

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

MockConfigurationVersions is a mock of ConfigurationVersions interface.

func NewMockConfigurationVersions

func NewMockConfigurationVersions(ctrl *gomock.Controller) *MockConfigurationVersions

NewMockConfigurationVersions creates a new mock instance.

func (*MockConfigurationVersions) Create

Create mocks base method.

func (*MockConfigurationVersions) EXPECT

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

func (*MockConfigurationVersions) List

List mocks base method.

func (*MockConfigurationVersions) Read

Read mocks base method.

func (*MockConfigurationVersions) ReadWithOptions

ReadWithOptions mocks base method.

func (*MockConfigurationVersions) Upload

func (m *MockConfigurationVersions) Upload(ctx context.Context, url, path string) error

Upload mocks base method.

type MockConfigurationVersionsMockRecorder

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

MockConfigurationVersionsMockRecorder is the mock recorder for MockConfigurationVersions.

func (*MockConfigurationVersionsMockRecorder) Create

func (mr *MockConfigurationVersionsMockRecorder) Create(ctx, workspaceID, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockConfigurationVersionsMockRecorder) List

func (mr *MockConfigurationVersionsMockRecorder) List(ctx, workspaceID, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockConfigurationVersionsMockRecorder) Read

func (mr *MockConfigurationVersionsMockRecorder) Read(ctx, cvID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockConfigurationVersionsMockRecorder) ReadWithOptions

func (mr *MockConfigurationVersionsMockRecorder) ReadWithOptions(ctx, cvID, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

func (*MockConfigurationVersionsMockRecorder) Upload

func (mr *MockConfigurationVersionsMockRecorder) Upload(ctx, url, path interface{}) *gomock.Call

Upload indicates an expected call of Upload.

type MockCostEstimates

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

MockCostEstimates is a mock of CostEstimates interface.

func NewMockCostEstimates

func NewMockCostEstimates(ctrl *gomock.Controller) *MockCostEstimates

NewMockCostEstimates creates a new mock instance.

func (*MockCostEstimates) EXPECT

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

func (*MockCostEstimates) Logs

func (m *MockCostEstimates) Logs(ctx context.Context, costEstimateID string) (io.Reader, error)

Logs mocks base method.

func (*MockCostEstimates) Read

func (m *MockCostEstimates) Read(ctx context.Context, costEstimateID string) (*tfe.CostEstimate, error)

Read mocks base method.

type MockCostEstimatesMockRecorder

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

MockCostEstimatesMockRecorder is the mock recorder for MockCostEstimates.

func (*MockCostEstimatesMockRecorder) Logs

func (mr *MockCostEstimatesMockRecorder) Logs(ctx, costEstimateID interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockCostEstimatesMockRecorder) Read

func (mr *MockCostEstimatesMockRecorder) Read(ctx, costEstimateID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockCostEstimationSettings

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

MockCostEstimationSettings is a mock of CostEstimationSettings interface.

func NewMockCostEstimationSettings

func NewMockCostEstimationSettings(ctrl *gomock.Controller) *MockCostEstimationSettings

NewMockCostEstimationSettings creates a new mock instance.

func (*MockCostEstimationSettings) EXPECT

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

func (*MockCostEstimationSettings) Read

Read mocks base method.

func (*MockCostEstimationSettings) Update

Update mocks base method.

type MockCostEstimationSettingsMockRecorder

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

MockCostEstimationSettingsMockRecorder is the mock recorder for MockCostEstimationSettings.

func (*MockCostEstimationSettingsMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockCostEstimationSettingsMockRecorder) Update

func (mr *MockCostEstimationSettingsMockRecorder) Update(ctx, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockCustomizationSettings

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

MockCustomizationSettings is a mock of CustomizationSettings interface.

func NewMockCustomizationSettings

func NewMockCustomizationSettings(ctrl *gomock.Controller) *MockCustomizationSettings

NewMockCustomizationSettings creates a new mock instance.

func (*MockCustomizationSettings) EXPECT

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

func (*MockCustomizationSettings) Read

Read mocks base method.

func (*MockCustomizationSettings) Update

Update mocks base method.

type MockCustomizationSettingsMockRecorder

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

MockCustomizationSettingsMockRecorder is the mock recorder for MockCustomizationSettings.

func (*MockCustomizationSettingsMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockCustomizationSettingsMockRecorder) Update

func (mr *MockCustomizationSettingsMockRecorder) Update(ctx, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockGeneralSettings

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

MockGeneralSettings is a mock of GeneralSettings interface.

func NewMockGeneralSettings

func NewMockGeneralSettings(ctrl *gomock.Controller) *MockGeneralSettings

NewMockGeneralSettings creates a new mock instance.

func (*MockGeneralSettings) EXPECT

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

func (*MockGeneralSettings) Read

Read mocks base method.

func (*MockGeneralSettings) Update

Update mocks base method.

type MockGeneralSettingsMockRecorder

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

MockGeneralSettingsMockRecorder is the mock recorder for MockGeneralSettings.

func (*MockGeneralSettingsMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockGeneralSettingsMockRecorder) Update

func (mr *MockGeneralSettingsMockRecorder) Update(ctx, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockIPRanges

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

MockIPRanges is a mock of IPRanges interface.

func NewMockIPRanges

func NewMockIPRanges(ctrl *gomock.Controller) *MockIPRanges

NewMockIPRanges creates a new mock instance.

func (*MockIPRanges) EXPECT

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

func (*MockIPRanges) Read

func (m *MockIPRanges) Read(ctx context.Context, modifiedSince string) (*tfe.IPRange, error)

Read mocks base method.

type MockIPRangesMockRecorder

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

MockIPRangesMockRecorder is the mock recorder for MockIPRanges.

func (*MockIPRangesMockRecorder) Read

func (mr *MockIPRangesMockRecorder) Read(ctx, modifiedSince interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockNotificationConfigurations

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

MockNotificationConfigurations is a mock of NotificationConfigurations interface.

func NewMockNotificationConfigurations

func NewMockNotificationConfigurations(ctrl *gomock.Controller) *MockNotificationConfigurations

NewMockNotificationConfigurations creates a new mock instance.

func (*MockNotificationConfigurations) Create

Create mocks base method.

func (*MockNotificationConfigurations) Delete

func (m *MockNotificationConfigurations) Delete(ctx context.Context, notificationConfigurationID string) error

Delete mocks base method.

func (*MockNotificationConfigurations) EXPECT

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

func (*MockNotificationConfigurations) List

List mocks base method.

func (*MockNotificationConfigurations) Read

func (m *MockNotificationConfigurations) Read(ctx context.Context, notificationConfigurationID string) (*tfe.NotificationConfiguration, error)

Read mocks base method.

func (*MockNotificationConfigurations) Update

Update mocks base method.

func (*MockNotificationConfigurations) Verify

func (m *MockNotificationConfigurations) Verify(ctx context.Context, notificationConfigurationID string) (*tfe.NotificationConfiguration, error)

Verify mocks base method.

type MockNotificationConfigurationsMockRecorder

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

MockNotificationConfigurationsMockRecorder is the mock recorder for MockNotificationConfigurations.

func (*MockNotificationConfigurationsMockRecorder) Create

func (mr *MockNotificationConfigurationsMockRecorder) Create(ctx, workspaceID, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockNotificationConfigurationsMockRecorder) Delete

func (mr *MockNotificationConfigurationsMockRecorder) Delete(ctx, notificationConfigurationID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNotificationConfigurationsMockRecorder) List

func (mr *MockNotificationConfigurationsMockRecorder) List(ctx, workspaceID, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockNotificationConfigurationsMockRecorder) Read

func (mr *MockNotificationConfigurationsMockRecorder) Read(ctx, notificationConfigurationID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockNotificationConfigurationsMockRecorder) Update

func (mr *MockNotificationConfigurationsMockRecorder) Update(ctx, notificationConfigurationID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockNotificationConfigurationsMockRecorder) Verify

func (mr *MockNotificationConfigurationsMockRecorder) Verify(ctx, notificationConfigurationID interface{}) *gomock.Call

Verify indicates an expected call of Verify.

type MockOAuthClients

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

MockOAuthClients is a mock of OAuthClients interface.

func NewMockOAuthClients

func NewMockOAuthClients(ctrl *gomock.Controller) *MockOAuthClients

NewMockOAuthClients creates a new mock instance.

func (*MockOAuthClients) Create

func (m *MockOAuthClients) Create(ctx context.Context, organization string, options tfe.OAuthClientCreateOptions) (*tfe.OAuthClient, error)

Create mocks base method.

func (*MockOAuthClients) Delete

func (m *MockOAuthClients) Delete(ctx context.Context, oAuthClientID string) error

Delete mocks base method.

func (*MockOAuthClients) EXPECT

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

func (*MockOAuthClients) List

func (m *MockOAuthClients) List(ctx context.Context, organization string, options tfe.OAuthClientListOptions) (*tfe.OAuthClientList, error)

List mocks base method.

func (*MockOAuthClients) Read

func (m *MockOAuthClients) Read(ctx context.Context, oAuthClientID string) (*tfe.OAuthClient, error)

Read mocks base method.

func (*MockOAuthClients) Update

func (m *MockOAuthClients) Update(ctx context.Context, oAuthClientID string, options tfe.OAuthClientUpdateOptions) (*tfe.OAuthClient, error)

Update mocks base method.

type MockOAuthClientsMockRecorder

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

MockOAuthClientsMockRecorder is the mock recorder for MockOAuthClients.

func (*MockOAuthClientsMockRecorder) Create

func (mr *MockOAuthClientsMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockOAuthClientsMockRecorder) Delete

func (mr *MockOAuthClientsMockRecorder) Delete(ctx, oAuthClientID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockOAuthClientsMockRecorder) List

func (mr *MockOAuthClientsMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockOAuthClientsMockRecorder) Read

func (mr *MockOAuthClientsMockRecorder) Read(ctx, oAuthClientID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockOAuthClientsMockRecorder) Update

func (mr *MockOAuthClientsMockRecorder) Update(ctx, oAuthClientID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockOAuthTokens

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

MockOAuthTokens is a mock of OAuthTokens interface.

func NewMockOAuthTokens

func NewMockOAuthTokens(ctrl *gomock.Controller) *MockOAuthTokens

NewMockOAuthTokens creates a new mock instance.

func (*MockOAuthTokens) Delete

func (m *MockOAuthTokens) Delete(ctx context.Context, oAuthTokenID string) error

Delete mocks base method.

func (*MockOAuthTokens) EXPECT

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

func (*MockOAuthTokens) List

func (m *MockOAuthTokens) List(ctx context.Context, organization string, options tfe.OAuthTokenListOptions) (*tfe.OAuthTokenList, error)

List mocks base method.

func (*MockOAuthTokens) Read

func (m *MockOAuthTokens) Read(ctx context.Context, oAuthTokenID string) (*tfe.OAuthToken, error)

Read mocks base method.

func (*MockOAuthTokens) Update

func (m *MockOAuthTokens) Update(ctx context.Context, oAuthTokenID string, options tfe.OAuthTokenUpdateOptions) (*tfe.OAuthToken, error)

Update mocks base method.

type MockOAuthTokensMockRecorder

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

MockOAuthTokensMockRecorder is the mock recorder for MockOAuthTokens.

func (*MockOAuthTokensMockRecorder) Delete

func (mr *MockOAuthTokensMockRecorder) Delete(ctx, oAuthTokenID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockOAuthTokensMockRecorder) List

func (mr *MockOAuthTokensMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockOAuthTokensMockRecorder) Read

func (mr *MockOAuthTokensMockRecorder) Read(ctx, oAuthTokenID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockOAuthTokensMockRecorder) Update

func (mr *MockOAuthTokensMockRecorder) Update(ctx, oAuthTokenID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockOrganizationMemberships

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

MockOrganizationMemberships is a mock of OrganizationMemberships interface.

func NewMockOrganizationMemberships

func NewMockOrganizationMemberships(ctrl *gomock.Controller) *MockOrganizationMemberships

NewMockOrganizationMemberships creates a new mock instance.

func (*MockOrganizationMemberships) Create

Create mocks base method.

func (*MockOrganizationMemberships) Delete

func (m *MockOrganizationMemberships) Delete(ctx context.Context, organizationMembershipID string) error

Delete mocks base method.

func (*MockOrganizationMemberships) EXPECT

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

func (*MockOrganizationMemberships) List

List mocks base method.

func (*MockOrganizationMemberships) Read

func (m *MockOrganizationMemberships) Read(ctx context.Context, organizationMembershipID string) (*tfe.OrganizationMembership, error)

Read mocks base method.

func (*MockOrganizationMemberships) ReadWithOptions

func (m *MockOrganizationMemberships) ReadWithOptions(ctx context.Context, organizationMembershipID string, options tfe.OrganizationMembershipReadOptions) (*tfe.OrganizationMembership, error)

ReadWithOptions mocks base method.

type MockOrganizationMembershipsMockRecorder

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

MockOrganizationMembershipsMockRecorder is the mock recorder for MockOrganizationMemberships.

func (*MockOrganizationMembershipsMockRecorder) Create

func (mr *MockOrganizationMembershipsMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockOrganizationMembershipsMockRecorder) Delete

func (mr *MockOrganizationMembershipsMockRecorder) Delete(ctx, organizationMembershipID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockOrganizationMembershipsMockRecorder) List

func (mr *MockOrganizationMembershipsMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockOrganizationMembershipsMockRecorder) Read

func (mr *MockOrganizationMembershipsMockRecorder) Read(ctx, organizationMembershipID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockOrganizationMembershipsMockRecorder) ReadWithOptions

func (mr *MockOrganizationMembershipsMockRecorder) ReadWithOptions(ctx, organizationMembershipID, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

type MockOrganizationTokens

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

MockOrganizationTokens is a mock of OrganizationTokens interface.

func NewMockOrganizationTokens

func NewMockOrganizationTokens(ctrl *gomock.Controller) *MockOrganizationTokens

NewMockOrganizationTokens creates a new mock instance.

func (*MockOrganizationTokens) Delete

func (m *MockOrganizationTokens) Delete(ctx context.Context, organization string) error

Delete mocks base method.

func (*MockOrganizationTokens) EXPECT

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

func (*MockOrganizationTokens) Generate

func (m *MockOrganizationTokens) Generate(ctx context.Context, organization string) (*tfe.OrganizationToken, error)

Generate mocks base method.

func (*MockOrganizationTokens) Read

func (m *MockOrganizationTokens) Read(ctx context.Context, organization string) (*tfe.OrganizationToken, error)

Read mocks base method.

type MockOrganizationTokensMockRecorder

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

MockOrganizationTokensMockRecorder is the mock recorder for MockOrganizationTokens.

func (*MockOrganizationTokensMockRecorder) Delete

func (mr *MockOrganizationTokensMockRecorder) Delete(ctx, organization interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockOrganizationTokensMockRecorder) Generate

func (mr *MockOrganizationTokensMockRecorder) Generate(ctx, organization interface{}) *gomock.Call

Generate indicates an expected call of Generate.

func (*MockOrganizationTokensMockRecorder) Read

func (mr *MockOrganizationTokensMockRecorder) Read(ctx, organization interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockOrganizations

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

MockOrganizations is a mock of Organizations interface.

func NewMockOrganizations

func NewMockOrganizations(ctrl *gomock.Controller) *MockOrganizations

NewMockOrganizations creates a new mock instance.

func (*MockOrganizations) Capacity

func (m *MockOrganizations) Capacity(ctx context.Context, organization string) (*tfe.Capacity, error)

Capacity mocks base method.

func (*MockOrganizations) Create

Create mocks base method.

func (*MockOrganizations) Delete

func (m *MockOrganizations) Delete(ctx context.Context, organization string) error

Delete mocks base method.

func (*MockOrganizations) EXPECT

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

func (*MockOrganizations) Entitlements

func (m *MockOrganizations) Entitlements(ctx context.Context, organization string) (*tfe.Entitlements, error)

Entitlements mocks base method.

func (*MockOrganizations) List

List mocks base method.

func (*MockOrganizations) Read

func (m *MockOrganizations) Read(ctx context.Context, organization string) (*tfe.Organization, error)

Read mocks base method.

func (*MockOrganizations) RunQueue

func (m *MockOrganizations) RunQueue(ctx context.Context, organization string, options tfe.RunQueueOptions) (*tfe.RunQueue, error)

RunQueue mocks base method.

func (*MockOrganizations) Update

func (m *MockOrganizations) Update(ctx context.Context, organization string, options tfe.OrganizationUpdateOptions) (*tfe.Organization, error)

Update mocks base method.

type MockOrganizationsMockRecorder

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

MockOrganizationsMockRecorder is the mock recorder for MockOrganizations.

func (*MockOrganizationsMockRecorder) Capacity

func (mr *MockOrganizationsMockRecorder) Capacity(ctx, organization interface{}) *gomock.Call

Capacity indicates an expected call of Capacity.

func (*MockOrganizationsMockRecorder) Create

func (mr *MockOrganizationsMockRecorder) Create(ctx, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockOrganizationsMockRecorder) Delete

func (mr *MockOrganizationsMockRecorder) Delete(ctx, organization interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockOrganizationsMockRecorder) Entitlements

func (mr *MockOrganizationsMockRecorder) Entitlements(ctx, organization interface{}) *gomock.Call

Entitlements indicates an expected call of Entitlements.

func (*MockOrganizationsMockRecorder) List

func (mr *MockOrganizationsMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockOrganizationsMockRecorder) Read

func (mr *MockOrganizationsMockRecorder) Read(ctx, organization interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockOrganizationsMockRecorder) RunQueue

func (mr *MockOrganizationsMockRecorder) RunQueue(ctx, organization, options interface{}) *gomock.Call

RunQueue indicates an expected call of RunQueue.

func (*MockOrganizationsMockRecorder) Update

func (mr *MockOrganizationsMockRecorder) Update(ctx, organization, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockPlanExports

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

MockPlanExports is a mock of PlanExports interface.

func NewMockPlanExports

func NewMockPlanExports(ctrl *gomock.Controller) *MockPlanExports

NewMockPlanExports creates a new mock instance.

func (*MockPlanExports) Create

Create mocks base method.

func (*MockPlanExports) Delete

func (m *MockPlanExports) Delete(ctx context.Context, planExportID string) error

Delete mocks base method.

func (*MockPlanExports) Download

func (m *MockPlanExports) Download(ctx context.Context, planExportID string) ([]byte, error)

Download mocks base method.

func (*MockPlanExports) EXPECT

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

func (*MockPlanExports) Read

func (m *MockPlanExports) Read(ctx context.Context, planExportID string) (*tfe.PlanExport, error)

Read mocks base method.

type MockPlanExportsMockRecorder

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

MockPlanExportsMockRecorder is the mock recorder for MockPlanExports.

func (*MockPlanExportsMockRecorder) Create

func (mr *MockPlanExportsMockRecorder) Create(ctx, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockPlanExportsMockRecorder) Delete

func (mr *MockPlanExportsMockRecorder) Delete(ctx, planExportID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockPlanExportsMockRecorder) Download

func (mr *MockPlanExportsMockRecorder) Download(ctx, planExportID interface{}) *gomock.Call

Download indicates an expected call of Download.

func (*MockPlanExportsMockRecorder) Read

func (mr *MockPlanExportsMockRecorder) Read(ctx, planExportID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockPlans

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

MockPlans is a mock of Plans interface.

func NewMockPlans

func NewMockPlans(ctrl *gomock.Controller) *MockPlans

NewMockPlans creates a new mock instance.

func (*MockPlans) EXPECT

func (m *MockPlans) EXPECT() *MockPlansMockRecorder

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

func (*MockPlans) JSONOutput

func (m *MockPlans) JSONOutput(ctx context.Context, planID string) ([]byte, error)

JSONOutput mocks base method.

func (*MockPlans) Logs

func (m *MockPlans) Logs(ctx context.Context, planID string) (io.Reader, error)

Logs mocks base method.

func (*MockPlans) Read

func (m *MockPlans) Read(ctx context.Context, planID string) (*tfe.Plan, error)

Read mocks base method.

type MockPlansMockRecorder

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

MockPlansMockRecorder is the mock recorder for MockPlans.

func (*MockPlansMockRecorder) JSONOutput

func (mr *MockPlansMockRecorder) JSONOutput(ctx, planID interface{}) *gomock.Call

JSONOutput indicates an expected call of JSONOutput.

func (*MockPlansMockRecorder) Logs

func (mr *MockPlansMockRecorder) Logs(ctx, planID interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockPlansMockRecorder) Read

func (mr *MockPlansMockRecorder) Read(ctx, planID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockPolicies

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

MockPolicies is a mock of Policies interface.

func NewMockPolicies

func NewMockPolicies(ctrl *gomock.Controller) *MockPolicies

NewMockPolicies creates a new mock instance.

func (*MockPolicies) Create

func (m *MockPolicies) Create(ctx context.Context, organization string, options tfe.PolicyCreateOptions) (*tfe.Policy, error)

Create mocks base method.

func (*MockPolicies) Delete

func (m *MockPolicies) Delete(ctx context.Context, policyID string) error

Delete mocks base method.

func (*MockPolicies) Download

func (m *MockPolicies) Download(ctx context.Context, policyID string) ([]byte, error)

Download mocks base method.

func (*MockPolicies) EXPECT

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

func (*MockPolicies) List

func (m *MockPolicies) List(ctx context.Context, organization string, options tfe.PolicyListOptions) (*tfe.PolicyList, error)

List mocks base method.

func (*MockPolicies) Read

func (m *MockPolicies) Read(ctx context.Context, policyID string) (*tfe.Policy, error)

Read mocks base method.

func (*MockPolicies) Update

func (m *MockPolicies) Update(ctx context.Context, policyID string, options tfe.PolicyUpdateOptions) (*tfe.Policy, error)

Update mocks base method.

func (*MockPolicies) Upload

func (m *MockPolicies) Upload(ctx context.Context, policyID string, content []byte) error

Upload mocks base method.

type MockPoliciesMockRecorder

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

MockPoliciesMockRecorder is the mock recorder for MockPolicies.

func (*MockPoliciesMockRecorder) Create

func (mr *MockPoliciesMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockPoliciesMockRecorder) Delete

func (mr *MockPoliciesMockRecorder) Delete(ctx, policyID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockPoliciesMockRecorder) Download

func (mr *MockPoliciesMockRecorder) Download(ctx, policyID interface{}) *gomock.Call

Download indicates an expected call of Download.

func (*MockPoliciesMockRecorder) List

func (mr *MockPoliciesMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockPoliciesMockRecorder) Read

func (mr *MockPoliciesMockRecorder) Read(ctx, policyID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockPoliciesMockRecorder) Update

func (mr *MockPoliciesMockRecorder) Update(ctx, policyID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockPoliciesMockRecorder) Upload

func (mr *MockPoliciesMockRecorder) Upload(ctx, policyID, content interface{}) *gomock.Call

Upload indicates an expected call of Upload.

type MockPolicyChecks

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

MockPolicyChecks is a mock of PolicyChecks interface.

func NewMockPolicyChecks

func NewMockPolicyChecks(ctrl *gomock.Controller) *MockPolicyChecks

NewMockPolicyChecks creates a new mock instance.

func (*MockPolicyChecks) EXPECT

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

func (*MockPolicyChecks) List

List mocks base method.

func (*MockPolicyChecks) Logs

func (m *MockPolicyChecks) Logs(ctx context.Context, policyCheckID string) (io.Reader, error)

Logs mocks base method.

func (*MockPolicyChecks) Override

func (m *MockPolicyChecks) Override(ctx context.Context, policyCheckID string) (*tfe.PolicyCheck, error)

Override mocks base method.

func (*MockPolicyChecks) Read

func (m *MockPolicyChecks) Read(ctx context.Context, policyCheckID string) (*tfe.PolicyCheck, error)

Read mocks base method.

type MockPolicyChecksMockRecorder

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

MockPolicyChecksMockRecorder is the mock recorder for MockPolicyChecks.

func (*MockPolicyChecksMockRecorder) List

func (mr *MockPolicyChecksMockRecorder) List(ctx, runID, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockPolicyChecksMockRecorder) Logs

func (mr *MockPolicyChecksMockRecorder) Logs(ctx, policyCheckID interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockPolicyChecksMockRecorder) Override

func (mr *MockPolicyChecksMockRecorder) Override(ctx, policyCheckID interface{}) *gomock.Call

Override indicates an expected call of Override.

func (*MockPolicyChecksMockRecorder) Read

func (mr *MockPolicyChecksMockRecorder) Read(ctx, policyCheckID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockPolicySetParameters

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

MockPolicySetParameters is a mock of PolicySetParameters interface.

func NewMockPolicySetParameters

func NewMockPolicySetParameters(ctrl *gomock.Controller) *MockPolicySetParameters

NewMockPolicySetParameters creates a new mock instance.

func (*MockPolicySetParameters) Create

Create mocks base method.

func (*MockPolicySetParameters) Delete

func (m *MockPolicySetParameters) Delete(ctx context.Context, policySetID, parameterID string) error

Delete mocks base method.

func (*MockPolicySetParameters) EXPECT

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

func (*MockPolicySetParameters) List

List mocks base method.

func (*MockPolicySetParameters) Read

func (m *MockPolicySetParameters) Read(ctx context.Context, policySetID, parameterID string) (*tfe.PolicySetParameter, error)

Read mocks base method.

func (*MockPolicySetParameters) Update

func (m *MockPolicySetParameters) Update(ctx context.Context, policySetID, parameterID string, options tfe.PolicySetParameterUpdateOptions) (*tfe.PolicySetParameter, error)

Update mocks base method.

type MockPolicySetParametersMockRecorder

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

MockPolicySetParametersMockRecorder is the mock recorder for MockPolicySetParameters.

func (*MockPolicySetParametersMockRecorder) Create

func (mr *MockPolicySetParametersMockRecorder) Create(ctx, policySetID, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockPolicySetParametersMockRecorder) Delete

func (mr *MockPolicySetParametersMockRecorder) Delete(ctx, policySetID, parameterID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockPolicySetParametersMockRecorder) List

func (mr *MockPolicySetParametersMockRecorder) List(ctx, policySetID, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockPolicySetParametersMockRecorder) Read

func (mr *MockPolicySetParametersMockRecorder) Read(ctx, policySetID, parameterID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockPolicySetParametersMockRecorder) Update

func (mr *MockPolicySetParametersMockRecorder) Update(ctx, policySetID, parameterID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockPolicySetVersions

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

MockPolicySetVersions is a mock of PolicySetVersions interface.

func NewMockPolicySetVersions

func NewMockPolicySetVersions(ctrl *gomock.Controller) *MockPolicySetVersions

NewMockPolicySetVersions creates a new mock instance.

func (*MockPolicySetVersions) Create

func (m *MockPolicySetVersions) Create(ctx context.Context, policySetID string) (*tfe.PolicySetVersion, error)

Create mocks base method.

func (*MockPolicySetVersions) EXPECT

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

func (*MockPolicySetVersions) Read

func (m *MockPolicySetVersions) Read(ctx context.Context, policySetVersionID string) (*tfe.PolicySetVersion, error)

Read mocks base method.

func (*MockPolicySetVersions) Upload

Upload mocks base method.

type MockPolicySetVersionsMockRecorder

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

MockPolicySetVersionsMockRecorder is the mock recorder for MockPolicySetVersions.

func (*MockPolicySetVersionsMockRecorder) Create

func (mr *MockPolicySetVersionsMockRecorder) Create(ctx, policySetID interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockPolicySetVersionsMockRecorder) Read

func (mr *MockPolicySetVersionsMockRecorder) Read(ctx, policySetVersionID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockPolicySetVersionsMockRecorder) Upload

func (mr *MockPolicySetVersionsMockRecorder) Upload(ctx, psv, path interface{}) *gomock.Call

Upload indicates an expected call of Upload.

type MockPolicySets

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

MockPolicySets is a mock of PolicySets interface.

func NewMockPolicySets

func NewMockPolicySets(ctrl *gomock.Controller) *MockPolicySets

NewMockPolicySets creates a new mock instance.

func (*MockPolicySets) AddPolicies

func (m *MockPolicySets) AddPolicies(ctx context.Context, policySetID string, options tfe.PolicySetAddPoliciesOptions) error

AddPolicies mocks base method.

func (*MockPolicySets) AddWorkspaces

func (m *MockPolicySets) AddWorkspaces(ctx context.Context, policySetID string, options tfe.PolicySetAddWorkspacesOptions) error

AddWorkspaces mocks base method.

func (*MockPolicySets) Create

func (m *MockPolicySets) Create(ctx context.Context, organization string, options tfe.PolicySetCreateOptions) (*tfe.PolicySet, error)

Create mocks base method.

func (*MockPolicySets) Delete

func (m *MockPolicySets) Delete(ctx context.Context, policyID string) error

Delete mocks base method.

func (*MockPolicySets) EXPECT

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

func (*MockPolicySets) List

func (m *MockPolicySets) List(ctx context.Context, organization string, options tfe.PolicySetListOptions) (*tfe.PolicySetList, error)

List mocks base method.

func (*MockPolicySets) Read

func (m *MockPolicySets) Read(ctx context.Context, policySetID string) (*tfe.PolicySet, error)

Read mocks base method.

func (*MockPolicySets) ReadWithOptions

func (m *MockPolicySets) ReadWithOptions(ctx context.Context, policySetID string, options *tfe.PolicySetReadOptions) (*tfe.PolicySet, error)

ReadWithOptions mocks base method.

func (*MockPolicySets) RemovePolicies

func (m *MockPolicySets) RemovePolicies(ctx context.Context, policySetID string, options tfe.PolicySetRemovePoliciesOptions) error

RemovePolicies mocks base method.

func (*MockPolicySets) RemoveWorkspaces

func (m *MockPolicySets) RemoveWorkspaces(ctx context.Context, policySetID string, options tfe.PolicySetRemoveWorkspacesOptions) error

RemoveWorkspaces mocks base method.

func (*MockPolicySets) Update

func (m *MockPolicySets) Update(ctx context.Context, policySetID string, options tfe.PolicySetUpdateOptions) (*tfe.PolicySet, error)

Update mocks base method.

type MockPolicySetsMockRecorder

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

MockPolicySetsMockRecorder is the mock recorder for MockPolicySets.

func (*MockPolicySetsMockRecorder) AddPolicies

func (mr *MockPolicySetsMockRecorder) AddPolicies(ctx, policySetID, options interface{}) *gomock.Call

AddPolicies indicates an expected call of AddPolicies.

func (*MockPolicySetsMockRecorder) AddWorkspaces

func (mr *MockPolicySetsMockRecorder) AddWorkspaces(ctx, policySetID, options interface{}) *gomock.Call

AddWorkspaces indicates an expected call of AddWorkspaces.

func (*MockPolicySetsMockRecorder) Create

func (mr *MockPolicySetsMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockPolicySetsMockRecorder) Delete

func (mr *MockPolicySetsMockRecorder) Delete(ctx, policyID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockPolicySetsMockRecorder) List

func (mr *MockPolicySetsMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockPolicySetsMockRecorder) Read

func (mr *MockPolicySetsMockRecorder) Read(ctx, policySetID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockPolicySetsMockRecorder) ReadWithOptions

func (mr *MockPolicySetsMockRecorder) ReadWithOptions(ctx, policySetID, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

func (*MockPolicySetsMockRecorder) RemovePolicies

func (mr *MockPolicySetsMockRecorder) RemovePolicies(ctx, policySetID, options interface{}) *gomock.Call

RemovePolicies indicates an expected call of RemovePolicies.

func (*MockPolicySetsMockRecorder) RemoveWorkspaces

func (mr *MockPolicySetsMockRecorder) RemoveWorkspaces(ctx, policySetID, options interface{}) *gomock.Call

RemoveWorkspaces indicates an expected call of RemoveWorkspaces.

func (*MockPolicySetsMockRecorder) Update

func (mr *MockPolicySetsMockRecorder) Update(ctx, policySetID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockRegistryModules

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

MockRegistryModules is a mock of RegistryModules interface.

func NewMockRegistryModules

func NewMockRegistryModules(ctrl *gomock.Controller) *MockRegistryModules

NewMockRegistryModules creates a new mock instance.

func (*MockRegistryModules) Create

Create mocks base method.

func (*MockRegistryModules) CreateVersion

func (m *MockRegistryModules) CreateVersion(ctx context.Context, organization, name, provider string, options tfe.RegistryModuleCreateVersionOptions) (*tfe.RegistryModuleVersion, error)

CreateVersion mocks base method.

func (*MockRegistryModules) CreateWithVCSConnection

CreateWithVCSConnection mocks base method.

func (*MockRegistryModules) Delete

func (m *MockRegistryModules) Delete(ctx context.Context, organization, name string) error

Delete mocks base method.

func (*MockRegistryModules) DeleteProvider

func (m *MockRegistryModules) DeleteProvider(ctx context.Context, organization, name, provider string) error

DeleteProvider mocks base method.

func (*MockRegistryModules) DeleteVersion

func (m *MockRegistryModules) DeleteVersion(ctx context.Context, organization, name, provider, version string) error

DeleteVersion mocks base method.

func (*MockRegistryModules) EXPECT

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

func (*MockRegistryModules) Read

func (m *MockRegistryModules) Read(ctx context.Context, organization, name, provider string) (*tfe.RegistryModule, error)

Read mocks base method.

func (*MockRegistryModules) Upload

Upload mocks base method.

type MockRegistryModulesMockRecorder

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

MockRegistryModulesMockRecorder is the mock recorder for MockRegistryModules.

func (*MockRegistryModulesMockRecorder) Create

func (mr *MockRegistryModulesMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockRegistryModulesMockRecorder) CreateVersion

func (mr *MockRegistryModulesMockRecorder) CreateVersion(ctx, organization, name, provider, options interface{}) *gomock.Call

CreateVersion indicates an expected call of CreateVersion.

func (*MockRegistryModulesMockRecorder) CreateWithVCSConnection

func (mr *MockRegistryModulesMockRecorder) CreateWithVCSConnection(ctx, options interface{}) *gomock.Call

CreateWithVCSConnection indicates an expected call of CreateWithVCSConnection.

func (*MockRegistryModulesMockRecorder) Delete

func (mr *MockRegistryModulesMockRecorder) Delete(ctx, organization, name interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRegistryModulesMockRecorder) DeleteProvider

func (mr *MockRegistryModulesMockRecorder) DeleteProvider(ctx, organization, name, provider interface{}) *gomock.Call

DeleteProvider indicates an expected call of DeleteProvider.

func (*MockRegistryModulesMockRecorder) DeleteVersion

func (mr *MockRegistryModulesMockRecorder) DeleteVersion(ctx, organization, name, provider, version interface{}) *gomock.Call

DeleteVersion indicates an expected call of DeleteVersion.

func (*MockRegistryModulesMockRecorder) Read

func (mr *MockRegistryModulesMockRecorder) Read(ctx, organization, name, provider interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockRegistryModulesMockRecorder) Upload

func (mr *MockRegistryModulesMockRecorder) Upload(ctx, rmv, path interface{}) *gomock.Call

Upload indicates an expected call of Upload.

type MockRunTriggers

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

MockRunTriggers is a mock of RunTriggers interface.

func NewMockRunTriggers

func NewMockRunTriggers(ctrl *gomock.Controller) *MockRunTriggers

NewMockRunTriggers creates a new mock instance.

func (*MockRunTriggers) Create

func (m *MockRunTriggers) Create(ctx context.Context, workspaceID string, options tfe.RunTriggerCreateOptions) (*tfe.RunTrigger, error)

Create mocks base method.

func (*MockRunTriggers) Delete

func (m *MockRunTriggers) Delete(ctx context.Context, RunTriggerID string) error

Delete mocks base method.

func (*MockRunTriggers) EXPECT

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

func (*MockRunTriggers) List

func (m *MockRunTriggers) List(ctx context.Context, workspaceID string, options tfe.RunTriggerListOptions) (*tfe.RunTriggerList, error)

List mocks base method.

func (*MockRunTriggers) Read

func (m *MockRunTriggers) Read(ctx context.Context, RunTriggerID string) (*tfe.RunTrigger, error)

Read mocks base method.

type MockRunTriggersMockRecorder

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

MockRunTriggersMockRecorder is the mock recorder for MockRunTriggers.

func (*MockRunTriggersMockRecorder) Create

func (mr *MockRunTriggersMockRecorder) Create(ctx, workspaceID, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockRunTriggersMockRecorder) Delete

func (mr *MockRunTriggersMockRecorder) Delete(ctx, RunTriggerID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRunTriggersMockRecorder) List

func (mr *MockRunTriggersMockRecorder) List(ctx, workspaceID, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockRunTriggersMockRecorder) Read

func (mr *MockRunTriggersMockRecorder) Read(ctx, RunTriggerID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockRuns

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

MockRuns is a mock of Runs interface.

func NewMockRuns

func NewMockRuns(ctrl *gomock.Controller) *MockRuns

NewMockRuns creates a new mock instance.

func (*MockRuns) Apply

func (m *MockRuns) Apply(ctx context.Context, runID string, options tfe.RunApplyOptions) error

Apply mocks base method.

func (*MockRuns) Cancel

func (m *MockRuns) Cancel(ctx context.Context, runID string, options tfe.RunCancelOptions) error

Cancel mocks base method.

func (*MockRuns) Create

func (m *MockRuns) Create(ctx context.Context, options tfe.RunCreateOptions) (*tfe.Run, error)

Create mocks base method.

func (*MockRuns) Discard

func (m *MockRuns) Discard(ctx context.Context, runID string, options tfe.RunDiscardOptions) error

Discard mocks base method.

func (*MockRuns) EXPECT

func (m *MockRuns) EXPECT() *MockRunsMockRecorder

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

func (*MockRuns) ForceCancel

func (m *MockRuns) ForceCancel(ctx context.Context, runID string, options tfe.RunForceCancelOptions) error

ForceCancel mocks base method.

func (*MockRuns) List

func (m *MockRuns) List(ctx context.Context, workspaceID string, options tfe.RunListOptions) (*tfe.RunList, error)

List mocks base method.

func (*MockRuns) Read

func (m *MockRuns) Read(ctx context.Context, runID string) (*tfe.Run, error)

Read mocks base method.

func (*MockRuns) ReadWithOptions

func (m *MockRuns) ReadWithOptions(ctx context.Context, runID string, options *tfe.RunReadOptions) (*tfe.Run, error)

ReadWithOptions mocks base method.

type MockRunsMockRecorder

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

MockRunsMockRecorder is the mock recorder for MockRuns.

func (*MockRunsMockRecorder) Apply

func (mr *MockRunsMockRecorder) Apply(ctx, runID, options interface{}) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockRunsMockRecorder) Cancel

func (mr *MockRunsMockRecorder) Cancel(ctx, runID, options interface{}) *gomock.Call

Cancel indicates an expected call of Cancel.

func (*MockRunsMockRecorder) Create

func (mr *MockRunsMockRecorder) Create(ctx, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockRunsMockRecorder) Discard

func (mr *MockRunsMockRecorder) Discard(ctx, runID, options interface{}) *gomock.Call

Discard indicates an expected call of Discard.

func (*MockRunsMockRecorder) ForceCancel

func (mr *MockRunsMockRecorder) ForceCancel(ctx, runID, options interface{}) *gomock.Call

ForceCancel indicates an expected call of ForceCancel.

func (*MockRunsMockRecorder) List

func (mr *MockRunsMockRecorder) List(ctx, workspaceID, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockRunsMockRecorder) Read

func (mr *MockRunsMockRecorder) Read(ctx, runID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockRunsMockRecorder) ReadWithOptions

func (mr *MockRunsMockRecorder) ReadWithOptions(ctx, runID, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

type MockSAMLSettings

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

MockSAMLSettings is a mock of SAMLSettings interface.

func NewMockSAMLSettings

func NewMockSAMLSettings(ctrl *gomock.Controller) *MockSAMLSettings

NewMockSAMLSettings creates a new mock instance.

func (*MockSAMLSettings) EXPECT

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

func (*MockSAMLSettings) Read

Read mocks base method.

func (*MockSAMLSettings) RevokeIdpCert

func (m *MockSAMLSettings) RevokeIdpCert(ctx context.Context) (*tfe.AdminSAMLSetting, error)

RevokeIdpCert mocks base method.

func (*MockSAMLSettings) Update

Update mocks base method.

type MockSAMLSettingsMockRecorder

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

MockSAMLSettingsMockRecorder is the mock recorder for MockSAMLSettings.

func (*MockSAMLSettingsMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockSAMLSettingsMockRecorder) RevokeIdpCert

func (mr *MockSAMLSettingsMockRecorder) RevokeIdpCert(ctx interface{}) *gomock.Call

RevokeIdpCert indicates an expected call of RevokeIdpCert.

func (*MockSAMLSettingsMockRecorder) Update

func (mr *MockSAMLSettingsMockRecorder) Update(ctx, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockSMTPSettings

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

MockSMTPSettings is a mock of SMTPSettings interface.

func NewMockSMTPSettings

func NewMockSMTPSettings(ctrl *gomock.Controller) *MockSMTPSettings

NewMockSMTPSettings creates a new mock instance.

func (*MockSMTPSettings) EXPECT

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

func (*MockSMTPSettings) Read

Read mocks base method.

func (*MockSMTPSettings) Update

Update mocks base method.

type MockSMTPSettingsMockRecorder

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

MockSMTPSettingsMockRecorder is the mock recorder for MockSMTPSettings.

func (*MockSMTPSettingsMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockSMTPSettingsMockRecorder) Update

func (mr *MockSMTPSettingsMockRecorder) Update(ctx, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockSSHKeys

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

MockSSHKeys is a mock of SSHKeys interface.

func NewMockSSHKeys

func NewMockSSHKeys(ctrl *gomock.Controller) *MockSSHKeys

NewMockSSHKeys creates a new mock instance.

func (*MockSSHKeys) Create

func (m *MockSSHKeys) Create(ctx context.Context, organization string, options tfe.SSHKeyCreateOptions) (*tfe.SSHKey, error)

Create mocks base method.

func (*MockSSHKeys) Delete

func (m *MockSSHKeys) Delete(ctx context.Context, sshKeyID string) error

Delete mocks base method.

func (*MockSSHKeys) EXPECT

func (m *MockSSHKeys) EXPECT() *MockSSHKeysMockRecorder

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

func (*MockSSHKeys) List

func (m *MockSSHKeys) List(ctx context.Context, organization string, options tfe.SSHKeyListOptions) (*tfe.SSHKeyList, error)

List mocks base method.

func (*MockSSHKeys) Read

func (m *MockSSHKeys) Read(ctx context.Context, sshKeyID string) (*tfe.SSHKey, error)

Read mocks base method.

func (*MockSSHKeys) Update

func (m *MockSSHKeys) Update(ctx context.Context, sshKeyID string, options tfe.SSHKeyUpdateOptions) (*tfe.SSHKey, error)

Update mocks base method.

type MockSSHKeysMockRecorder

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

MockSSHKeysMockRecorder is the mock recorder for MockSSHKeys.

func (*MockSSHKeysMockRecorder) Create

func (mr *MockSSHKeysMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSSHKeysMockRecorder) Delete

func (mr *MockSSHKeysMockRecorder) Delete(ctx, sshKeyID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSSHKeysMockRecorder) List

func (mr *MockSSHKeysMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockSSHKeysMockRecorder) Read

func (mr *MockSSHKeysMockRecorder) Read(ctx, sshKeyID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockSSHKeysMockRecorder) Update

func (mr *MockSSHKeysMockRecorder) Update(ctx, sshKeyID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockStateVersionOutputs

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

MockStateVersionOutputs is a mock of StateVersionOutputs interface.

func NewMockStateVersionOutputs

func NewMockStateVersionOutputs(ctrl *gomock.Controller) *MockStateVersionOutputs

NewMockStateVersionOutputs creates a new mock instance.

func (*MockStateVersionOutputs) EXPECT

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

func (*MockStateVersionOutputs) Read

Read mocks base method.

type MockStateVersionOutputsMockRecorder

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

MockStateVersionOutputsMockRecorder is the mock recorder for MockStateVersionOutputs.

func (*MockStateVersionOutputsMockRecorder) Read

func (mr *MockStateVersionOutputsMockRecorder) Read(ctx, outputID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockStateVersions

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

MockStateVersions is a mock of StateVersions interface.

func NewMockStateVersions

func NewMockStateVersions(ctrl *gomock.Controller) *MockStateVersions

NewMockStateVersions creates a new mock instance.

func (*MockStateVersions) Create

func (m *MockStateVersions) Create(ctx context.Context, workspaceID string, options tfe.StateVersionCreateOptions) (*tfe.StateVersion, error)

Create mocks base method.

func (*MockStateVersions) Current

func (m *MockStateVersions) Current(ctx context.Context, workspaceID string) (*tfe.StateVersion, error)

Current mocks base method.

func (*MockStateVersions) CurrentWithOptions

func (m *MockStateVersions) CurrentWithOptions(ctx context.Context, workspaceID string, options *tfe.StateVersionCurrentOptions) (*tfe.StateVersion, error)

CurrentWithOptions mocks base method.

func (*MockStateVersions) Download

func (m *MockStateVersions) Download(ctx context.Context, url string) ([]byte, error)

Download mocks base method.

func (*MockStateVersions) EXPECT

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

func (*MockStateVersions) List

List mocks base method.

func (*MockStateVersions) Outputs

Outputs mocks base method.

func (*MockStateVersions) Read

func (m *MockStateVersions) Read(ctx context.Context, svID string) (*tfe.StateVersion, error)

Read mocks base method.

func (*MockStateVersions) ReadWithOptions

func (m *MockStateVersions) ReadWithOptions(ctx context.Context, svID string, options *tfe.StateVersionReadOptions) (*tfe.StateVersion, error)

ReadWithOptions mocks base method.

type MockStateVersionsMockRecorder

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

MockStateVersionsMockRecorder is the mock recorder for MockStateVersions.

func (*MockStateVersionsMockRecorder) Create

func (mr *MockStateVersionsMockRecorder) Create(ctx, workspaceID, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockStateVersionsMockRecorder) Current

func (mr *MockStateVersionsMockRecorder) Current(ctx, workspaceID interface{}) *gomock.Call

Current indicates an expected call of Current.

func (*MockStateVersionsMockRecorder) CurrentWithOptions

func (mr *MockStateVersionsMockRecorder) CurrentWithOptions(ctx, workspaceID, options interface{}) *gomock.Call

CurrentWithOptions indicates an expected call of CurrentWithOptions.

func (*MockStateVersionsMockRecorder) Download

func (mr *MockStateVersionsMockRecorder) Download(ctx, url interface{}) *gomock.Call

Download indicates an expected call of Download.

func (*MockStateVersionsMockRecorder) List

func (mr *MockStateVersionsMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockStateVersionsMockRecorder) Outputs

func (mr *MockStateVersionsMockRecorder) Outputs(ctx, svID, options interface{}) *gomock.Call

Outputs indicates an expected call of Outputs.

func (*MockStateVersionsMockRecorder) Read

func (mr *MockStateVersionsMockRecorder) Read(ctx, svID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockStateVersionsMockRecorder) ReadWithOptions

func (mr *MockStateVersionsMockRecorder) ReadWithOptions(ctx, svID, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

type MockTeamAccesses

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

MockTeamAccesses is a mock of TeamAccesses interface.

func NewMockTeamAccesses

func NewMockTeamAccesses(ctrl *gomock.Controller) *MockTeamAccesses

NewMockTeamAccesses creates a new mock instance.

func (*MockTeamAccesses) Add

Add mocks base method.

func (*MockTeamAccesses) EXPECT

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

func (*MockTeamAccesses) List

List mocks base method.

func (*MockTeamAccesses) Read

func (m *MockTeamAccesses) Read(ctx context.Context, teamAccessID string) (*tfe.TeamAccess, error)

Read mocks base method.

func (*MockTeamAccesses) Remove

func (m *MockTeamAccesses) Remove(ctx context.Context, teamAccessID string) error

Remove mocks base method.

func (*MockTeamAccesses) Update

func (m *MockTeamAccesses) Update(ctx context.Context, teamAccessID string, options tfe.TeamAccessUpdateOptions) (*tfe.TeamAccess, error)

Update mocks base method.

type MockTeamAccessesMockRecorder

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

MockTeamAccessesMockRecorder is the mock recorder for MockTeamAccesses.

func (*MockTeamAccessesMockRecorder) Add

func (mr *MockTeamAccessesMockRecorder) Add(ctx, options interface{}) *gomock.Call

Add indicates an expected call of Add.

func (*MockTeamAccessesMockRecorder) List

func (mr *MockTeamAccessesMockRecorder) List(ctx, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockTeamAccessesMockRecorder) Read

func (mr *MockTeamAccessesMockRecorder) Read(ctx, teamAccessID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockTeamAccessesMockRecorder) Remove

func (mr *MockTeamAccessesMockRecorder) Remove(ctx, teamAccessID interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockTeamAccessesMockRecorder) Update

func (mr *MockTeamAccessesMockRecorder) Update(ctx, teamAccessID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockTeamMembers

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

MockTeamMembers is a mock of TeamMembers interface.

func NewMockTeamMembers

func NewMockTeamMembers(ctrl *gomock.Controller) *MockTeamMembers

NewMockTeamMembers creates a new mock instance.

func (*MockTeamMembers) Add

func (m *MockTeamMembers) Add(ctx context.Context, teamID string, options tfe.TeamMemberAddOptions) error

Add mocks base method.

func (*MockTeamMembers) EXPECT

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

func (*MockTeamMembers) List

func (m *MockTeamMembers) List(ctx context.Context, teamID string) ([]*tfe.User, error)

List mocks base method.

func (*MockTeamMembers) ListOrganizationMemberships

func (m *MockTeamMembers) ListOrganizationMemberships(ctx context.Context, teamID string) ([]*tfe.OrganizationMembership, error)

ListOrganizationMemberships mocks base method.

func (*MockTeamMembers) ListUsers

func (m *MockTeamMembers) ListUsers(ctx context.Context, teamID string) ([]*tfe.User, error)

ListUsers mocks base method.

func (*MockTeamMembers) Remove

func (m *MockTeamMembers) Remove(ctx context.Context, teamID string, options tfe.TeamMemberRemoveOptions) error

Remove mocks base method.

type MockTeamMembersMockRecorder

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

MockTeamMembersMockRecorder is the mock recorder for MockTeamMembers.

func (*MockTeamMembersMockRecorder) Add

func (mr *MockTeamMembersMockRecorder) Add(ctx, teamID, options interface{}) *gomock.Call

Add indicates an expected call of Add.

func (*MockTeamMembersMockRecorder) List

func (mr *MockTeamMembersMockRecorder) List(ctx, teamID interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockTeamMembersMockRecorder) ListOrganizationMemberships

func (mr *MockTeamMembersMockRecorder) ListOrganizationMemberships(ctx, teamID interface{}) *gomock.Call

ListOrganizationMemberships indicates an expected call of ListOrganizationMemberships.

func (*MockTeamMembersMockRecorder) ListUsers

func (mr *MockTeamMembersMockRecorder) ListUsers(ctx, teamID interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers.

func (*MockTeamMembersMockRecorder) Remove

func (mr *MockTeamMembersMockRecorder) Remove(ctx, teamID, options interface{}) *gomock.Call

Remove indicates an expected call of Remove.

type MockTeamTokens

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

MockTeamTokens is a mock of TeamTokens interface.

func NewMockTeamTokens

func NewMockTeamTokens(ctrl *gomock.Controller) *MockTeamTokens

NewMockTeamTokens creates a new mock instance.

func (*MockTeamTokens) Delete

func (m *MockTeamTokens) Delete(ctx context.Context, teamID string) error

Delete mocks base method.

func (*MockTeamTokens) EXPECT

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

func (*MockTeamTokens) Generate

func (m *MockTeamTokens) Generate(ctx context.Context, teamID string) (*tfe.TeamToken, error)

Generate mocks base method.

func (*MockTeamTokens) Read

func (m *MockTeamTokens) Read(ctx context.Context, teamID string) (*tfe.TeamToken, error)

Read mocks base method.

type MockTeamTokensMockRecorder

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

MockTeamTokensMockRecorder is the mock recorder for MockTeamTokens.

func (*MockTeamTokensMockRecorder) Delete

func (mr *MockTeamTokensMockRecorder) Delete(ctx, teamID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockTeamTokensMockRecorder) Generate

func (mr *MockTeamTokensMockRecorder) Generate(ctx, teamID interface{}) *gomock.Call

Generate indicates an expected call of Generate.

func (*MockTeamTokensMockRecorder) Read

func (mr *MockTeamTokensMockRecorder) Read(ctx, teamID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockTeams

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

MockTeams is a mock of Teams interface.

func NewMockTeams

func NewMockTeams(ctrl *gomock.Controller) *MockTeams

NewMockTeams creates a new mock instance.

func (*MockTeams) Create

func (m *MockTeams) Create(ctx context.Context, organization string, options tfe.TeamCreateOptions) (*tfe.Team, error)

Create mocks base method.

func (*MockTeams) Delete

func (m *MockTeams) Delete(ctx context.Context, teamID string) error

Delete mocks base method.

func (*MockTeams) EXPECT

func (m *MockTeams) EXPECT() *MockTeamsMockRecorder

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

func (*MockTeams) List

func (m *MockTeams) List(ctx context.Context, organization string, options tfe.TeamListOptions) (*tfe.TeamList, error)

List mocks base method.

func (*MockTeams) Read

func (m *MockTeams) Read(ctx context.Context, teamID string) (*tfe.Team, error)

Read mocks base method.

func (*MockTeams) Update

func (m *MockTeams) Update(ctx context.Context, teamID string, options tfe.TeamUpdateOptions) (*tfe.Team, error)

Update mocks base method.

type MockTeamsMockRecorder

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

MockTeamsMockRecorder is the mock recorder for MockTeams.

func (*MockTeamsMockRecorder) Create

func (mr *MockTeamsMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockTeamsMockRecorder) Delete

func (mr *MockTeamsMockRecorder) Delete(ctx, teamID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockTeamsMockRecorder) List

func (mr *MockTeamsMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockTeamsMockRecorder) Read

func (mr *MockTeamsMockRecorder) Read(ctx, teamID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockTeamsMockRecorder) Update

func (mr *MockTeamsMockRecorder) Update(ctx, teamID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockTwilioSettings

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

MockTwilioSettings is a mock of TwilioSettings interface.

func NewMockTwilioSettings

func NewMockTwilioSettings(ctrl *gomock.Controller) *MockTwilioSettings

NewMockTwilioSettings creates a new mock instance.

func (*MockTwilioSettings) EXPECT

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

func (*MockTwilioSettings) Read

Read mocks base method.

func (*MockTwilioSettings) Update

Update mocks base method.

func (*MockTwilioSettings) Verify

Verify mocks base method.

type MockTwilioSettingsMockRecorder

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

MockTwilioSettingsMockRecorder is the mock recorder for MockTwilioSettings.

func (*MockTwilioSettingsMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockTwilioSettingsMockRecorder) Update

func (mr *MockTwilioSettingsMockRecorder) Update(ctx, options interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockTwilioSettingsMockRecorder) Verify

func (mr *MockTwilioSettingsMockRecorder) Verify(ctx, options interface{}) *gomock.Call

Verify indicates an expected call of Verify.

type MockUserTokens

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

MockUserTokens is a mock of UserTokens interface.

func NewMockUserTokens

func NewMockUserTokens(ctrl *gomock.Controller) *MockUserTokens

NewMockUserTokens creates a new mock instance.

func (*MockUserTokens) Delete

func (m *MockUserTokens) Delete(ctx context.Context, tokenID string) error

Delete mocks base method.

func (*MockUserTokens) EXPECT

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

func (*MockUserTokens) Generate

func (m *MockUserTokens) Generate(ctx context.Context, userID string, options tfe.UserTokenGenerateOptions) (*tfe.UserToken, error)

Generate mocks base method.

func (*MockUserTokens) List

func (m *MockUserTokens) List(ctx context.Context, userID string) (*tfe.UserTokenList, error)

List mocks base method.

func (*MockUserTokens) Read

func (m *MockUserTokens) Read(ctx context.Context, tokenID string) (*tfe.UserToken, error)

Read mocks base method.

type MockUserTokensMockRecorder

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

MockUserTokensMockRecorder is the mock recorder for MockUserTokens.

func (*MockUserTokensMockRecorder) Delete

func (mr *MockUserTokensMockRecorder) Delete(ctx, tokenID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockUserTokensMockRecorder) Generate

func (mr *MockUserTokensMockRecorder) Generate(ctx, userID, options interface{}) *gomock.Call

Generate indicates an expected call of Generate.

func (*MockUserTokensMockRecorder) List

func (mr *MockUserTokensMockRecorder) List(ctx, userID interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockUserTokensMockRecorder) Read

func (mr *MockUserTokensMockRecorder) Read(ctx, tokenID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockUsers

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

MockUsers is a mock of Users interface.

func NewMockUsers

func NewMockUsers(ctrl *gomock.Controller) *MockUsers

NewMockUsers creates a new mock instance.

func (*MockUsers) EXPECT

func (m *MockUsers) EXPECT() *MockUsersMockRecorder

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

func (*MockUsers) ReadCurrent

func (m *MockUsers) ReadCurrent(ctx context.Context) (*tfe.User, error)

ReadCurrent mocks base method.

func (*MockUsers) Update

func (m *MockUsers) Update(ctx context.Context, options tfe.UserUpdateOptions) (*tfe.User, error)

Update mocks base method.

type MockUsersMockRecorder

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

MockUsersMockRecorder is the mock recorder for MockUsers.

func (*MockUsersMockRecorder) ReadCurrent

func (mr *MockUsersMockRecorder) ReadCurrent(ctx interface{}) *gomock.Call

ReadCurrent indicates an expected call of ReadCurrent.

func (*MockUsersMockRecorder) Update

func (mr *MockUsersMockRecorder) Update(ctx, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockVariables

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

MockVariables is a mock of Variables interface.

func NewMockVariables

func NewMockVariables(ctrl *gomock.Controller) *MockVariables

NewMockVariables creates a new mock instance.

func (*MockVariables) Create

func (m *MockVariables) Create(ctx context.Context, workspaceID string, options tfe.VariableCreateOptions) (*tfe.Variable, error)

Create mocks base method.

func (*MockVariables) Delete

func (m *MockVariables) Delete(ctx context.Context, workspaceID, variableID string) error

Delete mocks base method.

func (*MockVariables) EXPECT

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

func (*MockVariables) List

func (m *MockVariables) List(ctx context.Context, workspaceID string, options tfe.VariableListOptions) (*tfe.VariableList, error)

List mocks base method.

func (*MockVariables) Read

func (m *MockVariables) Read(ctx context.Context, workspaceID, variableID string) (*tfe.Variable, error)

Read mocks base method.

func (*MockVariables) Update

func (m *MockVariables) Update(ctx context.Context, workspaceID, variableID string, options tfe.VariableUpdateOptions) (*tfe.Variable, error)

Update mocks base method.

type MockVariablesMockRecorder

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

MockVariablesMockRecorder is the mock recorder for MockVariables.

func (*MockVariablesMockRecorder) Create

func (mr *MockVariablesMockRecorder) Create(ctx, workspaceID, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockVariablesMockRecorder) Delete

func (mr *MockVariablesMockRecorder) Delete(ctx, workspaceID, variableID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockVariablesMockRecorder) List

func (mr *MockVariablesMockRecorder) List(ctx, workspaceID, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockVariablesMockRecorder) Read

func (mr *MockVariablesMockRecorder) Read(ctx, workspaceID, variableID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockVariablesMockRecorder) Update

func (mr *MockVariablesMockRecorder) Update(ctx, workspaceID, variableID, options interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockWorkspaces

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

MockWorkspaces is a mock of Workspaces interface.

func NewMockWorkspaces

func NewMockWorkspaces(ctrl *gomock.Controller) *MockWorkspaces

NewMockWorkspaces creates a new mock instance.

func (*MockWorkspaces) AddRemoteStateConsumers

func (m *MockWorkspaces) AddRemoteStateConsumers(ctx context.Context, workspaceID string, options tfe.WorkspaceAddRemoteStateConsumersOptions) error

AddRemoteStateConsumers mocks base method.

func (*MockWorkspaces) AddTags

func (m *MockWorkspaces) AddTags(ctx context.Context, workspaceID string, options tfe.WorkspaceAddTagsOptions) error

AddTags mocks base method.

func (*MockWorkspaces) AssignSSHKey

func (m *MockWorkspaces) AssignSSHKey(ctx context.Context, workspaceID string, options tfe.WorkspaceAssignSSHKeyOptions) (*tfe.Workspace, error)

AssignSSHKey mocks base method.

func (*MockWorkspaces) Create

func (m *MockWorkspaces) Create(ctx context.Context, organization string, options tfe.WorkspaceCreateOptions) (*tfe.Workspace, error)

Create mocks base method.

func (*MockWorkspaces) Delete

func (m *MockWorkspaces) Delete(ctx context.Context, organization, workspace string) error

Delete mocks base method.

func (*MockWorkspaces) DeleteByID

func (m *MockWorkspaces) DeleteByID(ctx context.Context, workspaceID string) error

DeleteByID mocks base method.

func (*MockWorkspaces) EXPECT

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

func (*MockWorkspaces) ForceUnlock

func (m *MockWorkspaces) ForceUnlock(ctx context.Context, workspaceID string) (*tfe.Workspace, error)

ForceUnlock mocks base method.

func (*MockWorkspaces) List

func (m *MockWorkspaces) List(ctx context.Context, organization string, options tfe.WorkspaceListOptions) (*tfe.WorkspaceList, error)

List mocks base method.

func (*MockWorkspaces) Lock

func (m *MockWorkspaces) Lock(ctx context.Context, workspaceID string, options tfe.WorkspaceLockOptions) (*tfe.Workspace, error)

Lock mocks base method.

func (*MockWorkspaces) Read

func (m *MockWorkspaces) Read(ctx context.Context, organization, workspace string) (*tfe.Workspace, error)

Read mocks base method.

func (*MockWorkspaces) ReadByID

func (m *MockWorkspaces) ReadByID(ctx context.Context, workspaceID string) (*tfe.Workspace, error)

ReadByID mocks base method.

func (*MockWorkspaces) ReadByIDWithOptions

func (m *MockWorkspaces) ReadByIDWithOptions(ctx context.Context, workspaceID string, options *tfe.WorkspaceReadOptions) (*tfe.Workspace, error)

ReadByIDWithOptions mocks base method.

func (*MockWorkspaces) ReadWithOptions

func (m *MockWorkspaces) ReadWithOptions(ctx context.Context, organization, workspace string, options *tfe.WorkspaceReadOptions) (*tfe.Workspace, error)

ReadWithOptions mocks base method.

func (*MockWorkspaces) Readme

func (m *MockWorkspaces) Readme(ctx context.Context, workspaceID string) (io.Reader, error)

Readme mocks base method.

func (*MockWorkspaces) RemoteStateConsumers

func (m *MockWorkspaces) RemoteStateConsumers(ctx context.Context, workspaceID string, options *tfe.RemoteStateConsumersListOptions) (*tfe.WorkspaceList, error)

RemoteStateConsumers mocks base method.

func (*MockWorkspaces) RemoveRemoteStateConsumers

func (m *MockWorkspaces) RemoveRemoteStateConsumers(ctx context.Context, workspaceID string, options tfe.WorkspaceRemoveRemoteStateConsumersOptions) error

RemoveRemoteStateConsumers mocks base method.

func (*MockWorkspaces) RemoveTags

func (m *MockWorkspaces) RemoveTags(ctx context.Context, workspaceID string, options tfe.WorkspaceRemoveTagsOptions) error

RemoveTags mocks base method.

func (*MockWorkspaces) RemoveVCSConnection

func (m *MockWorkspaces) RemoveVCSConnection(ctx context.Context, organization, workspace string) (*tfe.Workspace, error)

RemoveVCSConnection mocks base method.

func (*MockWorkspaces) RemoveVCSConnectionByID

func (m *MockWorkspaces) RemoveVCSConnectionByID(ctx context.Context, workspaceID string) (*tfe.Workspace, error)

RemoveVCSConnectionByID mocks base method.

func (*MockWorkspaces) Tags

func (m *MockWorkspaces) Tags(ctx context.Context, workspaceID string, options tfe.WorkspaceTagListOptions) (*tfe.TagList, error)

Tags mocks base method.

func (*MockWorkspaces) UnassignSSHKey

func (m *MockWorkspaces) UnassignSSHKey(ctx context.Context, workspaceID string) (*tfe.Workspace, error)

UnassignSSHKey mocks base method.

func (*MockWorkspaces) Unlock

func (m *MockWorkspaces) Unlock(ctx context.Context, workspaceID string) (*tfe.Workspace, error)

Unlock mocks base method.

func (*MockWorkspaces) Update

func (m *MockWorkspaces) Update(ctx context.Context, organization, workspace string, options tfe.WorkspaceUpdateOptions) (*tfe.Workspace, error)

Update mocks base method.

func (*MockWorkspaces) UpdateByID

func (m *MockWorkspaces) UpdateByID(ctx context.Context, workspaceID string, options tfe.WorkspaceUpdateOptions) (*tfe.Workspace, error)

UpdateByID mocks base method.

func (*MockWorkspaces) UpdateRemoteStateConsumers

func (m *MockWorkspaces) UpdateRemoteStateConsumers(ctx context.Context, workspaceID string, options tfe.WorkspaceUpdateRemoteStateConsumersOptions) error

UpdateRemoteStateConsumers mocks base method.

type MockWorkspacesMockRecorder

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

MockWorkspacesMockRecorder is the mock recorder for MockWorkspaces.

func (*MockWorkspacesMockRecorder) AddRemoteStateConsumers

func (mr *MockWorkspacesMockRecorder) AddRemoteStateConsumers(ctx, workspaceID, options interface{}) *gomock.Call

AddRemoteStateConsumers indicates an expected call of AddRemoteStateConsumers.

func (*MockWorkspacesMockRecorder) AddTags

func (mr *MockWorkspacesMockRecorder) AddTags(ctx, workspaceID, options interface{}) *gomock.Call

AddTags indicates an expected call of AddTags.

func (*MockWorkspacesMockRecorder) AssignSSHKey

func (mr *MockWorkspacesMockRecorder) AssignSSHKey(ctx, workspaceID, options interface{}) *gomock.Call

AssignSSHKey indicates an expected call of AssignSSHKey.

func (*MockWorkspacesMockRecorder) Create

func (mr *MockWorkspacesMockRecorder) Create(ctx, organization, options interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockWorkspacesMockRecorder) Delete

func (mr *MockWorkspacesMockRecorder) Delete(ctx, organization, workspace interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockWorkspacesMockRecorder) DeleteByID

func (mr *MockWorkspacesMockRecorder) DeleteByID(ctx, workspaceID interface{}) *gomock.Call

DeleteByID indicates an expected call of DeleteByID.

func (*MockWorkspacesMockRecorder) ForceUnlock

func (mr *MockWorkspacesMockRecorder) ForceUnlock(ctx, workspaceID interface{}) *gomock.Call

ForceUnlock indicates an expected call of ForceUnlock.

func (*MockWorkspacesMockRecorder) List

func (mr *MockWorkspacesMockRecorder) List(ctx, organization, options interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockWorkspacesMockRecorder) Lock

func (mr *MockWorkspacesMockRecorder) Lock(ctx, workspaceID, options interface{}) *gomock.Call

Lock indicates an expected call of Lock.

func (*MockWorkspacesMockRecorder) Read

func (mr *MockWorkspacesMockRecorder) Read(ctx, organization, workspace interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockWorkspacesMockRecorder) ReadByID

func (mr *MockWorkspacesMockRecorder) ReadByID(ctx, workspaceID interface{}) *gomock.Call

ReadByID indicates an expected call of ReadByID.

func (*MockWorkspacesMockRecorder) ReadByIDWithOptions

func (mr *MockWorkspacesMockRecorder) ReadByIDWithOptions(ctx, workspaceID, options interface{}) *gomock.Call

ReadByIDWithOptions indicates an expected call of ReadByIDWithOptions.

func (*MockWorkspacesMockRecorder) ReadWithOptions

func (mr *MockWorkspacesMockRecorder) ReadWithOptions(ctx, organization, workspace, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

func (*MockWorkspacesMockRecorder) Readme

func (mr *MockWorkspacesMockRecorder) Readme(ctx, workspaceID interface{}) *gomock.Call

Readme indicates an expected call of Readme.

func (*MockWorkspacesMockRecorder) RemoteStateConsumers

func (mr *MockWorkspacesMockRecorder) RemoteStateConsumers(ctx, workspaceID, options interface{}) *gomock.Call

RemoteStateConsumers indicates an expected call of RemoteStateConsumers.

func (*MockWorkspacesMockRecorder) RemoveRemoteStateConsumers

func (mr *MockWorkspacesMockRecorder) RemoveRemoteStateConsumers(ctx, workspaceID, options interface{}) *gomock.Call

RemoveRemoteStateConsumers indicates an expected call of RemoveRemoteStateConsumers.

func (*MockWorkspacesMockRecorder) RemoveTags

func (mr *MockWorkspacesMockRecorder) RemoveTags(ctx, workspaceID, options interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags.

func (*MockWorkspacesMockRecorder) RemoveVCSConnection

func (mr *MockWorkspacesMockRecorder) RemoveVCSConnection(ctx, organization, workspace interface{}) *gomock.Call

RemoveVCSConnection indicates an expected call of RemoveVCSConnection.

func (*MockWorkspacesMockRecorder) RemoveVCSConnectionByID

func (mr *MockWorkspacesMockRecorder) RemoveVCSConnectionByID(ctx, workspaceID interface{}) *gomock.Call

RemoveVCSConnectionByID indicates an expected call of RemoveVCSConnectionByID.

func (*MockWorkspacesMockRecorder) Tags

func (mr *MockWorkspacesMockRecorder) Tags(ctx, workspaceID, options interface{}) *gomock.Call

Tags indicates an expected call of Tags.

func (*MockWorkspacesMockRecorder) UnassignSSHKey

func (mr *MockWorkspacesMockRecorder) UnassignSSHKey(ctx, workspaceID interface{}) *gomock.Call

UnassignSSHKey indicates an expected call of UnassignSSHKey.

func (*MockWorkspacesMockRecorder) Unlock

func (mr *MockWorkspacesMockRecorder) Unlock(ctx, workspaceID interface{}) *gomock.Call

Unlock indicates an expected call of Unlock.

func (*MockWorkspacesMockRecorder) Update

func (mr *MockWorkspacesMockRecorder) Update(ctx, organization, workspace, options interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockWorkspacesMockRecorder) UpdateByID

func (mr *MockWorkspacesMockRecorder) UpdateByID(ctx, workspaceID, options interface{}) *gomock.Call

UpdateByID indicates an expected call of UpdateByID.

func (*MockWorkspacesMockRecorder) UpdateRemoteStateConsumers

func (mr *MockWorkspacesMockRecorder) UpdateRemoteStateConsumers(ctx, workspaceID, options interface{}) *gomock.Call

UpdateRemoteStateConsumers indicates an expected call of UpdateRemoteStateConsumers.

Jump to

Keyboard shortcuts

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