mocks

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeleterExtInterface

type AdminDeleterExtInterface struct {
	mock.Mock
}

AdminDeleterExtInterface is an autogenerated mock type for the AdminDeleterExtInterface type

func NewAdminDeleterExtInterface added in v0.9.5

func NewAdminDeleterExtInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *AdminDeleterExtInterface

NewAdminDeleterExtInterface creates a new instance of AdminDeleterExtInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*AdminDeleterExtInterface) AdminServiceClient

func (_m *AdminDeleterExtInterface) AdminServiceClient() service.AdminServiceClient

AdminServiceClient provides a mock function with given fields:

func (*AdminDeleterExtInterface) DeleteProjectAttributes

func (_m *AdminDeleterExtInterface) DeleteProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) error

DeleteProjectAttributes provides a mock function with given fields: ctx, project, rsType

func (*AdminDeleterExtInterface) DeleteProjectDomainAttributes

func (_m *AdminDeleterExtInterface) DeleteProjectDomainAttributes(ctx context.Context, project string, domain string, rsType admin.MatchableResource) error

DeleteProjectDomainAttributes provides a mock function with given fields: ctx, project, domain, rsType

func (*AdminDeleterExtInterface) DeleteWorkflowAttributes

func (_m *AdminDeleterExtInterface) DeleteWorkflowAttributes(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource) error

DeleteWorkflowAttributes provides a mock function with given fields: ctx, project, domain, name, rsType

func (*AdminDeleterExtInterface) EXPECT added in v0.9.5

type AdminDeleterExtInterface_AdminServiceClient_Call added in v0.9.5

type AdminDeleterExtInterface_AdminServiceClient_Call struct {
	*mock.Call
}

AdminDeleterExtInterface_AdminServiceClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdminServiceClient'

func (*AdminDeleterExtInterface_AdminServiceClient_Call) Return added in v0.9.5

func (*AdminDeleterExtInterface_AdminServiceClient_Call) Run added in v0.9.5

func (*AdminDeleterExtInterface_AdminServiceClient_Call) RunAndReturn added in v0.9.5

type AdminDeleterExtInterface_DeleteProjectAttributes_Call added in v0.9.5

type AdminDeleterExtInterface_DeleteProjectAttributes_Call struct {
	*mock.Call
}

AdminDeleterExtInterface_DeleteProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectAttributes'

func (*AdminDeleterExtInterface_DeleteProjectAttributes_Call) Return added in v0.9.5

func (*AdminDeleterExtInterface_DeleteProjectAttributes_Call) Run added in v0.9.5

func (*AdminDeleterExtInterface_DeleteProjectAttributes_Call) RunAndReturn added in v0.9.5

type AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call added in v0.9.5

type AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call struct {
	*mock.Call
}

AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectDomainAttributes'

func (*AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) Return added in v0.9.5

func (*AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) Run added in v0.9.5

func (*AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) RunAndReturn added in v0.9.5

type AdminDeleterExtInterface_DeleteWorkflowAttributes_Call added in v0.9.5

type AdminDeleterExtInterface_DeleteWorkflowAttributes_Call struct {
	*mock.Call
}

AdminDeleterExtInterface_DeleteWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflowAttributes'

func (*AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) Return added in v0.9.5

func (*AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) Run added in v0.9.5

func (*AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) RunAndReturn added in v0.9.5

type AdminDeleterExtInterface_Expecter added in v0.9.5

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

func (*AdminDeleterExtInterface_Expecter) AdminServiceClient added in v0.9.5

AdminServiceClient is a helper method to define mock.On call

func (*AdminDeleterExtInterface_Expecter) DeleteProjectAttributes added in v0.9.5

func (_e *AdminDeleterExtInterface_Expecter) DeleteProjectAttributes(ctx interface{}, project interface{}, rsType interface{}) *AdminDeleterExtInterface_DeleteProjectAttributes_Call

DeleteProjectAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • rsType admin.MatchableResource

func (*AdminDeleterExtInterface_Expecter) DeleteProjectDomainAttributes added in v0.9.5

func (_e *AdminDeleterExtInterface_Expecter) DeleteProjectDomainAttributes(ctx interface{}, project interface{}, domain interface{}, rsType interface{}) *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call

DeleteProjectDomainAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • rsType admin.MatchableResource

func (*AdminDeleterExtInterface_Expecter) DeleteWorkflowAttributes added in v0.9.5

func (_e *AdminDeleterExtInterface_Expecter) DeleteWorkflowAttributes(ctx interface{}, project interface{}, domain interface{}, name interface{}, rsType interface{}) *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call

DeleteWorkflowAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • name string
  • rsType admin.MatchableResource

type AdminFetcherExtInterface

type AdminFetcherExtInterface struct {
	mock.Mock
}

AdminFetcherExtInterface is an autogenerated mock type for the AdminFetcherExtInterface type

func NewAdminFetcherExtInterface added in v0.9.5

func NewAdminFetcherExtInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *AdminFetcherExtInterface

NewAdminFetcherExtInterface creates a new instance of AdminFetcherExtInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*AdminFetcherExtInterface) AdminServiceClient

func (_m *AdminFetcherExtInterface) AdminServiceClient() service.AdminServiceClient

AdminServiceClient provides a mock function with given fields:

func (*AdminFetcherExtInterface) EXPECT added in v0.9.5

func (*AdminFetcherExtInterface) FetchAllVerOfLP

func (_m *AdminFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string, filter filters.Filters) ([]*admin.LaunchPlan, error)

FetchAllVerOfLP provides a mock function with given fields: ctx, lpName, project, domain, filter

func (*AdminFetcherExtInterface) FetchAllVerOfTask

func (_m *AdminFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string, filter filters.Filters) ([]*admin.Task, error)

FetchAllVerOfTask provides a mock function with given fields: ctx, name, project, domain, filter

func (*AdminFetcherExtInterface) FetchAllVerOfWorkflow

func (_m *AdminFetcherExtInterface) FetchAllVerOfWorkflow(ctx context.Context, name string, project string, domain string, filter filters.Filters) ([]*admin.Workflow, error)

FetchAllVerOfWorkflow provides a mock function with given fields: ctx, name, project, domain, filter

func (*AdminFetcherExtInterface) FetchAllWorkflows

func (_m *AdminFetcherExtInterface) FetchAllWorkflows(ctx context.Context, project string, domain string, filter filters.Filters) ([]*admin.NamedEntity, error)

FetchAllWorkflows provides a mock function with given fields: ctx, project, domain, filter

func (*AdminFetcherExtInterface) FetchExecution

func (_m *AdminFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)

FetchExecution provides a mock function with given fields: ctx, name, project, domain

func (*AdminFetcherExtInterface) FetchLPLatestVersion

func (_m *AdminFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.LaunchPlan, error)

FetchLPLatestVersion provides a mock function with given fields: ctx, name, project, domain

func (*AdminFetcherExtInterface) FetchLPVersion

func (_m *AdminFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.LaunchPlan, error)

FetchLPVersion provides a mock function with given fields: ctx, name, version, project, domain

func (*AdminFetcherExtInterface) FetchNodeExecutionData

func (_m *AdminFetcherExtInterface) FetchNodeExecutionData(ctx context.Context, nodeID string, execName string, project string, domain string) (*admin.NodeExecutionGetDataResponse, error)

FetchNodeExecutionData provides a mock function with given fields: ctx, nodeID, execName, project, domain

func (*AdminFetcherExtInterface) FetchNodeExecutionDetails

func (_m *AdminFetcherExtInterface) FetchNodeExecutionDetails(ctx context.Context, name string, project string, domain string, uniqueParentID string) (*admin.NodeExecutionList, error)

FetchNodeExecutionDetails provides a mock function with given fields: ctx, name, project, domain, uniqueParentID

func (*AdminFetcherExtInterface) FetchProjectAttributes

func (_m *AdminFetcherExtInterface) FetchProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) (*admin.ProjectAttributesGetResponse, error)

FetchProjectAttributes provides a mock function with given fields: ctx, project, rsType

func (*AdminFetcherExtInterface) FetchProjectDomainAttributes

func (_m *AdminFetcherExtInterface) FetchProjectDomainAttributes(ctx context.Context, project string, domain string, rsType admin.MatchableResource) (*admin.ProjectDomainAttributesGetResponse, error)

FetchProjectDomainAttributes provides a mock function with given fields: ctx, project, domain, rsType

func (*AdminFetcherExtInterface) FetchTaskExecutionsOnNode

func (_m *AdminFetcherExtInterface) FetchTaskExecutionsOnNode(ctx context.Context, nodeID string, execName string, project string, domain string) (*admin.TaskExecutionList, error)

FetchTaskExecutionsOnNode provides a mock function with given fields: ctx, nodeID, execName, project, domain

func (*AdminFetcherExtInterface) FetchTaskLatestVersion

func (_m *AdminFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) (*admin.Task, error)

FetchTaskLatestVersion provides a mock function with given fields: ctx, name, project, domain, filter

func (*AdminFetcherExtInterface) FetchTaskVersion

func (_m *AdminFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.Task, error)

FetchTaskVersion provides a mock function with given fields: ctx, name, version, project, domain

func (*AdminFetcherExtInterface) FetchWorkflowAttributes

func (_m *AdminFetcherExtInterface) FetchWorkflowAttributes(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource) (*admin.WorkflowAttributesGetResponse, error)

FetchWorkflowAttributes provides a mock function with given fields: ctx, project, domain, name, rsType

func (*AdminFetcherExtInterface) FetchWorkflowLatestVersion

func (_m *AdminFetcherExtInterface) FetchWorkflowLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.Workflow, error)

FetchWorkflowLatestVersion provides a mock function with given fields: ctx, name, project, domain

func (*AdminFetcherExtInterface) FetchWorkflowVersion

func (_m *AdminFetcherExtInterface) FetchWorkflowVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.Workflow, error)

FetchWorkflowVersion provides a mock function with given fields: ctx, name, version, project, domain

func (*AdminFetcherExtInterface) GetDomains added in v0.9.0

GetDomains provides a mock function with given fields: ctx

func (*AdminFetcherExtInterface) GetProjectByID

func (_m *AdminFetcherExtInterface) GetProjectByID(ctx context.Context, projectID string) (*admin.Project, error)

GetProjectByID provides a mock function with given fields: ctx, projectID

func (*AdminFetcherExtInterface) ListExecution

func (_m *AdminFetcherExtInterface) ListExecution(ctx context.Context, project string, domain string, filter filters.Filters) (*admin.ExecutionList, error)

ListExecution provides a mock function with given fields: ctx, project, domain, filter

func (*AdminFetcherExtInterface) ListProjects

func (_m *AdminFetcherExtInterface) ListProjects(ctx context.Context, filter filters.Filters) (*admin.Projects, error)

ListProjects provides a mock function with given fields: ctx, filter

type AdminFetcherExtInterface_AdminServiceClient_Call added in v0.9.5

type AdminFetcherExtInterface_AdminServiceClient_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_AdminServiceClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdminServiceClient'

func (*AdminFetcherExtInterface_AdminServiceClient_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_AdminServiceClient_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_AdminServiceClient_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_Expecter added in v0.9.5

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

func (*AdminFetcherExtInterface_Expecter) AdminServiceClient added in v0.9.5

AdminServiceClient is a helper method to define mock.On call

func (*AdminFetcherExtInterface_Expecter) FetchAllVerOfLP added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchAllVerOfLP(ctx interface{}, lpName interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_FetchAllVerOfLP_Call

FetchAllVerOfLP is a helper method to define mock.On call

  • ctx context.Context
  • lpName string
  • project string
  • domain string
  • filter filters.Filters

func (*AdminFetcherExtInterface_Expecter) FetchAllVerOfTask added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchAllVerOfTask(ctx interface{}, name interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_FetchAllVerOfTask_Call

FetchAllVerOfTask is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • project string
  • domain string
  • filter filters.Filters

func (*AdminFetcherExtInterface_Expecter) FetchAllVerOfWorkflow added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchAllVerOfWorkflow(ctx interface{}, name interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call

FetchAllVerOfWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • project string
  • domain string
  • filter filters.Filters

func (*AdminFetcherExtInterface_Expecter) FetchAllWorkflows added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchAllWorkflows(ctx interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_FetchAllWorkflows_Call

FetchAllWorkflows is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • filter filters.Filters

func (*AdminFetcherExtInterface_Expecter) FetchExecution added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchExecution(ctx interface{}, name interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchExecution_Call

FetchExecution is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) FetchLPLatestVersion added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchLPLatestVersion(ctx interface{}, name interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchLPLatestVersion_Call

FetchLPLatestVersion is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) FetchLPVersion added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchLPVersion(ctx interface{}, name interface{}, version interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchLPVersion_Call

FetchLPVersion is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • version string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) FetchNodeExecutionData added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchNodeExecutionData(ctx interface{}, nodeID interface{}, execName interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchNodeExecutionData_Call

FetchNodeExecutionData is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string
  • execName string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) FetchNodeExecutionDetails added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchNodeExecutionDetails(ctx interface{}, name interface{}, project interface{}, domain interface{}, uniqueParentID interface{}) *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call

FetchNodeExecutionDetails is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • project string
  • domain string
  • uniqueParentID string

func (*AdminFetcherExtInterface_Expecter) FetchProjectAttributes added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchProjectAttributes(ctx interface{}, project interface{}, rsType interface{}) *AdminFetcherExtInterface_FetchProjectAttributes_Call

FetchProjectAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • rsType admin.MatchableResource

func (*AdminFetcherExtInterface_Expecter) FetchProjectDomainAttributes added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchProjectDomainAttributes(ctx interface{}, project interface{}, domain interface{}, rsType interface{}) *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call

FetchProjectDomainAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • rsType admin.MatchableResource

func (*AdminFetcherExtInterface_Expecter) FetchTaskExecutionsOnNode added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchTaskExecutionsOnNode(ctx interface{}, nodeID interface{}, execName interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call

FetchTaskExecutionsOnNode is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string
  • execName string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) FetchTaskLatestVersion added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchTaskLatestVersion(ctx interface{}, name interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_FetchTaskLatestVersion_Call

FetchTaskLatestVersion is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • project string
  • domain string
  • filter filters.Filters

func (*AdminFetcherExtInterface_Expecter) FetchTaskVersion added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchTaskVersion(ctx interface{}, name interface{}, version interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchTaskVersion_Call

FetchTaskVersion is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • version string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) FetchWorkflowAttributes added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchWorkflowAttributes(ctx interface{}, project interface{}, domain interface{}, name interface{}, rsType interface{}) *AdminFetcherExtInterface_FetchWorkflowAttributes_Call

FetchWorkflowAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • name string
  • rsType admin.MatchableResource

func (*AdminFetcherExtInterface_Expecter) FetchWorkflowLatestVersion added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchWorkflowLatestVersion(ctx interface{}, name interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call

FetchWorkflowLatestVersion is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) FetchWorkflowVersion added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) FetchWorkflowVersion(ctx interface{}, name interface{}, version interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchWorkflowVersion_Call

FetchWorkflowVersion is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • version string
  • project string
  • domain string

func (*AdminFetcherExtInterface_Expecter) GetDomains added in v0.9.5

GetDomains is a helper method to define mock.On call

  • ctx context.Context

func (*AdminFetcherExtInterface_Expecter) GetProjectByID added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) GetProjectByID(ctx interface{}, projectID interface{}) *AdminFetcherExtInterface_GetProjectByID_Call

GetProjectByID is a helper method to define mock.On call

  • ctx context.Context
  • projectID string

func (*AdminFetcherExtInterface_Expecter) ListExecution added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) ListExecution(ctx interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_ListExecution_Call

ListExecution is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • filter filters.Filters

func (*AdminFetcherExtInterface_Expecter) ListProjects added in v0.9.5

func (_e *AdminFetcherExtInterface_Expecter) ListProjects(ctx interface{}, filter interface{}) *AdminFetcherExtInterface_ListProjects_Call

ListProjects is a helper method to define mock.On call

  • ctx context.Context
  • filter filters.Filters

type AdminFetcherExtInterface_FetchAllVerOfLP_Call added in v0.9.5

type AdminFetcherExtInterface_FetchAllVerOfLP_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchAllVerOfLP_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchAllVerOfLP'

func (*AdminFetcherExtInterface_FetchAllVerOfLP_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllVerOfLP_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllVerOfLP_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchAllVerOfTask_Call added in v0.9.5

type AdminFetcherExtInterface_FetchAllVerOfTask_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchAllVerOfTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchAllVerOfTask'

func (*AdminFetcherExtInterface_FetchAllVerOfTask_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllVerOfTask_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllVerOfTask_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call added in v0.9.5

type AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchAllVerOfWorkflow'

func (*AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchAllWorkflows_Call added in v0.9.5

type AdminFetcherExtInterface_FetchAllWorkflows_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchAllWorkflows_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchAllWorkflows'

func (*AdminFetcherExtInterface_FetchAllWorkflows_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllWorkflows_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchAllWorkflows_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchExecution_Call added in v0.9.5

type AdminFetcherExtInterface_FetchExecution_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchExecution'

func (*AdminFetcherExtInterface_FetchExecution_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchExecution_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchExecution_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchLPLatestVersion_Call added in v0.9.5

type AdminFetcherExtInterface_FetchLPLatestVersion_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchLPLatestVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchLPLatestVersion'

func (*AdminFetcherExtInterface_FetchLPLatestVersion_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchLPLatestVersion_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchLPLatestVersion_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchLPVersion_Call added in v0.9.5

type AdminFetcherExtInterface_FetchLPVersion_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchLPVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchLPVersion'

func (*AdminFetcherExtInterface_FetchLPVersion_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchLPVersion_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchLPVersion_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchNodeExecutionData_Call added in v0.9.5

type AdminFetcherExtInterface_FetchNodeExecutionData_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchNodeExecutionData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchNodeExecutionData'

func (*AdminFetcherExtInterface_FetchNodeExecutionData_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchNodeExecutionData_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchNodeExecutionData_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchNodeExecutionDetails_Call added in v0.9.5

type AdminFetcherExtInterface_FetchNodeExecutionDetails_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchNodeExecutionDetails_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchNodeExecutionDetails'

func (*AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchProjectAttributes_Call added in v0.9.5

type AdminFetcherExtInterface_FetchProjectAttributes_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchProjectAttributes'

func (*AdminFetcherExtInterface_FetchProjectAttributes_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchProjectAttributes_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchProjectAttributes_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchProjectDomainAttributes_Call added in v0.9.5

type AdminFetcherExtInterface_FetchProjectDomainAttributes_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchProjectDomainAttributes'

func (*AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) Run added in v0.9.5

type AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call added in v0.9.5

type AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchTaskExecutionsOnNode'

func (*AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchTaskLatestVersion_Call added in v0.9.5

type AdminFetcherExtInterface_FetchTaskLatestVersion_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchTaskLatestVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchTaskLatestVersion'

func (*AdminFetcherExtInterface_FetchTaskLatestVersion_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchTaskLatestVersion_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchTaskLatestVersion_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchTaskVersion_Call added in v0.9.5

type AdminFetcherExtInterface_FetchTaskVersion_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchTaskVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchTaskVersion'

func (*AdminFetcherExtInterface_FetchTaskVersion_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchTaskVersion_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchTaskVersion_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchWorkflowAttributes_Call added in v0.9.5

type AdminFetcherExtInterface_FetchWorkflowAttributes_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchWorkflowAttributes'

func (*AdminFetcherExtInterface_FetchWorkflowAttributes_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchWorkflowAttributes_Call) Run added in v0.9.5

type AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call added in v0.9.5

type AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchWorkflowLatestVersion'

func (*AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_FetchWorkflowVersion_Call added in v0.9.5

type AdminFetcherExtInterface_FetchWorkflowVersion_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_FetchWorkflowVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchWorkflowVersion'

func (*AdminFetcherExtInterface_FetchWorkflowVersion_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_FetchWorkflowVersion_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_FetchWorkflowVersion_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_GetDomains_Call added in v0.9.5

type AdminFetcherExtInterface_GetDomains_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_GetDomains_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDomains'

func (*AdminFetcherExtInterface_GetDomains_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_GetDomains_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_GetDomains_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_GetProjectByID_Call added in v0.9.5

type AdminFetcherExtInterface_GetProjectByID_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_GetProjectByID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectByID'

func (*AdminFetcherExtInterface_GetProjectByID_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_GetProjectByID_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_GetProjectByID_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_ListExecution_Call added in v0.9.5

type AdminFetcherExtInterface_ListExecution_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_ListExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExecution'

func (*AdminFetcherExtInterface_ListExecution_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_ListExecution_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_ListExecution_Call) RunAndReturn added in v0.9.5

type AdminFetcherExtInterface_ListProjects_Call added in v0.9.5

type AdminFetcherExtInterface_ListProjects_Call struct {
	*mock.Call
}

AdminFetcherExtInterface_ListProjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjects'

func (*AdminFetcherExtInterface_ListProjects_Call) Return added in v0.9.5

func (*AdminFetcherExtInterface_ListProjects_Call) Run added in v0.9.5

func (*AdminFetcherExtInterface_ListProjects_Call) RunAndReturn added in v0.9.5

type AdminServiceFetcherExtInterface

type AdminServiceFetcherExtInterface struct {
	mock.Mock
}

AdminServiceFetcherExtInterface is an autogenerated mock type for the AdminServiceFetcherExtInterface type

func (*AdminServiceFetcherExtInterface) AdminServiceClient

AdminServiceClient provides a mock function with given fields:

func (*AdminServiceFetcherExtInterface) FetchAllVerOfLP

func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) ([]*admin.LaunchPlan, error)

FetchAllVerOfLP provides a mock function with given fields: ctx, lpName, project, domain

func (*AdminServiceFetcherExtInterface) FetchAllVerOfTask

func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string) ([]*admin.Task, error)

FetchAllVerOfTask provides a mock function with given fields: ctx, name, project, domain

func (*AdminServiceFetcherExtInterface) FetchExecution

func (_m *AdminServiceFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)

FetchExecution provides a mock function with given fields: ctx, name, project, domain

func (*AdminServiceFetcherExtInterface) FetchLPLatestVersion

func (_m *AdminServiceFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.LaunchPlan, error)

FetchLPLatestVersion provides a mock function with given fields: ctx, name, project, domain

func (*AdminServiceFetcherExtInterface) FetchLPVersion

func (_m *AdminServiceFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.LaunchPlan, error)

FetchLPVersion provides a mock function with given fields: ctx, name, version, project, domain

func (*AdminServiceFetcherExtInterface) FetchTaskLatestVersion

func (_m *AdminServiceFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.Task, error)

FetchTaskLatestVersion provides a mock function with given fields: ctx, name, project, domain

func (*AdminServiceFetcherExtInterface) FetchTaskVersion

func (_m *AdminServiceFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) (*admin.Task, error)

FetchTaskVersion provides a mock function with given fields: ctx, name, version, project, domain

func (*AdminServiceFetcherExtInterface) OnAdminServiceClient

func (*AdminServiceFetcherExtInterface) OnAdminServiceClientMatch

func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_AdminServiceClient

func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfLP

func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch

func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfLP

func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfTask

func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch

func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfTask

func (*AdminServiceFetcherExtInterface) OnFetchExecution

func (*AdminServiceFetcherExtInterface) OnFetchExecutionMatch

func (_m *AdminServiceFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchExecution

func (*AdminServiceFetcherExtInterface) OnFetchLPLatestVersion

func (*AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch

func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPLatestVersion

func (*AdminServiceFetcherExtInterface) OnFetchLPVersion

func (*AdminServiceFetcherExtInterface) OnFetchLPVersionMatch

func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPVersion

func (*AdminServiceFetcherExtInterface) OnFetchTaskLatestVersion

func (*AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch

func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion

func (*AdminServiceFetcherExtInterface) OnFetchTaskVersion

func (*AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch

func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskVersion

type AdminServiceFetcherExtInterface_AdminServiceClient

type AdminServiceFetcherExtInterface_AdminServiceClient struct {
	*mock.Call
}

type AdminServiceFetcherExtInterface_FetchAllVerOfLP

type AdminServiceFetcherExtInterface_FetchAllVerOfLP struct {
	*mock.Call
}

func (AdminServiceFetcherExtInterface_FetchAllVerOfLP) Return

type AdminServiceFetcherExtInterface_FetchAllVerOfTask

type AdminServiceFetcherExtInterface_FetchAllVerOfTask struct {
	*mock.Call
}

func (AdminServiceFetcherExtInterface_FetchAllVerOfTask) Return

type AdminServiceFetcherExtInterface_FetchExecution

type AdminServiceFetcherExtInterface_FetchExecution struct {
	*mock.Call
}

func (AdminServiceFetcherExtInterface_FetchExecution) Return

type AdminServiceFetcherExtInterface_FetchLPLatestVersion

type AdminServiceFetcherExtInterface_FetchLPLatestVersion struct {
	*mock.Call
}

func (AdminServiceFetcherExtInterface_FetchLPLatestVersion) Return

type AdminServiceFetcherExtInterface_FetchLPVersion

type AdminServiceFetcherExtInterface_FetchLPVersion struct {
	*mock.Call
}

func (AdminServiceFetcherExtInterface_FetchLPVersion) Return

type AdminServiceFetcherExtInterface_FetchTaskLatestVersion

type AdminServiceFetcherExtInterface_FetchTaskLatestVersion struct {
	*mock.Call
}

func (AdminServiceFetcherExtInterface_FetchTaskLatestVersion) Return

type AdminServiceFetcherExtInterface_FetchTaskVersion

type AdminServiceFetcherExtInterface_FetchTaskVersion struct {
	*mock.Call
}

func (AdminServiceFetcherExtInterface_FetchTaskVersion) Return

type AdminUpdaterExtInterface

type AdminUpdaterExtInterface struct {
	mock.Mock
}

AdminUpdaterExtInterface is an autogenerated mock type for the AdminUpdaterExtInterface type

func NewAdminUpdaterExtInterface added in v0.9.5

func NewAdminUpdaterExtInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *AdminUpdaterExtInterface

NewAdminUpdaterExtInterface creates a new instance of AdminUpdaterExtInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*AdminUpdaterExtInterface) AdminServiceClient

func (_m *AdminUpdaterExtInterface) AdminServiceClient() service.AdminServiceClient

AdminServiceClient provides a mock function with given fields:

func (*AdminUpdaterExtInterface) EXPECT added in v0.9.5

func (*AdminUpdaterExtInterface) UpdateProjectAttributes

func (_m *AdminUpdaterExtInterface) UpdateProjectAttributes(ctx context.Context, project string, matchingAttr *admin.MatchingAttributes) error

UpdateProjectAttributes provides a mock function with given fields: ctx, project, matchingAttr

func (*AdminUpdaterExtInterface) UpdateProjectDomainAttributes

func (_m *AdminUpdaterExtInterface) UpdateProjectDomainAttributes(ctx context.Context, project string, domain string, matchingAttr *admin.MatchingAttributes) error

UpdateProjectDomainAttributes provides a mock function with given fields: ctx, project, domain, matchingAttr

func (*AdminUpdaterExtInterface) UpdateWorkflowAttributes

func (_m *AdminUpdaterExtInterface) UpdateWorkflowAttributes(ctx context.Context, project string, domain string, name string, matchingAttr *admin.MatchingAttributes) error

UpdateWorkflowAttributes provides a mock function with given fields: ctx, project, domain, name, matchingAttr

type AdminUpdaterExtInterface_AdminServiceClient_Call added in v0.9.5

type AdminUpdaterExtInterface_AdminServiceClient_Call struct {
	*mock.Call
}

AdminUpdaterExtInterface_AdminServiceClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdminServiceClient'

func (*AdminUpdaterExtInterface_AdminServiceClient_Call) Return added in v0.9.5

func (*AdminUpdaterExtInterface_AdminServiceClient_Call) Run added in v0.9.5

func (*AdminUpdaterExtInterface_AdminServiceClient_Call) RunAndReturn added in v0.9.5

type AdminUpdaterExtInterface_Expecter added in v0.9.5

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

func (*AdminUpdaterExtInterface_Expecter) AdminServiceClient added in v0.9.5

AdminServiceClient is a helper method to define mock.On call

func (*AdminUpdaterExtInterface_Expecter) UpdateProjectAttributes added in v0.9.5

func (_e *AdminUpdaterExtInterface_Expecter) UpdateProjectAttributes(ctx interface{}, project interface{}, matchingAttr interface{}) *AdminUpdaterExtInterface_UpdateProjectAttributes_Call

UpdateProjectAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • matchingAttr *admin.MatchingAttributes

func (*AdminUpdaterExtInterface_Expecter) UpdateProjectDomainAttributes added in v0.9.5

func (_e *AdminUpdaterExtInterface_Expecter) UpdateProjectDomainAttributes(ctx interface{}, project interface{}, domain interface{}, matchingAttr interface{}) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call

UpdateProjectDomainAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • matchingAttr *admin.MatchingAttributes

func (*AdminUpdaterExtInterface_Expecter) UpdateWorkflowAttributes added in v0.9.5

func (_e *AdminUpdaterExtInterface_Expecter) UpdateWorkflowAttributes(ctx interface{}, project interface{}, domain interface{}, name interface{}, matchingAttr interface{}) *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call

UpdateWorkflowAttributes is a helper method to define mock.On call

  • ctx context.Context
  • project string
  • domain string
  • name string
  • matchingAttr *admin.MatchingAttributes

type AdminUpdaterExtInterface_UpdateProjectAttributes_Call added in v0.9.5

type AdminUpdaterExtInterface_UpdateProjectAttributes_Call struct {
	*mock.Call
}

AdminUpdaterExtInterface_UpdateProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectAttributes'

func (*AdminUpdaterExtInterface_UpdateProjectAttributes_Call) Return added in v0.9.5

func (*AdminUpdaterExtInterface_UpdateProjectAttributes_Call) Run added in v0.9.5

func (*AdminUpdaterExtInterface_UpdateProjectAttributes_Call) RunAndReturn added in v0.9.5

type AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call added in v0.9.5

type AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call struct {
	*mock.Call
}

AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectDomainAttributes'

func (*AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) Return added in v0.9.5

func (*AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) Run added in v0.9.5

func (*AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) RunAndReturn added in v0.9.5

type AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call added in v0.9.5

type AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call struct {
	*mock.Call
}

AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowAttributes'

func (*AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) Return added in v0.9.5

func (*AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) Run added in v0.9.5

func (*AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) RunAndReturn added in v0.9.5

Jump to

Keyboard shortcuts

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