Skip to content

Commit

Permalink
add workflow registry view
Browse files Browse the repository at this point in the history
  • Loading branch information
eutopian committed Feb 11, 2025
1 parent 56d9e6a commit c7f649b
Show file tree
Hide file tree
Showing 6 changed files with 3,904 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deployment/.mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ packages:
mockname: "Mock{{ .InterfaceName }}"
filename: offchain_client_mock.go
inpackage: true
dir: "{{ .InterfaceDir }}/mocks"
dir: "{{ .InterfaceDir }}/mocks"
github.com/smartcontractkit/chainlink/v2/core/gethwrappers/workflow/generated/workflow_registry_wrapper:
config:
dir: common/view/v1_0/mocks/
filename: workflow_registry_interface.go
outpkg: mocks
interfaces:
WorkflowRegistryInterface:
Loading

0 comments on commit c7f649b

Please sign in to comment.