mocks

package
v0.8.17 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 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 (*AdminDeleterExtInterface) AdminServiceClient

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

AdminServiceClient provides a mock function with given fields:

func (*AdminDeleterExtInterface) DeleteProjectAttributes added in v0.6.23

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

func (*AdminDeleterExtInterface) OnAdminServiceClientMatch

func (_m *AdminDeleterExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminDeleterExtInterface_AdminServiceClient

func (*AdminDeleterExtInterface) OnDeleteProjectAttributes added in v0.6.23

func (*AdminDeleterExtInterface) OnDeleteProjectAttributesMatch added in v0.6.23

func (_m *AdminDeleterExtInterface) OnDeleteProjectAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteProjectAttributes

func (*AdminDeleterExtInterface) OnDeleteProjectDomainAttributes

func (*AdminDeleterExtInterface) OnDeleteProjectDomainAttributesMatch

func (_m *AdminDeleterExtInterface) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteProjectDomainAttributes

func (*AdminDeleterExtInterface) OnDeleteWorkflowAttributes

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

func (*AdminDeleterExtInterface) OnDeleteWorkflowAttributesMatch

func (_m *AdminDeleterExtInterface) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminDeleterExtInterface_DeleteWorkflowAttributes

type AdminDeleterExtInterface_AdminServiceClient

type AdminDeleterExtInterface_AdminServiceClient struct {
	*mock.Call
}

func (AdminDeleterExtInterface_AdminServiceClient) Return

type AdminDeleterExtInterface_DeleteProjectAttributes added in v0.6.23

type AdminDeleterExtInterface_DeleteProjectAttributes struct {
	*mock.Call
}

func (AdminDeleterExtInterface_DeleteProjectAttributes) Return added in v0.6.23

type AdminDeleterExtInterface_DeleteProjectDomainAttributes

type AdminDeleterExtInterface_DeleteProjectDomainAttributes struct {
	*mock.Call
}

func (AdminDeleterExtInterface_DeleteProjectDomainAttributes) Return

type AdminDeleterExtInterface_DeleteWorkflowAttributes

type AdminDeleterExtInterface_DeleteWorkflowAttributes struct {
	*mock.Call
}

func (AdminDeleterExtInterface_DeleteWorkflowAttributes) Return

type AdminFetcherExtInterface

type AdminFetcherExtInterface struct {
	mock.Mock
}

AdminFetcherExtInterface is an autogenerated mock type for the AdminFetcherExtInterface type

func (*AdminFetcherExtInterface) AdminServiceClient

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

AdminServiceClient provides a mock function with given fields:

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 added in v0.5.12

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, filter filters.Filters) (*admin.LaunchPlan, error)

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

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 added in v0.2.13

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 added in v0.1.34

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 added in v0.6.23

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 added in v0.1.34

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, filter filters.Filters) (*admin.Workflow, error)

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

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) GetProjectByID added in v0.7.0

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 added in v0.1.10

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 added in v0.1.10

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

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

func (*AdminFetcherExtInterface) OnAdminServiceClient

func (*AdminFetcherExtInterface) OnAdminServiceClientMatch

func (_m *AdminFetcherExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminFetcherExtInterface_AdminServiceClient

func (*AdminFetcherExtInterface) OnFetchAllVerOfLP

func (_m *AdminFetcherExtInterface) OnFetchAllVerOfLP(ctx context.Context, lpName string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllVerOfLP

func (*AdminFetcherExtInterface) OnFetchAllVerOfLPMatch

func (_m *AdminFetcherExtInterface) OnFetchAllVerOfLPMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfLP

func (*AdminFetcherExtInterface) OnFetchAllVerOfTask

func (_m *AdminFetcherExtInterface) OnFetchAllVerOfTask(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllVerOfTask

func (*AdminFetcherExtInterface) OnFetchAllVerOfTaskMatch

func (_m *AdminFetcherExtInterface) OnFetchAllVerOfTaskMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfTask

func (*AdminFetcherExtInterface) OnFetchAllVerOfWorkflow

func (_m *AdminFetcherExtInterface) OnFetchAllVerOfWorkflow(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllVerOfWorkflow

func (*AdminFetcherExtInterface) OnFetchAllVerOfWorkflowMatch

func (_m *AdminFetcherExtInterface) OnFetchAllVerOfWorkflowMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllVerOfWorkflow

func (*AdminFetcherExtInterface) OnFetchAllWorkflows added in v0.5.12

func (_m *AdminFetcherExtInterface) OnFetchAllWorkflows(ctx context.Context, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchAllWorkflows

func (*AdminFetcherExtInterface) OnFetchAllWorkflowsMatch added in v0.5.12

func (_m *AdminFetcherExtInterface) OnFetchAllWorkflowsMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchAllWorkflows

func (*AdminFetcherExtInterface) OnFetchExecution

func (_m *AdminFetcherExtInterface) OnFetchExecution(ctx context.Context, name string, project string, domain string) *AdminFetcherExtInterface_FetchExecution

func (*AdminFetcherExtInterface) OnFetchExecutionMatch

func (_m *AdminFetcherExtInterface) OnFetchExecutionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchExecution

func (*AdminFetcherExtInterface) OnFetchLPLatestVersion

func (_m *AdminFetcherExtInterface) OnFetchLPLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchLPLatestVersion

func (*AdminFetcherExtInterface) OnFetchLPLatestVersionMatch

func (_m *AdminFetcherExtInterface) OnFetchLPLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchLPLatestVersion

func (*AdminFetcherExtInterface) OnFetchLPVersion

func (_m *AdminFetcherExtInterface) OnFetchLPVersion(ctx context.Context, name string, version string, project string, domain string) *AdminFetcherExtInterface_FetchLPVersion

func (*AdminFetcherExtInterface) OnFetchLPVersionMatch

func (_m *AdminFetcherExtInterface) OnFetchLPVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchLPVersion

func (*AdminFetcherExtInterface) OnFetchNodeExecutionData added in v0.2.13

func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionData(ctx context.Context, nodeID string, execName string, project string, domain string) *AdminFetcherExtInterface_FetchNodeExecutionData

func (*AdminFetcherExtInterface) OnFetchNodeExecutionDataMatch added in v0.2.13

func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDataMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchNodeExecutionData

func (*AdminFetcherExtInterface) OnFetchNodeExecutionDetails added in v0.1.34

func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDetails(ctx context.Context, name string, project string, domain string, uniqueParentID string) *AdminFetcherExtInterface_FetchNodeExecutionDetails

func (*AdminFetcherExtInterface) OnFetchNodeExecutionDetailsMatch added in v0.1.34

func (_m *AdminFetcherExtInterface) OnFetchNodeExecutionDetailsMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchNodeExecutionDetails

func (*AdminFetcherExtInterface) OnFetchProjectAttributes added in v0.6.23

func (*AdminFetcherExtInterface) OnFetchProjectAttributesMatch added in v0.6.23

func (_m *AdminFetcherExtInterface) OnFetchProjectAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchProjectAttributes

func (*AdminFetcherExtInterface) OnFetchProjectDomainAttributes

func (*AdminFetcherExtInterface) OnFetchProjectDomainAttributesMatch

func (_m *AdminFetcherExtInterface) OnFetchProjectDomainAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchProjectDomainAttributes

func (*AdminFetcherExtInterface) OnFetchTaskExecutionsOnNode added in v0.1.34

func (_m *AdminFetcherExtInterface) OnFetchTaskExecutionsOnNode(ctx context.Context, nodeID string, execName string, project string, domain string) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode

func (*AdminFetcherExtInterface) OnFetchTaskExecutionsOnNodeMatch added in v0.1.34

func (_m *AdminFetcherExtInterface) OnFetchTaskExecutionsOnNodeMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskExecutionsOnNode

func (*AdminFetcherExtInterface) OnFetchTaskLatestVersion

func (_m *AdminFetcherExtInterface) OnFetchTaskLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchTaskLatestVersion

func (*AdminFetcherExtInterface) OnFetchTaskLatestVersionMatch

func (_m *AdminFetcherExtInterface) OnFetchTaskLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskLatestVersion

func (*AdminFetcherExtInterface) OnFetchTaskVersion

func (_m *AdminFetcherExtInterface) OnFetchTaskVersion(ctx context.Context, name string, version string, project string, domain string) *AdminFetcherExtInterface_FetchTaskVersion

func (*AdminFetcherExtInterface) OnFetchTaskVersionMatch

func (_m *AdminFetcherExtInterface) OnFetchTaskVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchTaskVersion

func (*AdminFetcherExtInterface) OnFetchWorkflowAttributes

func (_m *AdminFetcherExtInterface) OnFetchWorkflowAttributes(ctx context.Context, project string, domain string, name string, rsType admin.MatchableResource) *AdminFetcherExtInterface_FetchWorkflowAttributes

func (*AdminFetcherExtInterface) OnFetchWorkflowAttributesMatch

func (_m *AdminFetcherExtInterface) OnFetchWorkflowAttributesMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowAttributes

func (*AdminFetcherExtInterface) OnFetchWorkflowLatestVersion

func (_m *AdminFetcherExtInterface) OnFetchWorkflowLatestVersion(ctx context.Context, name string, project string, domain string, filter filters.Filters) *AdminFetcherExtInterface_FetchWorkflowLatestVersion

func (*AdminFetcherExtInterface) OnFetchWorkflowLatestVersionMatch

func (_m *AdminFetcherExtInterface) OnFetchWorkflowLatestVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowLatestVersion

func (*AdminFetcherExtInterface) OnFetchWorkflowVersion

func (_m *AdminFetcherExtInterface) OnFetchWorkflowVersion(ctx context.Context, name string, version string, project string, domain string) *AdminFetcherExtInterface_FetchWorkflowVersion

func (*AdminFetcherExtInterface) OnFetchWorkflowVersionMatch

func (_m *AdminFetcherExtInterface) OnFetchWorkflowVersionMatch(matchers ...interface{}) *AdminFetcherExtInterface_FetchWorkflowVersion

func (*AdminFetcherExtInterface) OnGetProjectByID added in v0.7.0

func (*AdminFetcherExtInterface) OnGetProjectByIDMatch added in v0.7.0

func (_m *AdminFetcherExtInterface) OnGetProjectByIDMatch(matchers ...interface{}) *AdminFetcherExtInterface_GetProjectByID

func (*AdminFetcherExtInterface) OnListExecution added in v0.1.10

func (*AdminFetcherExtInterface) OnListExecutionMatch added in v0.1.10

func (_m *AdminFetcherExtInterface) OnListExecutionMatch(matchers ...interface{}) *AdminFetcherExtInterface_ListExecution

func (*AdminFetcherExtInterface) OnListProjects added in v0.1.10

func (*AdminFetcherExtInterface) OnListProjectsMatch added in v0.1.10

func (_m *AdminFetcherExtInterface) OnListProjectsMatch(matchers ...interface{}) *AdminFetcherExtInterface_ListProjects

type AdminFetcherExtInterface_AdminServiceClient

type AdminFetcherExtInterface_AdminServiceClient struct {
	*mock.Call
}

func (AdminFetcherExtInterface_AdminServiceClient) Return

type AdminFetcherExtInterface_FetchAllVerOfLP

type AdminFetcherExtInterface_FetchAllVerOfLP struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchAllVerOfLP) Return

type AdminFetcherExtInterface_FetchAllVerOfTask

type AdminFetcherExtInterface_FetchAllVerOfTask struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchAllVerOfTask) Return

type AdminFetcherExtInterface_FetchAllVerOfWorkflow

type AdminFetcherExtInterface_FetchAllVerOfWorkflow struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchAllVerOfWorkflow) Return

type AdminFetcherExtInterface_FetchAllWorkflows added in v0.5.12

type AdminFetcherExtInterface_FetchAllWorkflows struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchAllWorkflows) Return added in v0.5.12

type AdminFetcherExtInterface_FetchExecution

type AdminFetcherExtInterface_FetchExecution struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchExecution) Return

type AdminFetcherExtInterface_FetchLPLatestVersion

type AdminFetcherExtInterface_FetchLPLatestVersion struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchLPLatestVersion) Return

type AdminFetcherExtInterface_FetchLPVersion

type AdminFetcherExtInterface_FetchLPVersion struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchLPVersion) Return

type AdminFetcherExtInterface_FetchNodeExecutionData added in v0.2.13

type AdminFetcherExtInterface_FetchNodeExecutionData struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchNodeExecutionData) Return added in v0.2.13

type AdminFetcherExtInterface_FetchNodeExecutionDetails added in v0.1.34

type AdminFetcherExtInterface_FetchNodeExecutionDetails struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchNodeExecutionDetails) Return added in v0.1.34

type AdminFetcherExtInterface_FetchProjectAttributes added in v0.6.23

type AdminFetcherExtInterface_FetchProjectAttributes struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchProjectAttributes) Return added in v0.6.23

type AdminFetcherExtInterface_FetchProjectDomainAttributes

type AdminFetcherExtInterface_FetchProjectDomainAttributes struct {
	*mock.Call
}

type AdminFetcherExtInterface_FetchTaskExecutionsOnNode added in v0.1.34

type AdminFetcherExtInterface_FetchTaskExecutionsOnNode struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchTaskExecutionsOnNode) Return added in v0.1.34

type AdminFetcherExtInterface_FetchTaskLatestVersion

type AdminFetcherExtInterface_FetchTaskLatestVersion struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchTaskLatestVersion) Return

type AdminFetcherExtInterface_FetchTaskVersion

type AdminFetcherExtInterface_FetchTaskVersion struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchTaskVersion) Return

type AdminFetcherExtInterface_FetchWorkflowAttributes

type AdminFetcherExtInterface_FetchWorkflowAttributes struct {
	*mock.Call
}

type AdminFetcherExtInterface_FetchWorkflowLatestVersion

type AdminFetcherExtInterface_FetchWorkflowLatestVersion struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchWorkflowLatestVersion) Return

type AdminFetcherExtInterface_FetchWorkflowVersion

type AdminFetcherExtInterface_FetchWorkflowVersion struct {
	*mock.Call
}

func (AdminFetcherExtInterface_FetchWorkflowVersion) Return

type AdminFetcherExtInterface_GetProjectByID added in v0.7.0

type AdminFetcherExtInterface_GetProjectByID struct {
	*mock.Call
}

func (AdminFetcherExtInterface_GetProjectByID) Return added in v0.7.0

type AdminFetcherExtInterface_ListExecution added in v0.1.10

type AdminFetcherExtInterface_ListExecution struct {
	*mock.Call
}

func (AdminFetcherExtInterface_ListExecution) Return added in v0.1.10

type AdminFetcherExtInterface_ListProjects added in v0.1.10

type AdminFetcherExtInterface_ListProjects struct {
	*mock.Call
}

func (AdminFetcherExtInterface_ListProjects) Return added in v0.1.10

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 (*AdminUpdaterExtInterface) AdminServiceClient

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

AdminServiceClient provides a mock function with given fields:

func (*AdminUpdaterExtInterface) OnAdminServiceClient

func (*AdminUpdaterExtInterface) OnAdminServiceClientMatch

func (_m *AdminUpdaterExtInterface) OnAdminServiceClientMatch(matchers ...interface{}) *AdminUpdaterExtInterface_AdminServiceClient

func (*AdminUpdaterExtInterface) OnUpdateProjectAttributes added in v0.6.23

func (*AdminUpdaterExtInterface) OnUpdateProjectAttributesMatch added in v0.6.23

func (_m *AdminUpdaterExtInterface) OnUpdateProjectAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateProjectAttributes

func (*AdminUpdaterExtInterface) OnUpdateProjectDomainAttributes

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

func (*AdminUpdaterExtInterface) OnUpdateProjectDomainAttributesMatch

func (_m *AdminUpdaterExtInterface) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateProjectDomainAttributes

func (*AdminUpdaterExtInterface) OnUpdateWorkflowAttributes

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

func (*AdminUpdaterExtInterface) OnUpdateWorkflowAttributesMatch

func (_m *AdminUpdaterExtInterface) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminUpdaterExtInterface_UpdateWorkflowAttributes

func (*AdminUpdaterExtInterface) UpdateProjectAttributes added in v0.6.23

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

type AdminUpdaterExtInterface_AdminServiceClient struct {
	*mock.Call
}

func (AdminUpdaterExtInterface_AdminServiceClient) Return

type AdminUpdaterExtInterface_UpdateProjectAttributes added in v0.6.23

type AdminUpdaterExtInterface_UpdateProjectAttributes struct {
	*mock.Call
}

func (AdminUpdaterExtInterface_UpdateProjectAttributes) Return added in v0.6.23

type AdminUpdaterExtInterface_UpdateProjectDomainAttributes

type AdminUpdaterExtInterface_UpdateProjectDomainAttributes struct {
	*mock.Call
}

func (AdminUpdaterExtInterface_UpdateProjectDomainAttributes) Return

type AdminUpdaterExtInterface_UpdateWorkflowAttributes

type AdminUpdaterExtInterface_UpdateWorkflowAttributes struct {
	*mock.Call
}

func (AdminUpdaterExtInterface_UpdateWorkflowAttributes) Return

Jump to

Keyboard shortcuts

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