Documentation
¶
Index ¶
- type AdminDeleterExtInterface
- func (_m *AdminDeleterExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminDeleterExtInterface) DeleteProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) error
- func (_m *AdminDeleterExtInterface) DeleteProjectDomainAttributes(ctx context.Context, project string, domain string, ...) error
- func (_m *AdminDeleterExtInterface) DeleteWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) error
- func (_m *AdminDeleterExtInterface) EXPECT() *AdminDeleterExtInterface_Expecter
- type AdminDeleterExtInterface_AdminServiceClient_Call
- func (_c *AdminDeleterExtInterface_AdminServiceClient_Call) Return(_a0 service.AdminServiceClient) *AdminDeleterExtInterface_AdminServiceClient_Call
- func (_c *AdminDeleterExtInterface_AdminServiceClient_Call) Run(run func()) *AdminDeleterExtInterface_AdminServiceClient_Call
- func (_c *AdminDeleterExtInterface_AdminServiceClient_Call) RunAndReturn(run func() service.AdminServiceClient) *AdminDeleterExtInterface_AdminServiceClient_Call
- type AdminDeleterExtInterface_DeleteProjectAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteProjectAttributes_Call) Return(_a0 error) *AdminDeleterExtInterface_DeleteProjectAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteProjectAttributes_Call) Run(run func(ctx context.Context, project string, rsType admin.MatchableResource)) *AdminDeleterExtInterface_DeleteProjectAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteProjectAttributes_Call) RunAndReturn(run func(context.Context, string, admin.MatchableResource) error) *AdminDeleterExtInterface_DeleteProjectAttributes_Call
- type AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) Return(_a0 error) *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) Run(run func(ctx context.Context, project string, domain string, ...)) *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) RunAndReturn(run func(context.Context, string, string, admin.MatchableResource) error) *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call
- type AdminDeleterExtInterface_DeleteWorkflowAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) Return(_a0 error) *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) Run(run func(ctx context.Context, project string, domain string, name string, ...)) *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call
- func (_c *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) RunAndReturn(...) *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call
- type AdminDeleterExtInterface_Expecter
- func (_e *AdminDeleterExtInterface_Expecter) AdminServiceClient() *AdminDeleterExtInterface_AdminServiceClient_Call
- func (_e *AdminDeleterExtInterface_Expecter) DeleteProjectAttributes(ctx interface{}, project interface{}, rsType interface{}) *AdminDeleterExtInterface_DeleteProjectAttributes_Call
- func (_e *AdminDeleterExtInterface_Expecter) DeleteProjectDomainAttributes(ctx interface{}, project interface{}, domain interface{}, rsType interface{}) *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call
- func (_e *AdminDeleterExtInterface_Expecter) DeleteWorkflowAttributes(ctx interface{}, project interface{}, domain interface{}, name interface{}, ...) *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call
- type AdminFetcherExtInterface
- func (_m *AdminFetcherExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminFetcherExtInterface) EXPECT() *AdminFetcherExtInterface_Expecter
- func (_m *AdminFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string, ...) ([]*admin.LaunchPlan, error)
- func (_m *AdminFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string, ...) ([]*admin.Task, error)
- func (_m *AdminFetcherExtInterface) FetchAllVerOfWorkflow(ctx context.Context, name string, project string, domain string, ...) ([]*admin.Workflow, error)
- func (_m *AdminFetcherExtInterface) FetchAllWorkflows(ctx context.Context, project string, domain string, filter filters.Filters) ([]*admin.NamedEntity, error)
- func (_m *AdminFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)
- func (_m *AdminFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.LaunchPlan, error)
- func (_m *AdminFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, ...) (*admin.LaunchPlan, error)
- func (_m *AdminFetcherExtInterface) FetchNodeExecutionData(ctx context.Context, nodeID string, execName string, project string, ...) (*admin.NodeExecutionGetDataResponse, error)
- func (_m *AdminFetcherExtInterface) FetchNodeExecutionDetails(ctx context.Context, name string, project string, domain string, ...) (*admin.NodeExecutionList, error)
- func (_m *AdminFetcherExtInterface) FetchProjectAttributes(ctx context.Context, project string, rsType admin.MatchableResource) (*admin.ProjectAttributesGetResponse, error)
- func (_m *AdminFetcherExtInterface) FetchProjectDomainAttributes(ctx context.Context, project string, domain string, ...) (*admin.ProjectDomainAttributesGetResponse, error)
- func (_m *AdminFetcherExtInterface) FetchTaskExecutionsOnNode(ctx context.Context, nodeID string, execName string, project string, ...) (*admin.TaskExecutionList, error)
- func (_m *AdminFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string, ...) (*admin.Task, error)
- func (_m *AdminFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, ...) (*admin.Task, error)
- func (_m *AdminFetcherExtInterface) FetchWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) (*admin.WorkflowAttributesGetResponse, error)
- func (_m *AdminFetcherExtInterface) FetchWorkflowLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.Workflow, error)
- func (_m *AdminFetcherExtInterface) FetchWorkflowVersion(ctx context.Context, name string, version string, project string, ...) (*admin.Workflow, error)
- func (_m *AdminFetcherExtInterface) GetDomains(ctx context.Context) (*admin.GetDomainsResponse, error)
- func (_m *AdminFetcherExtInterface) GetProjectByID(ctx context.Context, projectID string) (*admin.Project, error)
- func (_m *AdminFetcherExtInterface) ListExecution(ctx context.Context, project string, domain string, filter filters.Filters) (*admin.ExecutionList, error)
- func (_m *AdminFetcherExtInterface) ListProjects(ctx context.Context, filter filters.Filters) (*admin.Projects, error)
- type AdminFetcherExtInterface_AdminServiceClient_Call
- func (_c *AdminFetcherExtInterface_AdminServiceClient_Call) Return(_a0 service.AdminServiceClient) *AdminFetcherExtInterface_AdminServiceClient_Call
- func (_c *AdminFetcherExtInterface_AdminServiceClient_Call) Run(run func()) *AdminFetcherExtInterface_AdminServiceClient_Call
- func (_c *AdminFetcherExtInterface_AdminServiceClient_Call) RunAndReturn(run func() service.AdminServiceClient) *AdminFetcherExtInterface_AdminServiceClient_Call
- type AdminFetcherExtInterface_Expecter
- func (_e *AdminFetcherExtInterface_Expecter) AdminServiceClient() *AdminFetcherExtInterface_AdminServiceClient_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchAllVerOfLP(ctx interface{}, lpName interface{}, project interface{}, domain interface{}, ...) *AdminFetcherExtInterface_FetchAllVerOfLP_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchAllVerOfTask(ctx interface{}, name interface{}, project interface{}, domain interface{}, ...) *AdminFetcherExtInterface_FetchAllVerOfTask_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchAllVerOfWorkflow(ctx interface{}, name interface{}, project interface{}, domain interface{}, ...) *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchAllWorkflows(ctx interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_FetchAllWorkflows_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchExecution(ctx interface{}, name interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchExecution_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchLPLatestVersion(ctx interface{}, name interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchLPLatestVersion_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchLPVersion(ctx interface{}, name interface{}, version interface{}, project interface{}, ...) *AdminFetcherExtInterface_FetchLPVersion_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchNodeExecutionData(ctx interface{}, nodeID interface{}, execName interface{}, project interface{}, ...) *AdminFetcherExtInterface_FetchNodeExecutionData_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchNodeExecutionDetails(ctx interface{}, name interface{}, project interface{}, domain interface{}, ...) *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchProjectAttributes(ctx interface{}, project interface{}, rsType interface{}) *AdminFetcherExtInterface_FetchProjectAttributes_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchProjectDomainAttributes(ctx interface{}, project interface{}, domain interface{}, rsType interface{}) *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchTaskExecutionsOnNode(ctx interface{}, nodeID interface{}, execName interface{}, project interface{}, ...) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchTaskLatestVersion(ctx interface{}, name interface{}, project interface{}, domain interface{}, ...) *AdminFetcherExtInterface_FetchTaskLatestVersion_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchTaskVersion(ctx interface{}, name interface{}, version interface{}, project interface{}, ...) *AdminFetcherExtInterface_FetchTaskVersion_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchWorkflowAttributes(ctx interface{}, project interface{}, domain interface{}, name interface{}, ...) *AdminFetcherExtInterface_FetchWorkflowAttributes_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchWorkflowLatestVersion(ctx interface{}, name interface{}, project interface{}, domain interface{}) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
- func (_e *AdminFetcherExtInterface_Expecter) FetchWorkflowVersion(ctx interface{}, name interface{}, version interface{}, project interface{}, ...) *AdminFetcherExtInterface_FetchWorkflowVersion_Call
- func (_e *AdminFetcherExtInterface_Expecter) GetDomains(ctx interface{}) *AdminFetcherExtInterface_GetDomains_Call
- func (_e *AdminFetcherExtInterface_Expecter) GetProjectByID(ctx interface{}, projectID interface{}) *AdminFetcherExtInterface_GetProjectByID_Call
- func (_e *AdminFetcherExtInterface_Expecter) ListExecution(ctx interface{}, project interface{}, domain interface{}, filter interface{}) *AdminFetcherExtInterface_ListExecution_Call
- func (_e *AdminFetcherExtInterface_Expecter) ListProjects(ctx interface{}, filter interface{}) *AdminFetcherExtInterface_ListProjects_Call
- type AdminFetcherExtInterface_FetchAllVerOfLP_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfLP_Call) Return(_a0 []*admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfLP_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfLP_Call) Run(...) *AdminFetcherExtInterface_FetchAllVerOfLP_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfLP_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchAllVerOfLP_Call
- type AdminFetcherExtInterface_FetchAllVerOfTask_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfTask_Call) Return(_a0 []*admin.Task, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfTask_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfTask_Call) Run(run func(ctx context.Context, name string, project string, domain string, ...)) *AdminFetcherExtInterface_FetchAllVerOfTask_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfTask_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchAllVerOfTask_Call
- type AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) Return(_a0 []*admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) Run(run func(ctx context.Context, name string, project string, domain string, ...)) *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call
- func (_c *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call
- type AdminFetcherExtInterface_FetchAllWorkflows_Call
- func (_c *AdminFetcherExtInterface_FetchAllWorkflows_Call) Return(_a0 []*admin.NamedEntity, _a1 error) *AdminFetcherExtInterface_FetchAllWorkflows_Call
- func (_c *AdminFetcherExtInterface_FetchAllWorkflows_Call) Run(...) *AdminFetcherExtInterface_FetchAllWorkflows_Call
- func (_c *AdminFetcherExtInterface_FetchAllWorkflows_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchAllWorkflows_Call
- type AdminFetcherExtInterface_FetchExecution_Call
- func (_c *AdminFetcherExtInterface_FetchExecution_Call) Return(_a0 *admin.Execution, _a1 error) *AdminFetcherExtInterface_FetchExecution_Call
- func (_c *AdminFetcherExtInterface_FetchExecution_Call) Run(run func(ctx context.Context, name string, project string, domain string)) *AdminFetcherExtInterface_FetchExecution_Call
- func (_c *AdminFetcherExtInterface_FetchExecution_Call) RunAndReturn(run func(context.Context, string, string, string) (*admin.Execution, error)) *AdminFetcherExtInterface_FetchExecution_Call
- type AdminFetcherExtInterface_FetchLPLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchLPLatestVersion_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchLPLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchLPLatestVersion_Call) Run(run func(ctx context.Context, name string, project string, domain string)) *AdminFetcherExtInterface_FetchLPLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchLPLatestVersion_Call) RunAndReturn(run func(context.Context, string, string, string) (*admin.LaunchPlan, error)) *AdminFetcherExtInterface_FetchLPLatestVersion_Call
- type AdminFetcherExtInterface_FetchLPVersion_Call
- func (_c *AdminFetcherExtInterface_FetchLPVersion_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchLPVersion_Call
- func (_c *AdminFetcherExtInterface_FetchLPVersion_Call) Run(...) *AdminFetcherExtInterface_FetchLPVersion_Call
- func (_c *AdminFetcherExtInterface_FetchLPVersion_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchLPVersion_Call
- type AdminFetcherExtInterface_FetchNodeExecutionData_Call
- func (_c *AdminFetcherExtInterface_FetchNodeExecutionData_Call) Return(_a0 *admin.NodeExecutionGetDataResponse, _a1 error) *AdminFetcherExtInterface_FetchNodeExecutionData_Call
- func (_c *AdminFetcherExtInterface_FetchNodeExecutionData_Call) Run(...) *AdminFetcherExtInterface_FetchNodeExecutionData_Call
- func (_c *AdminFetcherExtInterface_FetchNodeExecutionData_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchNodeExecutionData_Call
- type AdminFetcherExtInterface_FetchNodeExecutionDetails_Call
- func (_c *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) Return(_a0 *admin.NodeExecutionList, _a1 error) *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call
- func (_c *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) Run(run func(ctx context.Context, name string, project string, domain string, ...)) *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call
- func (_c *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call
- type AdminFetcherExtInterface_FetchProjectAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchProjectAttributes_Call) Return(_a0 *admin.ProjectAttributesGetResponse, _a1 error) *AdminFetcherExtInterface_FetchProjectAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchProjectAttributes_Call) Run(run func(ctx context.Context, project string, rsType admin.MatchableResource)) *AdminFetcherExtInterface_FetchProjectAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchProjectAttributes_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchProjectAttributes_Call
- type AdminFetcherExtInterface_FetchProjectDomainAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) Return(_a0 *admin.ProjectDomainAttributesGetResponse, _a1 error) *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) Run(run func(ctx context.Context, project string, domain string, ...)) *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call
- type AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call
- func (_c *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) Return(_a0 *admin.TaskExecutionList, _a1 error) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call
- func (_c *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) Run(...) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call
- func (_c *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call
- type AdminFetcherExtInterface_FetchTaskLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchTaskLatestVersion_Call) Return(_a0 *admin.Task, _a1 error) *AdminFetcherExtInterface_FetchTaskLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchTaskLatestVersion_Call) Run(run func(ctx context.Context, name string, project string, domain string, ...)) *AdminFetcherExtInterface_FetchTaskLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchTaskLatestVersion_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchTaskLatestVersion_Call
- type AdminFetcherExtInterface_FetchTaskVersion_Call
- func (_c *AdminFetcherExtInterface_FetchTaskVersion_Call) Return(_a0 *admin.Task, _a1 error) *AdminFetcherExtInterface_FetchTaskVersion_Call
- func (_c *AdminFetcherExtInterface_FetchTaskVersion_Call) Run(...) *AdminFetcherExtInterface_FetchTaskVersion_Call
- func (_c *AdminFetcherExtInterface_FetchTaskVersion_Call) RunAndReturn(run func(context.Context, string, string, string, string) (*admin.Task, error)) *AdminFetcherExtInterface_FetchTaskVersion_Call
- type AdminFetcherExtInterface_FetchWorkflowAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowAttributes_Call) Return(_a0 *admin.WorkflowAttributesGetResponse, _a1 error) *AdminFetcherExtInterface_FetchWorkflowAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowAttributes_Call) Run(run func(ctx context.Context, project string, domain string, name string, ...)) *AdminFetcherExtInterface_FetchWorkflowAttributes_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowAttributes_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchWorkflowAttributes_Call
- type AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) Return(_a0 *admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) Run(run func(ctx context.Context, name string, project string, domain string)) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) RunAndReturn(run func(context.Context, string, string, string) (*admin.Workflow, error)) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
- type AdminFetcherExtInterface_FetchWorkflowVersion_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowVersion_Call) Return(_a0 *admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchWorkflowVersion_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowVersion_Call) Run(...) *AdminFetcherExtInterface_FetchWorkflowVersion_Call
- func (_c *AdminFetcherExtInterface_FetchWorkflowVersion_Call) RunAndReturn(...) *AdminFetcherExtInterface_FetchWorkflowVersion_Call
- type AdminFetcherExtInterface_GetDomains_Call
- func (_c *AdminFetcherExtInterface_GetDomains_Call) Return(_a0 *admin.GetDomainsResponse, _a1 error) *AdminFetcherExtInterface_GetDomains_Call
- func (_c *AdminFetcherExtInterface_GetDomains_Call) Run(run func(ctx context.Context)) *AdminFetcherExtInterface_GetDomains_Call
- func (_c *AdminFetcherExtInterface_GetDomains_Call) RunAndReturn(run func(context.Context) (*admin.GetDomainsResponse, error)) *AdminFetcherExtInterface_GetDomains_Call
- type AdminFetcherExtInterface_GetProjectByID_Call
- func (_c *AdminFetcherExtInterface_GetProjectByID_Call) Return(_a0 *admin.Project, _a1 error) *AdminFetcherExtInterface_GetProjectByID_Call
- func (_c *AdminFetcherExtInterface_GetProjectByID_Call) Run(run func(ctx context.Context, projectID string)) *AdminFetcherExtInterface_GetProjectByID_Call
- func (_c *AdminFetcherExtInterface_GetProjectByID_Call) RunAndReturn(run func(context.Context, string) (*admin.Project, error)) *AdminFetcherExtInterface_GetProjectByID_Call
- type AdminFetcherExtInterface_ListExecution_Call
- func (_c *AdminFetcherExtInterface_ListExecution_Call) Return(_a0 *admin.ExecutionList, _a1 error) *AdminFetcherExtInterface_ListExecution_Call
- func (_c *AdminFetcherExtInterface_ListExecution_Call) Run(...) *AdminFetcherExtInterface_ListExecution_Call
- func (_c *AdminFetcherExtInterface_ListExecution_Call) RunAndReturn(...) *AdminFetcherExtInterface_ListExecution_Call
- type AdminFetcherExtInterface_ListProjects_Call
- func (_c *AdminFetcherExtInterface_ListProjects_Call) Return(_a0 *admin.Projects, _a1 error) *AdminFetcherExtInterface_ListProjects_Call
- func (_c *AdminFetcherExtInterface_ListProjects_Call) Run(run func(ctx context.Context, filter filters.Filters)) *AdminFetcherExtInterface_ListProjects_Call
- func (_c *AdminFetcherExtInterface_ListProjects_Call) RunAndReturn(run func(context.Context, filters.Filters) (*admin.Projects, error)) *AdminFetcherExtInterface_ListProjects_Call
- type AdminServiceFetcherExtInterface
- func (_m *AdminServiceFetcherExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) ([]*admin.LaunchPlan, error)
- func (_m *AdminServiceFetcherExtInterface) FetchAllVerOfTask(ctx context.Context, name string, project string, domain string) ([]*admin.Task, error)
- func (_m *AdminServiceFetcherExtInterface) FetchExecution(ctx context.Context, name string, project string, domain string) (*admin.Execution, error)
- func (_m *AdminServiceFetcherExtInterface) FetchLPLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.LaunchPlan, error)
- func (_m *AdminServiceFetcherExtInterface) FetchLPVersion(ctx context.Context, name string, version string, project string, ...) (*admin.LaunchPlan, error)
- func (_m *AdminServiceFetcherExtInterface) FetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) (*admin.Task, error)
- func (_m *AdminServiceFetcherExtInterface) FetchTaskVersion(ctx context.Context, name string, version string, project string, ...) (*admin.Task, error)
- func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClient() *AdminServiceFetcherExtInterface_AdminServiceClient
- func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_AdminServiceClient
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTask(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
- func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
- func (_m *AdminServiceFetcherExtInterface) OnFetchExecution(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchExecution
- func (_m *AdminServiceFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchExecution
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersion(ctx context.Context, name string, version string, project string, ...) *AdminServiceFetcherExtInterface_FetchLPVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersion(ctx context.Context, name string, version string, project string, ...) *AdminServiceFetcherExtInterface_FetchTaskVersion
- func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskVersion
- type AdminServiceFetcherExtInterface_AdminServiceClient
- type AdminServiceFetcherExtInterface_FetchAllVerOfLP
- type AdminServiceFetcherExtInterface_FetchAllVerOfTask
- type AdminServiceFetcherExtInterface_FetchExecution
- type AdminServiceFetcherExtInterface_FetchLPLatestVersion
- type AdminServiceFetcherExtInterface_FetchLPVersion
- type AdminServiceFetcherExtInterface_FetchTaskLatestVersion
- type AdminServiceFetcherExtInterface_FetchTaskVersion
- type AdminUpdaterExtInterface
- func (_m *AdminUpdaterExtInterface) AdminServiceClient() service.AdminServiceClient
- func (_m *AdminUpdaterExtInterface) EXPECT() *AdminUpdaterExtInterface_Expecter
- func (_m *AdminUpdaterExtInterface) UpdateProjectAttributes(ctx context.Context, project string, matchingAttr *admin.MatchingAttributes) error
- func (_m *AdminUpdaterExtInterface) UpdateProjectDomainAttributes(ctx context.Context, project string, domain string, ...) error
- func (_m *AdminUpdaterExtInterface) UpdateWorkflowAttributes(ctx context.Context, project string, domain string, name string, ...) error
- type AdminUpdaterExtInterface_AdminServiceClient_Call
- func (_c *AdminUpdaterExtInterface_AdminServiceClient_Call) Return(_a0 service.AdminServiceClient) *AdminUpdaterExtInterface_AdminServiceClient_Call
- func (_c *AdminUpdaterExtInterface_AdminServiceClient_Call) Run(run func()) *AdminUpdaterExtInterface_AdminServiceClient_Call
- func (_c *AdminUpdaterExtInterface_AdminServiceClient_Call) RunAndReturn(run func() service.AdminServiceClient) *AdminUpdaterExtInterface_AdminServiceClient_Call
- type AdminUpdaterExtInterface_Expecter
- func (_e *AdminUpdaterExtInterface_Expecter) AdminServiceClient() *AdminUpdaterExtInterface_AdminServiceClient_Call
- func (_e *AdminUpdaterExtInterface_Expecter) UpdateProjectAttributes(ctx interface{}, project interface{}, matchingAttr interface{}) *AdminUpdaterExtInterface_UpdateProjectAttributes_Call
- func (_e *AdminUpdaterExtInterface_Expecter) UpdateProjectDomainAttributes(ctx interface{}, project interface{}, domain interface{}, ...) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call
- func (_e *AdminUpdaterExtInterface_Expecter) UpdateWorkflowAttributes(ctx interface{}, project interface{}, domain interface{}, name interface{}, ...) *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call
- type AdminUpdaterExtInterface_UpdateProjectAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateProjectAttributes_Call) Return(_a0 error) *AdminUpdaterExtInterface_UpdateProjectAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateProjectAttributes_Call) Run(...) *AdminUpdaterExtInterface_UpdateProjectAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateProjectAttributes_Call) RunAndReturn(run func(context.Context, string, *admin.MatchingAttributes) error) *AdminUpdaterExtInterface_UpdateProjectAttributes_Call
- type AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) Return(_a0 error) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) Run(run func(ctx context.Context, project string, domain string, ...)) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) RunAndReturn(run func(context.Context, string, string, *admin.MatchingAttributes) error) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call
- type AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) Return(_a0 error) *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) Run(run func(ctx context.Context, project string, domain string, name string, ...)) *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call
- func (_c *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) RunAndReturn(...) *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminDeleterExtInterface ¶
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
func (_m *AdminDeleterExtInterface) EXPECT() *AdminDeleterExtInterface_Expecter
type AdminDeleterExtInterface_AdminServiceClient_Call ¶ added in v0.9.5
AdminDeleterExtInterface_AdminServiceClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdminServiceClient'
func (*AdminDeleterExtInterface_AdminServiceClient_Call) Run ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_AdminServiceClient_Call) Run(run func()) *AdminDeleterExtInterface_AdminServiceClient_Call
func (*AdminDeleterExtInterface_AdminServiceClient_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_AdminServiceClient_Call) RunAndReturn(run func() service.AdminServiceClient) *AdminDeleterExtInterface_AdminServiceClient_Call
type AdminDeleterExtInterface_DeleteProjectAttributes_Call ¶ added in v0.9.5
AdminDeleterExtInterface_DeleteProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectAttributes'
func (*AdminDeleterExtInterface_DeleteProjectAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_DeleteProjectAttributes_Call) Run(run func(ctx context.Context, project string, rsType admin.MatchableResource)) *AdminDeleterExtInterface_DeleteProjectAttributes_Call
func (*AdminDeleterExtInterface_DeleteProjectAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_DeleteProjectAttributes_Call) RunAndReturn(run func(context.Context, string, admin.MatchableResource) error) *AdminDeleterExtInterface_DeleteProjectAttributes_Call
type AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call ¶ added in v0.9.5
AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectDomainAttributes'
func (*AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) Run(run func(ctx context.Context, project string, domain string, rsType admin.MatchableResource)) *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call
func (*AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call) RunAndReturn(run func(context.Context, string, string, admin.MatchableResource) error) *AdminDeleterExtInterface_DeleteProjectDomainAttributes_Call
type AdminDeleterExtInterface_DeleteWorkflowAttributes_Call ¶ added in v0.9.5
AdminDeleterExtInterface_DeleteWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflowAttributes'
func (*AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) Run(run func(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource)) *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call
func (*AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call) RunAndReturn(run func(context.Context, string, string, string, admin.MatchableResource) error) *AdminDeleterExtInterface_DeleteWorkflowAttributes_Call
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
func (_e *AdminDeleterExtInterface_Expecter) AdminServiceClient() *AdminDeleterExtInterface_AdminServiceClient_Call
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 ¶
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 (_m *AdminFetcherExtInterface) EXPECT() *AdminFetcherExtInterface_Expecter
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
func (_m *AdminFetcherExtInterface) GetDomains(ctx context.Context) (*admin.GetDomainsResponse, error)
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
AdminFetcherExtInterface_AdminServiceClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdminServiceClient'
func (*AdminFetcherExtInterface_AdminServiceClient_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_AdminServiceClient_Call) Run(run func()) *AdminFetcherExtInterface_AdminServiceClient_Call
func (*AdminFetcherExtInterface_AdminServiceClient_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_AdminServiceClient_Call) RunAndReturn(run func() service.AdminServiceClient) *AdminFetcherExtInterface_AdminServiceClient_Call
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
func (_e *AdminFetcherExtInterface_Expecter) AdminServiceClient() *AdminFetcherExtInterface_AdminServiceClient_Call
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
func (_e *AdminFetcherExtInterface_Expecter) GetDomains(ctx interface{}) *AdminFetcherExtInterface_GetDomains_Call
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
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 (_c *AdminFetcherExtInterface_FetchAllVerOfLP_Call) Return(_a0 []*admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfLP_Call
func (*AdminFetcherExtInterface_FetchAllVerOfLP_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchAllVerOfLP_Call) Run(run func(ctx context.Context, lpName string, project string, domain string, filter filters.Filters)) *AdminFetcherExtInterface_FetchAllVerOfLP_Call
func (*AdminFetcherExtInterface_FetchAllVerOfLP_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchAllVerOfLP_Call) RunAndReturn(run func(context.Context, string, string, string, filters.Filters) ([]*admin.LaunchPlan, error)) *AdminFetcherExtInterface_FetchAllVerOfLP_Call
type AdminFetcherExtInterface_FetchAllVerOfTask_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchAllVerOfTask_Call) Return(_a0 []*admin.Task, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfTask_Call
func (*AdminFetcherExtInterface_FetchAllVerOfTask_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchAllVerOfTask_Call) Run(run func(ctx context.Context, name string, project string, domain string, filter filters.Filters)) *AdminFetcherExtInterface_FetchAllVerOfTask_Call
func (*AdminFetcherExtInterface_FetchAllVerOfTask_Call) RunAndReturn ¶ added in v0.9.5
type AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) Return(_a0 []*admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call
func (*AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) Run(run func(ctx context.Context, name string, project string, domain string, filter filters.Filters)) *AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call
func (*AdminFetcherExtInterface_FetchAllVerOfWorkflow_Call) RunAndReturn ¶ added in v0.9.5
type AdminFetcherExtInterface_FetchAllWorkflows_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchAllWorkflows_Call) Return(_a0 []*admin.NamedEntity, _a1 error) *AdminFetcherExtInterface_FetchAllWorkflows_Call
func (*AdminFetcherExtInterface_FetchAllWorkflows_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchAllWorkflows_Call) Run(run func(ctx context.Context, project string, domain string, filter filters.Filters)) *AdminFetcherExtInterface_FetchAllWorkflows_Call
func (*AdminFetcherExtInterface_FetchAllWorkflows_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchAllWorkflows_Call) RunAndReturn(run func(context.Context, string, string, filters.Filters) ([]*admin.NamedEntity, error)) *AdminFetcherExtInterface_FetchAllWorkflows_Call
type AdminFetcherExtInterface_FetchExecution_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchExecution_Call) Return(_a0 *admin.Execution, _a1 error) *AdminFetcherExtInterface_FetchExecution_Call
func (*AdminFetcherExtInterface_FetchExecution_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchExecution_Call) Run(run func(ctx context.Context, name string, project string, domain string)) *AdminFetcherExtInterface_FetchExecution_Call
func (*AdminFetcherExtInterface_FetchExecution_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchExecution_Call) RunAndReturn(run func(context.Context, string, string, string) (*admin.Execution, error)) *AdminFetcherExtInterface_FetchExecution_Call
type AdminFetcherExtInterface_FetchLPLatestVersion_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchLPLatestVersion_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchLPLatestVersion_Call
func (*AdminFetcherExtInterface_FetchLPLatestVersion_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchLPLatestVersion_Call) Run(run func(ctx context.Context, name string, project string, domain string)) *AdminFetcherExtInterface_FetchLPLatestVersion_Call
func (*AdminFetcherExtInterface_FetchLPLatestVersion_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchLPLatestVersion_Call) RunAndReturn(run func(context.Context, string, string, string) (*admin.LaunchPlan, error)) *AdminFetcherExtInterface_FetchLPLatestVersion_Call
type AdminFetcherExtInterface_FetchLPVersion_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchLPVersion_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminFetcherExtInterface_FetchLPVersion_Call
func (*AdminFetcherExtInterface_FetchLPVersion_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchLPVersion_Call) Run(run func(ctx context.Context, name string, version string, project string, domain string)) *AdminFetcherExtInterface_FetchLPVersion_Call
func (*AdminFetcherExtInterface_FetchLPVersion_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchLPVersion_Call) RunAndReturn(run func(context.Context, string, string, string, string) (*admin.LaunchPlan, error)) *AdminFetcherExtInterface_FetchLPVersion_Call
type AdminFetcherExtInterface_FetchNodeExecutionData_Call ¶ added in v0.9.5
AdminFetcherExtInterface_FetchNodeExecutionData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchNodeExecutionData'
func (*AdminFetcherExtInterface_FetchNodeExecutionData_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchNodeExecutionData_Call) Run(run func(ctx context.Context, nodeID string, execName string, project string, domain string)) *AdminFetcherExtInterface_FetchNodeExecutionData_Call
func (*AdminFetcherExtInterface_FetchNodeExecutionData_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchNodeExecutionData_Call) RunAndReturn(run func(context.Context, string, string, string, string) (*admin.NodeExecutionGetDataResponse, error)) *AdminFetcherExtInterface_FetchNodeExecutionData_Call
type AdminFetcherExtInterface_FetchNodeExecutionDetails_Call ¶ added in v0.9.5
AdminFetcherExtInterface_FetchNodeExecutionDetails_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchNodeExecutionDetails'
func (*AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) Run(run func(ctx context.Context, name string, project string, domain string, uniqueParentID string)) *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call
func (*AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call) RunAndReturn(run func(context.Context, string, string, string, string) (*admin.NodeExecutionList, error)) *AdminFetcherExtInterface_FetchNodeExecutionDetails_Call
type AdminFetcherExtInterface_FetchProjectAttributes_Call ¶ added in v0.9.5
AdminFetcherExtInterface_FetchProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchProjectAttributes'
func (*AdminFetcherExtInterface_FetchProjectAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchProjectAttributes_Call) Run(run func(ctx context.Context, project string, rsType admin.MatchableResource)) *AdminFetcherExtInterface_FetchProjectAttributes_Call
func (*AdminFetcherExtInterface_FetchProjectAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchProjectAttributes_Call) RunAndReturn(run func(context.Context, string, admin.MatchableResource) (*admin.ProjectAttributesGetResponse, error)) *AdminFetcherExtInterface_FetchProjectAttributes_Call
type AdminFetcherExtInterface_FetchProjectDomainAttributes_Call ¶ added in v0.9.5
AdminFetcherExtInterface_FetchProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchProjectDomainAttributes'
func (*AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) Run(run func(ctx context.Context, project string, domain string, rsType admin.MatchableResource)) *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call
func (*AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call) RunAndReturn(run func(context.Context, string, string, admin.MatchableResource) (*admin.ProjectDomainAttributesGetResponse, error)) *AdminFetcherExtInterface_FetchProjectDomainAttributes_Call
type AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call ¶ added in v0.9.5
AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchTaskExecutionsOnNode'
func (*AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) Run(run func(ctx context.Context, nodeID string, execName string, project string, domain string)) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call
func (*AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call) RunAndReturn(run func(context.Context, string, string, string, string) (*admin.TaskExecutionList, error)) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode_Call
type AdminFetcherExtInterface_FetchTaskLatestVersion_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchTaskLatestVersion_Call) Return(_a0 *admin.Task, _a1 error) *AdminFetcherExtInterface_FetchTaskLatestVersion_Call
func (*AdminFetcherExtInterface_FetchTaskLatestVersion_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchTaskLatestVersion_Call) Run(run func(ctx context.Context, name string, project string, domain string, filter filters.Filters)) *AdminFetcherExtInterface_FetchTaskLatestVersion_Call
func (*AdminFetcherExtInterface_FetchTaskLatestVersion_Call) RunAndReturn ¶ added in v0.9.5
type AdminFetcherExtInterface_FetchTaskVersion_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchTaskVersion_Call) Return(_a0 *admin.Task, _a1 error) *AdminFetcherExtInterface_FetchTaskVersion_Call
func (*AdminFetcherExtInterface_FetchTaskVersion_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchTaskVersion_Call) Run(run func(ctx context.Context, name string, version string, project string, domain string)) *AdminFetcherExtInterface_FetchTaskVersion_Call
func (*AdminFetcherExtInterface_FetchTaskVersion_Call) RunAndReturn ¶ added in v0.9.5
type AdminFetcherExtInterface_FetchWorkflowAttributes_Call ¶ added in v0.9.5
AdminFetcherExtInterface_FetchWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchWorkflowAttributes'
func (*AdminFetcherExtInterface_FetchWorkflowAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchWorkflowAttributes_Call) Run(run func(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource)) *AdminFetcherExtInterface_FetchWorkflowAttributes_Call
func (*AdminFetcherExtInterface_FetchWorkflowAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchWorkflowAttributes_Call) RunAndReturn(run func(context.Context, string, string, string, admin.MatchableResource) (*admin.WorkflowAttributesGetResponse, error)) *AdminFetcherExtInterface_FetchWorkflowAttributes_Call
type AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) Return(_a0 *admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
func (*AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) Run(run func(ctx context.Context, name string, project string, domain string)) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
func (*AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call) RunAndReturn(run func(context.Context, string, string, string) (*admin.Workflow, error)) *AdminFetcherExtInterface_FetchWorkflowLatestVersion_Call
type AdminFetcherExtInterface_FetchWorkflowVersion_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_FetchWorkflowVersion_Call) Return(_a0 *admin.Workflow, _a1 error) *AdminFetcherExtInterface_FetchWorkflowVersion_Call
func (*AdminFetcherExtInterface_FetchWorkflowVersion_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_FetchWorkflowVersion_Call) Run(run func(ctx context.Context, name string, version string, project string, domain string)) *AdminFetcherExtInterface_FetchWorkflowVersion_Call
func (*AdminFetcherExtInterface_FetchWorkflowVersion_Call) RunAndReturn ¶ added in v0.9.5
type AdminFetcherExtInterface_GetDomains_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_GetDomains_Call) Return(_a0 *admin.GetDomainsResponse, _a1 error) *AdminFetcherExtInterface_GetDomains_Call
func (*AdminFetcherExtInterface_GetDomains_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_GetDomains_Call) Run(run func(ctx context.Context)) *AdminFetcherExtInterface_GetDomains_Call
func (*AdminFetcherExtInterface_GetDomains_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_GetDomains_Call) RunAndReturn(run func(context.Context) (*admin.GetDomainsResponse, error)) *AdminFetcherExtInterface_GetDomains_Call
type AdminFetcherExtInterface_GetProjectByID_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_GetProjectByID_Call) Return(_a0 *admin.Project, _a1 error) *AdminFetcherExtInterface_GetProjectByID_Call
func (*AdminFetcherExtInterface_GetProjectByID_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_GetProjectByID_Call) Run(run func(ctx context.Context, projectID string)) *AdminFetcherExtInterface_GetProjectByID_Call
func (*AdminFetcherExtInterface_GetProjectByID_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_GetProjectByID_Call) RunAndReturn(run func(context.Context, string) (*admin.Project, error)) *AdminFetcherExtInterface_GetProjectByID_Call
type AdminFetcherExtInterface_ListExecution_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_ListExecution_Call) Return(_a0 *admin.ExecutionList, _a1 error) *AdminFetcherExtInterface_ListExecution_Call
func (*AdminFetcherExtInterface_ListExecution_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_ListExecution_Call) Run(run func(ctx context.Context, project string, domain string, filter filters.Filters)) *AdminFetcherExtInterface_ListExecution_Call
func (*AdminFetcherExtInterface_ListExecution_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_ListExecution_Call) RunAndReturn(run func(context.Context, string, string, filters.Filters) (*admin.ExecutionList, error)) *AdminFetcherExtInterface_ListExecution_Call
type AdminFetcherExtInterface_ListProjects_Call ¶ added in v0.9.5
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 (_c *AdminFetcherExtInterface_ListProjects_Call) Return(_a0 *admin.Projects, _a1 error) *AdminFetcherExtInterface_ListProjects_Call
func (*AdminFetcherExtInterface_ListProjects_Call) Run ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_ListProjects_Call) Run(run func(ctx context.Context, filter filters.Filters)) *AdminFetcherExtInterface_ListProjects_Call
func (*AdminFetcherExtInterface_ListProjects_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminFetcherExtInterface_ListProjects_Call) RunAndReturn(run func(context.Context, filters.Filters) (*admin.Projects, error)) *AdminFetcherExtInterface_ListProjects_Call
type AdminServiceFetcherExtInterface ¶
AdminServiceFetcherExtInterface is an autogenerated mock type for the AdminServiceFetcherExtInterface type
func (*AdminServiceFetcherExtInterface) AdminServiceClient ¶
func (_m *AdminServiceFetcherExtInterface) AdminServiceClient() service.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 (_m *AdminServiceFetcherExtInterface) OnAdminServiceClient() *AdminServiceFetcherExtInterface_AdminServiceClient
func (*AdminServiceFetcherExtInterface) OnAdminServiceClientMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_AdminServiceClient
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfLP ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfTask ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTask(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
func (*AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
func (*AdminServiceFetcherExtInterface) OnFetchExecution ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchExecution(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchExecution
func (*AdminServiceFetcherExtInterface) OnFetchExecutionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchExecution
func (*AdminServiceFetcherExtInterface) OnFetchLPLatestVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchLPVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersion(ctx context.Context, name string, version string, project string, domain string) *AdminServiceFetcherExtInterface_FetchLPVersion
func (*AdminServiceFetcherExtInterface) OnFetchLPVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchLPVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskLatestVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersion(ctx context.Context, name string, project string, domain string) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskVersion ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) *AdminServiceFetcherExtInterface_FetchTaskVersion
func (*AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch ¶
func (_m *AdminServiceFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminServiceFetcherExtInterface_FetchTaskVersion
type AdminServiceFetcherExtInterface_AdminServiceClient ¶
type AdminServiceFetcherExtInterface_FetchAllVerOfLP ¶
func (AdminServiceFetcherExtInterface_FetchAllVerOfLP) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchAllVerOfLP) Return(_a0 []*admin.LaunchPlan, _a1 error) *AdminServiceFetcherExtInterface_FetchAllVerOfLP
type AdminServiceFetcherExtInterface_FetchAllVerOfTask ¶
func (AdminServiceFetcherExtInterface_FetchAllVerOfTask) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchAllVerOfTask) Return(_a0 []*admin.Task, _a1 error) *AdminServiceFetcherExtInterface_FetchAllVerOfTask
type AdminServiceFetcherExtInterface_FetchExecution ¶
func (AdminServiceFetcherExtInterface_FetchExecution) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchExecution) Return(_a0 *admin.Execution, _a1 error) *AdminServiceFetcherExtInterface_FetchExecution
type AdminServiceFetcherExtInterface_FetchLPLatestVersion ¶
func (AdminServiceFetcherExtInterface_FetchLPLatestVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchLPLatestVersion) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceFetcherExtInterface_FetchLPLatestVersion
type AdminServiceFetcherExtInterface_FetchLPVersion ¶
func (AdminServiceFetcherExtInterface_FetchLPVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchLPVersion) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceFetcherExtInterface_FetchLPVersion
type AdminServiceFetcherExtInterface_FetchTaskLatestVersion ¶
func (AdminServiceFetcherExtInterface_FetchTaskLatestVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchTaskLatestVersion) Return(_a0 *admin.Task, _a1 error) *AdminServiceFetcherExtInterface_FetchTaskLatestVersion
type AdminServiceFetcherExtInterface_FetchTaskVersion ¶
func (AdminServiceFetcherExtInterface_FetchTaskVersion) Return ¶
func (_m AdminServiceFetcherExtInterface_FetchTaskVersion) Return(_a0 *admin.Task, _a1 error) *AdminServiceFetcherExtInterface_FetchTaskVersion
type AdminUpdaterExtInterface ¶
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 (_m *AdminUpdaterExtInterface) EXPECT() *AdminUpdaterExtInterface_Expecter
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
AdminUpdaterExtInterface_AdminServiceClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdminServiceClient'
func (*AdminUpdaterExtInterface_AdminServiceClient_Call) Run ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_AdminServiceClient_Call) Run(run func()) *AdminUpdaterExtInterface_AdminServiceClient_Call
func (*AdminUpdaterExtInterface_AdminServiceClient_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_AdminServiceClient_Call) RunAndReturn(run func() service.AdminServiceClient) *AdminUpdaterExtInterface_AdminServiceClient_Call
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
func (_e *AdminUpdaterExtInterface_Expecter) AdminServiceClient() *AdminUpdaterExtInterface_AdminServiceClient_Call
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
AdminUpdaterExtInterface_UpdateProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectAttributes'
func (*AdminUpdaterExtInterface_UpdateProjectAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_UpdateProjectAttributes_Call) Run(run func(ctx context.Context, project string, matchingAttr *admin.MatchingAttributes)) *AdminUpdaterExtInterface_UpdateProjectAttributes_Call
func (*AdminUpdaterExtInterface_UpdateProjectAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_UpdateProjectAttributes_Call) RunAndReturn(run func(context.Context, string, *admin.MatchingAttributes) error) *AdminUpdaterExtInterface_UpdateProjectAttributes_Call
type AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call ¶ added in v0.9.5
AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectDomainAttributes'
func (*AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) Run(run func(ctx context.Context, project string, domain string, matchingAttr *admin.MatchingAttributes)) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call
func (*AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call) RunAndReturn(run func(context.Context, string, string, *admin.MatchingAttributes) error) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes_Call
type AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call ¶ added in v0.9.5
AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowAttributes'
func (*AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) Run ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) Run(run func(ctx context.Context, project string, domain string, name string, matchingAttr *admin.MatchingAttributes)) *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call
func (*AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) RunAndReturn ¶ added in v0.9.5
func (_c *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call) RunAndReturn(run func(context.Context, string, string, string, *admin.MatchingAttributes) error) *AdminUpdaterExtInterface_UpdateWorkflowAttributes_Call