mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-14 12:05:18 +00:00
17 lines
439 B
YAML
17 lines
439 B
YAML
# Generate EXPECT() methods, type-safe methods to generate call expectations
|
|
with-expecter: true
|
|
|
|
# Generate mocks in adjacent mocks directory to the interfaces
|
|
dir: "{{.InterfaceDir}}/mocks"
|
|
mockname: "Mock{{.InterfaceName}}"
|
|
outpkg: "mocks"
|
|
filename: "Mock{{.InterfaceName}}.go"
|
|
|
|
packages:
|
|
github.com/0glabs/0g-chain/x/precisebank/types:
|
|
# package-specific config
|
|
config:
|
|
interfaces:
|
|
AccountKeeper:
|
|
BankKeeper:
|