mocks

package
v1.29.2 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 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.

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

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

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

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

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) ReadWithOptions

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

ReadWithOptions 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.

func (*MockAgentPools) UpdateAllowedWorkspaces

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

UpdateAllowedWorkspaces 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) ReadWithOptions

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

ReadWithOptions indicates an expected call of ReadWithOptions.

func (*MockAgentPoolsMockRecorder) Update

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

Update indicates an expected call of Update.

func (*MockAgentPoolsMockRecorder) UpdateAllowedWorkspaces

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

UpdateAllowedWorkspaces indicates an expected call of UpdateAllowedWorkspaces.

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) Create

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

Create mocks base method.

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) 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) Create

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

Create indicates an expected call of Create.

func (*MockAgentTokensMockRecorder) Delete

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

Delete indicates an expected call of Delete.

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 MockAgents

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

MockAgents is a mock of Agents interface.

func NewMockAgents

func NewMockAgents(ctrl *gomock.Controller) *MockAgents

NewMockAgents creates a new mock instance.

func (*MockAgents) EXPECT

func (m *MockAgents) EXPECT() *MockAgentsMockRecorder

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

func (*MockAgents) List

func (m *MockAgents) List(ctx context.Context, agentPoolID string, options *tfe.AgentListOptions) (*tfe.AgentList, error)

List mocks base method.

func (*MockAgents) Read

func (m *MockAgents) Read(ctx context.Context, agentID string) (*tfe.Agent, error)

Read mocks base method.

type MockAgentsMockRecorder

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

MockAgentsMockRecorder is the mock recorder for MockAgents.

func (*MockAgentsMockRecorder) List

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

List indicates an expected call of List.

func (*MockAgentsMockRecorder) Read

func (mr *MockAgentsMockRecorder) Read(ctx, agentID 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 MockAuditTrails

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

MockAuditTrails is a mock of AuditTrails interface.

func NewMockAuditTrails

func NewMockAuditTrails(ctrl *gomock.Controller) *MockAuditTrails

NewMockAuditTrails creates a new mock instance.

func (*MockAuditTrails) EXPECT

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

func (*MockAuditTrails) List

List mocks base method.

type MockAuditTrailsMockRecorder

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

MockAuditTrailsMockRecorder is the mock recorder for MockAuditTrails.

func (*MockAuditTrailsMockRecorder) List

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

List indicates an expected call of List.

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) Archive

func (m *MockConfigurationVersions) Archive(ctx context.Context, cvID string) error

Archive mocks base method.

func (*MockConfigurationVersions) Create

Create mocks base method.

func (*MockConfigurationVersions) Download

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

Download 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.

func (*MockConfigurationVersions) UploadTarGzip

func (m *MockConfigurationVersions) UploadTarGzip(ctx context.Context, url string, archive io.Reader) error

UploadTarGzip mocks base method.

type MockConfigurationVersionsMockRecorder

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

MockConfigurationVersionsMockRecorder is the mock recorder for MockConfigurationVersions.

func (*MockConfigurationVersionsMockRecorder) Archive

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

Archive indicates an expected call of Archive.

func (*MockConfigurationVersionsMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockConfigurationVersionsMockRecorder) Download

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

Download indicates an expected call of Download.

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.

func (*MockConfigurationVersionsMockRecorder) UploadTarGzip

func (mr *MockConfigurationVersionsMockRecorder) UploadTarGzip(ctx, url, archive interface{}) *gomock.Call

UploadTarGzip indicates an expected call of UploadTarGzip.

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 MockGPGKeys

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

MockGPGKeys is a mock of GPGKeys interface.

func NewMockGPGKeys

func NewMockGPGKeys(ctrl *gomock.Controller) *MockGPGKeys

NewMockGPGKeys creates a new mock instance.

func (*MockGPGKeys) Create

func (m *MockGPGKeys) Create(ctx context.Context, registryName tfe.RegistryName, options tfe.GPGKeyCreateOptions) (*tfe.GPGKey, error)

Create mocks base method.

func (*MockGPGKeys) Delete

func (m *MockGPGKeys) Delete(ctx context.Context, keyID tfe.GPGKeyID) error

Delete mocks base method.

func (*MockGPGKeys) EXPECT

func (m *MockGPGKeys) EXPECT() *MockGPGKeysMockRecorder

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

func (*MockGPGKeys) ListPrivate

func (m *MockGPGKeys) ListPrivate(ctx context.Context, options tfe.GPGKeyListOptions) (*tfe.GPGKeyList, error)

ListPrivate mocks base method.

func (*MockGPGKeys) Read

func (m *MockGPGKeys) Read(ctx context.Context, keyID tfe.GPGKeyID) (*tfe.GPGKey, error)

Read mocks base method.

func (*MockGPGKeys) Update

func (m *MockGPGKeys) Update(ctx context.Context, keyID tfe.GPGKeyID, options tfe.GPGKeyUpdateOptions) (*tfe.GPGKey, error)

Update mocks base method.

type MockGPGKeysMockRecorder

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

MockGPGKeysMockRecorder is the mock recorder for MockGPGKeys.

func (*MockGPGKeysMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockGPGKeysMockRecorder) Delete

func (mr *MockGPGKeysMockRecorder) Delete(ctx, keyID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockGPGKeysMockRecorder) ListPrivate

func (mr *MockGPGKeysMockRecorder) ListPrivate(ctx, options interface{}) *gomock.Call

ListPrivate indicates an expected call of ListPrivate.

func (*MockGPGKeysMockRecorder) Read

func (mr *MockGPGKeysMockRecorder) Read(ctx, keyID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockGPGKeysMockRecorder) Update

func (mr *MockGPGKeysMockRecorder) Update(ctx, keyID, 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) Create

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

Create mocks base method.

func (*MockOrganizationTokens) CreateWithOptions

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

CreateWithOptions mocks base method.

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) 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) Create

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

Create indicates an expected call of Create.

func (*MockOrganizationTokensMockRecorder) CreateWithOptions

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

CreateWithOptions indicates an expected call of CreateWithOptions.

func (*MockOrganizationTokensMockRecorder) Delete

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

Delete indicates an expected call of Delete.

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) 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) 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) ReadCapacity

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

ReadCapacity mocks base method.

func (*MockOrganizations) ReadEntitlements

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

ReadEntitlements mocks base method.

func (*MockOrganizations) ReadRunQueue

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

ReadRunQueue mocks base method.

func (*MockOrganizations) ReadWithOptions

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

ReadWithOptions 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) 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) 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) ReadCapacity

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

ReadCapacity indicates an expected call of ReadCapacity.

func (*MockOrganizationsMockRecorder) ReadEntitlements

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

ReadEntitlements indicates an expected call of ReadEntitlements.

func (*MockOrganizationsMockRecorder) ReadRunQueue

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

ReadRunQueue indicates an expected call of ReadRunQueue.

func (*MockOrganizationsMockRecorder) ReadWithOptions

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

ReadWithOptions indicates an expected call of ReadWithOptions.

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) 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.

func (*MockPlans) ReadJSONOutput

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

ReadJSONOutput mocks base method.

type MockPlansMockRecorder

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

MockPlansMockRecorder is the mock recorder for MockPlans.

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.

func (*MockPlansMockRecorder) ReadJSONOutput

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

ReadJSONOutput indicates an expected call of ReadJSONOutput.

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 MockPolicyEvaluations

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

MockPolicyEvaluations is a mock of PolicyEvaluations interface.

func NewMockPolicyEvaluations

func NewMockPolicyEvaluations(ctrl *gomock.Controller) *MockPolicyEvaluations

NewMockPolicyEvaluations creates a new mock instance.

func (*MockPolicyEvaluations) EXPECT

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

func (*MockPolicyEvaluations) List

List mocks base method.

type MockPolicyEvaluationsMockRecorder

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

MockPolicyEvaluationsMockRecorder is the mock recorder for MockPolicyEvaluations.

func (*MockPolicyEvaluationsMockRecorder) List

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

List indicates an expected call of List.

type MockPolicySetOutcomes

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

MockPolicySetOutcomes is a mock of PolicySetOutcomes interface.

func NewMockPolicySetOutcomes

func NewMockPolicySetOutcomes(ctrl *gomock.Controller) *MockPolicySetOutcomes

NewMockPolicySetOutcomes creates a new mock instance.

func (*MockPolicySetOutcomes) EXPECT

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

func (*MockPolicySetOutcomes) List

List mocks base method.

func (*MockPolicySetOutcomes) Read

func (m *MockPolicySetOutcomes) Read(ctx context.Context, policySetOutcomeID string) (*tfe.PolicySetOutcome, error)

Read mocks base method.

type MockPolicySetOutcomesMockRecorder

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

MockPolicySetOutcomesMockRecorder is the mock recorder for MockPolicySetOutcomes.

func (*MockPolicySetOutcomesMockRecorder) List

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

List indicates an expected call of List.

func (*MockPolicySetOutcomesMockRecorder) Read

func (mr *MockPolicySetOutcomesMockRecorder) Read(ctx, policySetOutcomeID 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 MockProjects

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

MockProjects is a mock of Projects interface.

func NewMockProjects

func NewMockProjects(ctrl *gomock.Controller) *MockProjects

NewMockProjects creates a new mock instance.

func (*MockProjects) Create

func (m *MockProjects) Create(ctx context.Context, organization string, options tfe.ProjectCreateOptions) (*tfe.Project, error)

Create mocks base method.

func (*MockProjects) Delete

func (m *MockProjects) Delete(ctx context.Context, projectID string) error

Delete mocks base method.

func (*MockProjects) EXPECT

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

func (*MockProjects) List

func (m *MockProjects) List(ctx context.Context, organization string, options *tfe.ProjectListOptions) (*tfe.ProjectList, error)

List mocks base method.

func (*MockProjects) Read

func (m *MockProjects) Read(ctx context.Context, projectID string) (*tfe.Project, error)

Read mocks base method.

func (*MockProjects) Update

func (m *MockProjects) Update(ctx context.Context, projectID string, options tfe.ProjectUpdateOptions) (*tfe.Project, error)

Update mocks base method.

type MockProjectsMockRecorder

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

MockProjectsMockRecorder is the mock recorder for MockProjects.

func (*MockProjectsMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockProjectsMockRecorder) Delete

func (mr *MockProjectsMockRecorder) Delete(ctx, projectID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockProjectsMockRecorder) List

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

List indicates an expected call of List.

func (*MockProjectsMockRecorder) Read

func (mr *MockProjectsMockRecorder) Read(ctx, projectID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockProjectsMockRecorder) Update

func (mr *MockProjectsMockRecorder) Update(ctx, projectID, 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

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, moduleID tfe.RegistryModuleID) error

DeleteProvider mocks base method.

func (*MockRegistryModules) DeleteVersion

func (m *MockRegistryModules) DeleteVersion(ctx context.Context, moduleID tfe.RegistryModuleID, version string) error

DeleteVersion mocks base method.

func (*MockRegistryModules) EXPECT

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

func (*MockRegistryModules) List

List mocks base method.

func (*MockRegistryModules) Read

Read mocks base method.

func (*MockRegistryModules) Update

Update mocks base method.

func (*MockRegistryModules) Upload

Upload mocks base method.

func (*MockRegistryModules) UploadTarGzip

func (m *MockRegistryModules) UploadTarGzip(ctx context.Context, url string, r io.Reader) error

UploadTarGzip 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, moduleID, 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, moduleID interface{}) *gomock.Call

DeleteProvider indicates an expected call of DeleteProvider.

func (*MockRegistryModulesMockRecorder) DeleteVersion

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

DeleteVersion indicates an expected call of DeleteVersion.

func (*MockRegistryModulesMockRecorder) List

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

List indicates an expected call of List.

func (*MockRegistryModulesMockRecorder) Read

func (mr *MockRegistryModulesMockRecorder) Read(ctx, moduleID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockRegistryModulesMockRecorder) Update

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

Update indicates an expected call of Update.

func (*MockRegistryModulesMockRecorder) Upload

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

Upload indicates an expected call of Upload.

func (*MockRegistryModulesMockRecorder) UploadTarGzip

func (mr *MockRegistryModulesMockRecorder) UploadTarGzip(ctx, url, r interface{}) *gomock.Call

UploadTarGzip indicates an expected call of UploadTarGzip.

type MockRegistryNoCodeModules

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

MockRegistryNoCodeModules is a mock of RegistryNoCodeModules interface.

func NewMockRegistryNoCodeModules

func NewMockRegistryNoCodeModules(ctrl *gomock.Controller) *MockRegistryNoCodeModules

NewMockRegistryNoCodeModules creates a new mock instance.

func (*MockRegistryNoCodeModules) Create

Create mocks base method.

func (*MockRegistryNoCodeModules) Delete

Delete mocks base method.

func (*MockRegistryNoCodeModules) EXPECT

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

func (*MockRegistryNoCodeModules) Read

Read mocks base method.

func (*MockRegistryNoCodeModules) Update

Update mocks base method.

type MockRegistryNoCodeModulesMockRecorder

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

MockRegistryNoCodeModulesMockRecorder is the mock recorder for MockRegistryNoCodeModules.

func (*MockRegistryNoCodeModulesMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockRegistryNoCodeModulesMockRecorder) Delete

func (mr *MockRegistryNoCodeModulesMockRecorder) Delete(ctx, ID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRegistryNoCodeModulesMockRecorder) Read

func (mr *MockRegistryNoCodeModulesMockRecorder) Read(ctx, noCodeModuleID, options interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockRegistryNoCodeModulesMockRecorder) Update

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

Update indicates an expected call of Update.

type MockRegistryProviderPlatforms

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

MockRegistryProviderPlatforms is a mock of RegistryProviderPlatforms interface.

func NewMockRegistryProviderPlatforms

func NewMockRegistryProviderPlatforms(ctrl *gomock.Controller) *MockRegistryProviderPlatforms

NewMockRegistryProviderPlatforms creates a new mock instance.

func (*MockRegistryProviderPlatforms) Create

Create mocks base method.

func (*MockRegistryProviderPlatforms) Delete

Delete mocks base method.

func (*MockRegistryProviderPlatforms) EXPECT

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

func (*MockRegistryProviderPlatforms) List

List mocks base method.

func (*MockRegistryProviderPlatforms) Read

Read mocks base method.

type MockRegistryProviderPlatformsMockRecorder

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

MockRegistryProviderPlatformsMockRecorder is the mock recorder for MockRegistryProviderPlatforms.

func (*MockRegistryProviderPlatformsMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockRegistryProviderPlatformsMockRecorder) Delete

func (mr *MockRegistryProviderPlatformsMockRecorder) Delete(ctx, platformID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRegistryProviderPlatformsMockRecorder) List

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

List indicates an expected call of List.

func (*MockRegistryProviderPlatformsMockRecorder) Read

func (mr *MockRegistryProviderPlatformsMockRecorder) Read(ctx, platformID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockRegistryProviderVersions

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

MockRegistryProviderVersions is a mock of RegistryProviderVersions interface.

func NewMockRegistryProviderVersions

func NewMockRegistryProviderVersions(ctrl *gomock.Controller) *MockRegistryProviderVersions

NewMockRegistryProviderVersions creates a new mock instance.

func (*MockRegistryProviderVersions) Create

Create mocks base method.

func (*MockRegistryProviderVersions) Delete

Delete mocks base method.

func (*MockRegistryProviderVersions) EXPECT

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

func (*MockRegistryProviderVersions) List

List mocks base method.

func (*MockRegistryProviderVersions) Read

Read mocks base method.

type MockRegistryProviderVersionsMockRecorder

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

MockRegistryProviderVersionsMockRecorder is the mock recorder for MockRegistryProviderVersions.

func (*MockRegistryProviderVersionsMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockRegistryProviderVersionsMockRecorder) Delete

func (mr *MockRegistryProviderVersionsMockRecorder) Delete(ctx, versionID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRegistryProviderVersionsMockRecorder) List

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

List indicates an expected call of List.

func (*MockRegistryProviderVersionsMockRecorder) Read

func (mr *MockRegistryProviderVersionsMockRecorder) Read(ctx, versionID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockRegistryProviders

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

MockRegistryProviders is a mock of RegistryProviders interface.

func NewMockRegistryProviders

func NewMockRegistryProviders(ctrl *gomock.Controller) *MockRegistryProviders

NewMockRegistryProviders creates a new mock instance.

func (*MockRegistryProviders) Create

Create mocks base method.

func (*MockRegistryProviders) Delete

func (m *MockRegistryProviders) Delete(ctx context.Context, providerID tfe.RegistryProviderID) error

Delete mocks base method.

func (*MockRegistryProviders) EXPECT

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

func (*MockRegistryProviders) List

List mocks base method.

func (*MockRegistryProviders) Read

Read mocks base method.

type MockRegistryProvidersMockRecorder

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

MockRegistryProvidersMockRecorder is the mock recorder for MockRegistryProviders.

func (*MockRegistryProvidersMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockRegistryProvidersMockRecorder) Delete

func (mr *MockRegistryProvidersMockRecorder) Delete(ctx, providerID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRegistryProvidersMockRecorder) List

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

List indicates an expected call of List.

func (*MockRegistryProvidersMockRecorder) Read

func (mr *MockRegistryProvidersMockRecorder) Read(ctx, providerID, options interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockRunEvents

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

MockRunEvents is a mock of RunEvents interface.

func NewMockRunEvents

func NewMockRunEvents(ctrl *gomock.Controller) *MockRunEvents

NewMockRunEvents creates a new mock instance.

func (*MockRunEvents) EXPECT

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

func (*MockRunEvents) List

func (m *MockRunEvents) List(ctx context.Context, runID string, options *tfe.RunEventListOptions) (*tfe.RunEventList, error)

List mocks base method.

func (*MockRunEvents) Read

func (m *MockRunEvents) Read(ctx context.Context, runEventID string) (*tfe.RunEvent, error)

Read mocks base method.

func (*MockRunEvents) ReadWithOptions

func (m *MockRunEvents) ReadWithOptions(ctx context.Context, runEventID string, options *tfe.RunEventReadOptions) (*tfe.RunEvent, error)

ReadWithOptions mocks base method.

type MockRunEventsMockRecorder

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

MockRunEventsMockRecorder is the mock recorder for MockRunEvents.

func (*MockRunEventsMockRecorder) List

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

List indicates an expected call of List.

func (*MockRunEventsMockRecorder) Read

func (mr *MockRunEventsMockRecorder) Read(ctx, runEventID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockRunEventsMockRecorder) ReadWithOptions

func (mr *MockRunEventsMockRecorder) ReadWithOptions(ctx, runEventID, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

type MockRunTasks

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

MockRunTasks is a mock of RunTasks interface.

func NewMockRunTasks

func NewMockRunTasks(ctrl *gomock.Controller) *MockRunTasks

NewMockRunTasks creates a new mock instance.

func (*MockRunTasks) AttachToWorkspace

func (m *MockRunTasks) AttachToWorkspace(ctx context.Context, workspaceID, runTaskID string, enforcementLevel tfe.TaskEnforcementLevel) (*tfe.WorkspaceRunTask, error)

AttachToWorkspace mocks base method.

func (*MockRunTasks) Create

func (m *MockRunTasks) Create(ctx context.Context, organization string, options tfe.RunTaskCreateOptions) (*tfe.RunTask, error)

Create mocks base method.

func (*MockRunTasks) Delete

func (m *MockRunTasks) Delete(ctx context.Context, runTaskID string) error

Delete mocks base method.

func (*MockRunTasks) EXPECT

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

func (*MockRunTasks) List

func (m *MockRunTasks) List(ctx context.Context, organization string, options *tfe.RunTaskListOptions) (*tfe.RunTaskList, error)

List mocks base method.

func (*MockRunTasks) Read

func (m *MockRunTasks) Read(ctx context.Context, runTaskID string) (*tfe.RunTask, error)

Read mocks base method.

func (*MockRunTasks) ReadWithOptions

func (m *MockRunTasks) ReadWithOptions(ctx context.Context, runTaskID string, options *tfe.RunTaskReadOptions) (*tfe.RunTask, error)

ReadWithOptions mocks base method.

func (*MockRunTasks) Update

func (m *MockRunTasks) Update(ctx context.Context, runTaskID string, options tfe.RunTaskUpdateOptions) (*tfe.RunTask, error)

Update mocks base method.

type MockRunTasksMockRecorder

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

MockRunTasksMockRecorder is the mock recorder for MockRunTasks.

func (*MockRunTasksMockRecorder) AttachToWorkspace

func (mr *MockRunTasksMockRecorder) AttachToWorkspace(ctx, workspaceID, runTaskID, enforcementLevel interface{}) *gomock.Call

AttachToWorkspace indicates an expected call of AttachToWorkspace.

func (*MockRunTasksMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockRunTasksMockRecorder) Delete

func (mr *MockRunTasksMockRecorder) Delete(ctx, runTaskID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRunTasksMockRecorder) List

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

List indicates an expected call of List.

func (*MockRunTasksMockRecorder) Read

func (mr *MockRunTasksMockRecorder) Read(ctx, runTaskID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockRunTasksMockRecorder) ReadWithOptions

func (mr *MockRunTasksMockRecorder) ReadWithOptions(ctx, runTaskID, options interface{}) *gomock.Call

ReadWithOptions indicates an expected call of ReadWithOptions.

func (*MockRunTasksMockRecorder) Update

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

Update indicates an expected call of Update.

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) ForceExecute

func (m *MockRuns) ForceExecute(ctx context.Context, runID string) error

ForceExecute 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) ForceExecute

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

ForceExecute indicates an expected call of ForceExecute.

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.

func (*MockStateVersionOutputs) ReadCurrent

func (m *MockStateVersionOutputs) ReadCurrent(ctx context.Context, workspaceID string) (*tfe.StateVersionOutputsList, error)

ReadCurrent 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.

func (*MockStateVersionOutputsMockRecorder) ReadCurrent

func (mr *MockStateVersionOutputsMockRecorder) ReadCurrent(ctx, workspaceID interface{}) *gomock.Call

ReadCurrent indicates an expected call of ReadCurrent.

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) 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) ListOutputs

ListOutputs mocks base method.

func (*MockStateVersions) Read

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

Read mocks base method.

func (*MockStateVersions) ReadCurrent

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

ReadCurrent mocks base method.

func (*MockStateVersions) ReadCurrentWithOptions

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

ReadCurrentWithOptions 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.

func (*MockStateVersions) Upload

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

Upload 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) 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) ListOutputs

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

ListOutputs indicates an expected call of ListOutputs.

func (*MockStateVersionsMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockStateVersionsMockRecorder) ReadCurrent

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

ReadCurrent indicates an expected call of ReadCurrent.

func (*MockStateVersionsMockRecorder) ReadCurrentWithOptions

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

ReadCurrentWithOptions indicates an expected call of ReadCurrentWithOptions.

func (*MockStateVersionsMockRecorder) ReadWithOptions

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

ReadWithOptions indicates an expected call of ReadWithOptions.

func (*MockStateVersionsMockRecorder) Upload

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

Upload indicates an expected call of Upload.

type MockTaskResults

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

MockTaskResults is a mock of TaskResults interface.

func NewMockTaskResults

func NewMockTaskResults(ctrl *gomock.Controller) *MockTaskResults

NewMockTaskResults creates a new mock instance.

func (*MockTaskResults) EXPECT

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

func (*MockTaskResults) Read

func (m *MockTaskResults) Read(ctx context.Context, taskResultID string) (*tfe.TaskResult, error)

Read mocks base method.

type MockTaskResultsMockRecorder

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

MockTaskResultsMockRecorder is the mock recorder for MockTaskResults.

func (*MockTaskResultsMockRecorder) Read

func (mr *MockTaskResultsMockRecorder) Read(ctx, taskResultID interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockTaskStages

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

MockTaskStages is a mock of TaskStages interface.

func NewMockTaskStages

func NewMockTaskStages(ctrl *gomock.Controller) *MockTaskStages

NewMockTaskStages creates a new mock instance.

func (*MockTaskStages) EXPECT

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

func (*MockTaskStages) List

List mocks base method.

func (*MockTaskStages) Override

func (m *MockTaskStages) Override(ctx context.Context, taskStageID string, options tfe.TaskStageOverrideOptions) (*tfe.TaskStage, error)

Override mocks base method.

func (*MockTaskStages) Read

func (m *MockTaskStages) Read(ctx context.Context, taskStageID string, options *tfe.TaskStageReadOptions) (*tfe.TaskStage, error)

Read mocks base method.

type MockTaskStagesMockRecorder

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

MockTaskStagesMockRecorder is the mock recorder for MockTaskStages.

func (*MockTaskStagesMockRecorder) List

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

List indicates an expected call of List.

func (*MockTaskStagesMockRecorder) Override

func (mr *MockTaskStagesMockRecorder) Override(ctx, taskStageID, options interface{}) *gomock.Call

Override indicates an expected call of Override.

func (*MockTaskStagesMockRecorder) Read

func (mr *MockTaskStagesMockRecorder) Read(ctx, taskStageID, options interface{}) *gomock.Call

Read indicates an expected call of Read.

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 MockTeamProjectAccesses

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

MockTeamProjectAccesses is a mock of TeamProjectAccesses interface.

func NewMockTeamProjectAccesses

func NewMockTeamProjectAccesses(ctrl *gomock.Controller) *MockTeamProjectAccesses

NewMockTeamProjectAccesses creates a new mock instance.

func (*MockTeamProjectAccesses) Add

Add mocks base method.

func (*MockTeamProjectAccesses) EXPECT

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

func (*MockTeamProjectAccesses) List

List mocks base method.

func (*MockTeamProjectAccesses) Read

func (m *MockTeamProjectAccesses) Read(ctx context.Context, teamProjectAccessID string) (*tfe.TeamProjectAccess, error)

Read mocks base method.

func (*MockTeamProjectAccesses) Remove

func (m *MockTeamProjectAccesses) Remove(ctx context.Context, teamProjectAccessID string) error

Remove mocks base method.

func (*MockTeamProjectAccesses) Update

Update mocks base method.

type MockTeamProjectAccessesMockRecorder

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

MockTeamProjectAccessesMockRecorder is the mock recorder for MockTeamProjectAccesses.

func (*MockTeamProjectAccessesMockRecorder) Add

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

Add indicates an expected call of Add.

func (*MockTeamProjectAccessesMockRecorder) List

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

List indicates an expected call of List.

func (*MockTeamProjectAccessesMockRecorder) Read

func (mr *MockTeamProjectAccessesMockRecorder) Read(ctx, teamProjectAccessID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockTeamProjectAccessesMockRecorder) Remove

func (mr *MockTeamProjectAccessesMockRecorder) Remove(ctx, teamProjectAccessID interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockTeamProjectAccessesMockRecorder) Update

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

Update indicates an expected call of Update.

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) Create

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

Create mocks base method.

func (*MockTeamTokens) CreateWithOptions

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

CreateWithOptions mocks base method.

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) 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) Create

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

Create indicates an expected call of Create.

func (*MockTeamTokensMockRecorder) CreateWithOptions

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

CreateWithOptions indicates an expected call of CreateWithOptions.

func (*MockTeamTokensMockRecorder) Delete

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

Delete indicates an expected call of Delete.

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) Create

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

Create mocks base method.

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) 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) Create

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

Create indicates an expected call of Create.

func (*MockUserTokensMockRecorder) Delete

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

Delete indicates an expected call of Delete.

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) UpdateCurrent

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

UpdateCurrent 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) UpdateCurrent

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

UpdateCurrent indicates an expected call of UpdateCurrent.

type MockVariableSetVariables

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

MockVariableSetVariables is a mock of VariableSetVariables interface.

func NewMockVariableSetVariables

func NewMockVariableSetVariables(ctrl *gomock.Controller) *MockVariableSetVariables

NewMockVariableSetVariables creates a new mock instance.

func (*MockVariableSetVariables) Create

Create mocks base method.

func (*MockVariableSetVariables) Delete

func (m *MockVariableSetVariables) Delete(ctx context.Context, variableSetID, variableID string) error

Delete mocks base method.

func (*MockVariableSetVariables) EXPECT

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

func (*MockVariableSetVariables) List

List mocks base method.

func (*MockVariableSetVariables) Read

func (m *MockVariableSetVariables) Read(ctx context.Context, variableSetID, variableID string) (*tfe.VariableSetVariable, error)

Read mocks base method.

func (*MockVariableSetVariables) Update

func (m *MockVariableSetVariables) Update(ctx context.Context, variableSetID, variableID string, options *tfe.VariableSetVariableUpdateOptions) (*tfe.VariableSetVariable, error)

Update mocks base method.

type MockVariableSetVariablesMockRecorder

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

MockVariableSetVariablesMockRecorder is the mock recorder for MockVariableSetVariables.

func (*MockVariableSetVariablesMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockVariableSetVariablesMockRecorder) Delete

func (mr *MockVariableSetVariablesMockRecorder) Delete(ctx, variableSetID, variableID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockVariableSetVariablesMockRecorder) List

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

List indicates an expected call of List.

func (*MockVariableSetVariablesMockRecorder) Read

func (mr *MockVariableSetVariablesMockRecorder) Read(ctx, variableSetID, variableID interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockVariableSetVariablesMockRecorder) Update

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

Update indicates an expected call of Update.

type MockVariableSets

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

MockVariableSets is a mock of VariableSets interface.

func NewMockVariableSets

func NewMockVariableSets(ctrl *gomock.Controller) *MockVariableSets

NewMockVariableSets creates a new mock instance.

func (*MockVariableSets) ApplyToProjects

func (m *MockVariableSets) ApplyToProjects(ctx context.Context, variableSetID string, options tfe.VariableSetApplyToProjectsOptions) error

ApplyToProjects mocks base method.

func (*MockVariableSets) ApplyToWorkspaces

func (m *MockVariableSets) ApplyToWorkspaces(ctx context.Context, variableSetID string, options *tfe.VariableSetApplyToWorkspacesOptions) error

ApplyToWorkspaces mocks base method.

func (*MockVariableSets) Create

func (m *MockVariableSets) Create(ctx context.Context, organization string, options *tfe.VariableSetCreateOptions) (*tfe.VariableSet, error)

Create mocks base method.

func (*MockVariableSets) Delete

func (m *MockVariableSets) Delete(ctx context.Context, variableSetID string) error

Delete mocks base method.

func (*MockVariableSets) EXPECT

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

func (*MockVariableSets) List

func (m *MockVariableSets) List(ctx context.Context, organization string, options *tfe.VariableSetListOptions) (*tfe.VariableSetList, error)

List mocks base method.

func (*MockVariableSets) ListForProject

func (m *MockVariableSets) ListForProject(ctx context.Context, projectID string, options *tfe.VariableSetListOptions) (*tfe.VariableSetList, error)

ListForProject mocks base method.

func (*MockVariableSets) ListForWorkspace

func (m *MockVariableSets) ListForWorkspace(ctx context.Context, workspaceID string, options *tfe.VariableSetListOptions) (*tfe.VariableSetList, error)

ListForWorkspace mocks base method.

func (*MockVariableSets) Read

func (m *MockVariableSets) Read(ctx context.Context, variableSetID string, options *tfe.VariableSetReadOptions) (*tfe.VariableSet, error)

Read mocks base method.

func (*MockVariableSets) RemoveFromProjects

func (m *MockVariableSets) RemoveFromProjects(ctx context.Context, variableSetID string, options tfe.VariableSetRemoveFromProjectsOptions) error

RemoveFromProjects mocks base method.

func (*MockVariableSets) RemoveFromWorkspaces

func (m *MockVariableSets) RemoveFromWorkspaces(ctx context.Context, variableSetID string, options *tfe.VariableSetRemoveFromWorkspacesOptions) error

RemoveFromWorkspaces mocks base method.

func (*MockVariableSets) Update

func (m *MockVariableSets) Update(ctx context.Context, variableSetID string, options *tfe.VariableSetUpdateOptions) (*tfe.VariableSet, error)

Update mocks base method.

func (*MockVariableSets) UpdateWorkspaces

func (m *MockVariableSets) UpdateWorkspaces(ctx context.Context, variableSetID string, options *tfe.VariableSetUpdateWorkspacesOptions) (*tfe.VariableSet, error)

UpdateWorkspaces mocks base method.

type MockVariableSetsMockRecorder

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

MockVariableSetsMockRecorder is the mock recorder for MockVariableSets.

func (*MockVariableSetsMockRecorder) ApplyToProjects

func (mr *MockVariableSetsMockRecorder) ApplyToProjects(ctx, variableSetID, options interface{}) *gomock.Call

ApplyToProjects indicates an expected call of ApplyToProjects.

func (*MockVariableSetsMockRecorder) ApplyToWorkspaces

func (mr *MockVariableSetsMockRecorder) ApplyToWorkspaces(ctx, variableSetID, options interface{}) *gomock.Call

ApplyToWorkspaces indicates an expected call of ApplyToWorkspaces.

func (*MockVariableSetsMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockVariableSetsMockRecorder) Delete

func (mr *MockVariableSetsMockRecorder) Delete(ctx, variableSetID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockVariableSetsMockRecorder) List

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

List indicates an expected call of List.

func (*MockVariableSetsMockRecorder) ListForProject

func (mr *MockVariableSetsMockRecorder) ListForProject(ctx, projectID, options interface{}) *gomock.Call

ListForProject indicates an expected call of ListForProject.

func (*MockVariableSetsMockRecorder) ListForWorkspace

func (mr *MockVariableSetsMockRecorder) ListForWorkspace(ctx, workspaceID, options interface{}) *gomock.Call

ListForWorkspace indicates an expected call of ListForWorkspace.

func (*MockVariableSetsMockRecorder) Read

func (mr *MockVariableSetsMockRecorder) Read(ctx, variableSetID, options interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockVariableSetsMockRecorder) RemoveFromProjects

func (mr *MockVariableSetsMockRecorder) RemoveFromProjects(ctx, variableSetID, options interface{}) *gomock.Call

RemoveFromProjects indicates an expected call of RemoveFromProjects.

func (*MockVariableSetsMockRecorder) RemoveFromWorkspaces

func (mr *MockVariableSetsMockRecorder) RemoveFromWorkspaces(ctx, variableSetID, options interface{}) *gomock.Call

RemoveFromWorkspaces indicates an expected call of RemoveFromWorkspaces.

func (*MockVariableSetsMockRecorder) Update

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

Update indicates an expected call of Update.

func (*MockVariableSetsMockRecorder) UpdateWorkspaces

func (mr *MockVariableSetsMockRecorder) UpdateWorkspaces(ctx, variableSetID, options interface{}) *gomock.Call

UpdateWorkspaces indicates an expected call of UpdateWorkspaces.

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 MockWorkspaceRunTasks

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

MockWorkspaceRunTasks is a mock of WorkspaceRunTasks interface.

func NewMockWorkspaceRunTasks

func NewMockWorkspaceRunTasks(ctrl *gomock.Controller) *MockWorkspaceRunTasks

NewMockWorkspaceRunTasks creates a new mock instance.

func (*MockWorkspaceRunTasks) Create

Create mocks base method.

func (*MockWorkspaceRunTasks) Delete

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

Delete mocks base method.

func (*MockWorkspaceRunTasks) EXPECT

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

func (*MockWorkspaceRunTasks) List

List mocks base method.

func (*MockWorkspaceRunTasks) Read

func (m *MockWorkspaceRunTasks) Read(ctx context.Context, workspaceID, workspaceTaskID string) (*tfe.WorkspaceRunTask, error)

Read mocks base method.

func (*MockWorkspaceRunTasks) Update

func (m *MockWorkspaceRunTasks) Update(ctx context.Context, workspaceID, workspaceTaskID string, options tfe.WorkspaceRunTaskUpdateOptions) (*tfe.WorkspaceRunTask, error)

Update mocks base method.

type MockWorkspaceRunTasksMockRecorder

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

MockWorkspaceRunTasksMockRecorder is the mock recorder for MockWorkspaceRunTasks.

func (*MockWorkspaceRunTasksMockRecorder) Create

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

Create indicates an expected call of Create.

func (*MockWorkspaceRunTasksMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockWorkspaceRunTasksMockRecorder) List

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

List indicates an expected call of List.

func (*MockWorkspaceRunTasksMockRecorder) Read

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

Read indicates an expected call of Read.

func (*MockWorkspaceRunTasksMockRecorder) Update

func (mr *MockWorkspaceRunTasksMockRecorder) Update(ctx, workspaceID, workspaceTaskID, 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) ListRemoteStateConsumers

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

ListRemoteStateConsumers mocks base method.

func (*MockWorkspaces) ListTags

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

ListTags 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) 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) SafeDelete

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

SafeDelete mocks base method.

func (*MockWorkspaces) SafeDeleteByID

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

SafeDeleteByID 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) ListRemoteStateConsumers

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

ListRemoteStateConsumers indicates an expected call of ListRemoteStateConsumers.

func (*MockWorkspacesMockRecorder) ListTags

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

ListTags indicates an expected call of ListTags.

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) 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) SafeDelete

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

SafeDelete indicates an expected call of SafeDelete.

func (*MockWorkspacesMockRecorder) SafeDeleteByID

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

SafeDeleteByID indicates an expected call of SafeDeleteByID.

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.

Source Files

Jump to

Keyboard shortcuts

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