Skip to content

Commit

Permalink
update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmt committed May 19, 2021
1 parent f9841cc commit 104a18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mocks/Service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/devit-tel/goerror"
)

//go:generate mockery -name=Service
//go:generate mockery --name=Service
type Service interface {
StartWorkflow(ctx context.Context, workflowName, revision, transactionId string, payload interface{}) (*StartWorkflowResponse, goerror.Error)
GetWorkflowDefinitions() ([]*WorkflowDefinition, goerror.Error)
Expand Down

0 comments on commit 104a18f

Please sign in to comment.