Documentation ¶
Index ¶
- type WorkflowTemplateServiceClient
- func (_m *WorkflowTemplateServiceClient) CreateWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateCreateRequest, ...) (*v1alpha1.WorkflowTemplate, error)
- func (_m *WorkflowTemplateServiceClient) DeleteWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateDeleteRequest, ...) (*workflowtemplate.WorkflowTemplateDeleteResponse, error)
- func (_m *WorkflowTemplateServiceClient) GetWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateGetRequest, ...) (*v1alpha1.WorkflowTemplate, error)
- func (_m *WorkflowTemplateServiceClient) LintWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateLintRequest, ...) (*v1alpha1.WorkflowTemplate, error)
- func (_m *WorkflowTemplateServiceClient) ListWorkflowTemplates(ctx context.Context, in *workflowtemplate.WorkflowTemplateListRequest, ...) (*v1alpha1.WorkflowTemplateList, error)
- func (_m *WorkflowTemplateServiceClient) UpdateWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateUpdateRequest, ...) (*v1alpha1.WorkflowTemplate, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkflowTemplateServiceClient ¶
WorkflowTemplateServiceClient is an autogenerated mock type for the WorkflowTemplateServiceClient type
func NewWorkflowTemplateServiceClient ¶ added in v3.4.8
func NewWorkflowTemplateServiceClient(t interface { mock.TestingT Cleanup(func()) }) *WorkflowTemplateServiceClient
NewWorkflowTemplateServiceClient creates a new instance of WorkflowTemplateServiceClient. 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 (*WorkflowTemplateServiceClient) CreateWorkflowTemplate ¶
func (_m *WorkflowTemplateServiceClient) CreateWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateCreateRequest, opts ...grpc.CallOption) (*v1alpha1.WorkflowTemplate, error)
CreateWorkflowTemplate provides a mock function with given fields: ctx, in, opts
func (*WorkflowTemplateServiceClient) DeleteWorkflowTemplate ¶
func (_m *WorkflowTemplateServiceClient) DeleteWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateDeleteRequest, opts ...grpc.CallOption) (*workflowtemplate.WorkflowTemplateDeleteResponse, error)
DeleteWorkflowTemplate provides a mock function with given fields: ctx, in, opts
func (*WorkflowTemplateServiceClient) GetWorkflowTemplate ¶
func (_m *WorkflowTemplateServiceClient) GetWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateGetRequest, opts ...grpc.CallOption) (*v1alpha1.WorkflowTemplate, error)
GetWorkflowTemplate provides a mock function with given fields: ctx, in, opts
func (*WorkflowTemplateServiceClient) LintWorkflowTemplate ¶
func (_m *WorkflowTemplateServiceClient) LintWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateLintRequest, opts ...grpc.CallOption) (*v1alpha1.WorkflowTemplate, error)
LintWorkflowTemplate provides a mock function with given fields: ctx, in, opts
func (*WorkflowTemplateServiceClient) ListWorkflowTemplates ¶
func (_m *WorkflowTemplateServiceClient) ListWorkflowTemplates(ctx context.Context, in *workflowtemplate.WorkflowTemplateListRequest, opts ...grpc.CallOption) (*v1alpha1.WorkflowTemplateList, error)
ListWorkflowTemplates provides a mock function with given fields: ctx, in, opts
func (*WorkflowTemplateServiceClient) UpdateWorkflowTemplate ¶
func (_m *WorkflowTemplateServiceClient) UpdateWorkflowTemplate(ctx context.Context, in *workflowtemplate.WorkflowTemplateUpdateRequest, opts ...grpc.CallOption) (*v1alpha1.WorkflowTemplate, error)
UpdateWorkflowTemplate provides a mock function with given fields: ctx, in, opts