|
| 1 | +dir: "{{.InterfaceDir}}/mock" |
| 2 | +outpkg: "mock" |
| 3 | +filename: "{{.InterfaceName | snakecase}}.go" |
| 4 | +mockname: "{{.InterfaceName}}" |
| 5 | + |
| 6 | +all: True |
| 7 | +with-expecter: False |
| 8 | +include-auto-generated: False |
| 9 | +disable-func-mocks: True |
| 10 | +fail-on-missing: True |
| 11 | + |
| 12 | +# Suppress warnings |
| 13 | +issue-845-fix: True |
| 14 | +disable-version-string: True |
| 15 | +resolve-type-alias: False |
| 16 | + |
| 17 | +packages: |
| 18 | + github.com/onflow/flow-go/access: |
| 19 | + github.com/onflow/flow-go/access/validator: |
| 20 | + github.com/onflow/flow-go/cmd/util/ledger/reporters: |
| 21 | + github.com/onflow/flow-go/consensus/hotstuff: |
| 22 | + config: |
| 23 | + dir: "consensus/hotstuff/mocks" |
| 24 | + outpkg: "mocks" |
| 25 | + github.com/onflow/flow-go/engine/access/ingestion/tx_error_messages: |
| 26 | + github.com/onflow/flow-go/engine/access/rest/common/models: |
| 27 | + github.com/onflow/flow-go/engine/access/rest/websockets: |
| 28 | + github.com/onflow/flow-go/engine/access/rest/websockets/data_providers: |
| 29 | + github.com/onflow/flow-go/engine/access/rpc/backend/accounts/provider: |
| 30 | + github.com/onflow/flow-go/engine/access/rpc/backend/events/provider: |
| 31 | + github.com/onflow/flow-go/engine/access/rpc/backend/node_communicator: |
| 32 | + github.com/onflow/flow-go/engine/access/rpc/backend/transactions/error_messages: |
| 33 | + github.com/onflow/flow-go/engine/access/rpc/backend/transactions/provider: |
| 34 | + github.com/onflow/flow-go/engine/access/rpc/backend/transactions/retrier: |
| 35 | + github.com/onflow/flow-go/engine/access/rpc/connection: |
| 36 | + github.com/onflow/flow-go/engine/access/state_stream: |
| 37 | + github.com/onflow/flow-go/engine/access/subscription: |
| 38 | + github.com/onflow/flow-go/engine/access/subscription/tracker: |
| 39 | + github.com/onflow/flow-go/engine/access/wrapper: |
| 40 | + config: |
| 41 | + dir: "engine/access/mock" |
| 42 | + github.com/onflow/flow-go/engine/collection: |
| 43 | + github.com/onflow/flow-go/engine/collection/epochmgr: |
| 44 | + github.com/onflow/flow-go/engine/collection/rpc: |
| 45 | + github.com/onflow/flow-go/engine/common/follower: |
| 46 | + interfaces: |
| 47 | + complianceCore: |
| 48 | + config: |
| 49 | + exported: true |
| 50 | + mockname: "{{.InterfaceName | firstUpper}}" |
| 51 | + github.com/onflow/flow-go/engine/common/follower/cache: |
| 52 | + github.com/onflow/flow-go/engine/consensus: |
| 53 | + github.com/onflow/flow-go/engine/consensus/approvals: |
| 54 | + github.com/onflow/flow-go/engine/execution: |
| 55 | + github.com/onflow/flow-go/engine/execution/computation: |
| 56 | + github.com/onflow/flow-go/engine/execution/computation/computer: |
| 57 | + github.com/onflow/flow-go/engine/execution/computation/query: |
| 58 | + github.com/onflow/flow-go/engine/execution/ingestion/uploader: |
| 59 | + github.com/onflow/flow-go/engine/execution/provider: |
| 60 | + github.com/onflow/flow-go/engine/execution/state: |
| 61 | + github.com/onflow/flow-go/engine/protocol: |
| 62 | + github.com/onflow/flow-go/engine/verification/fetcher: |
| 63 | + github.com/onflow/flow-go/fvm: |
| 64 | + github.com/onflow/flow-go/fvm/environment: |
| 65 | + github.com/onflow/flow-go/fvm/storage/snapshot: |
| 66 | + github.com/onflow/flow-go/insecure: |
| 67 | + github.com/onflow/flow-go/ledger: |
| 68 | + github.com/onflow/flow-go/model/fingerprint: |
| 69 | + github.com/onflow/flow-go/module: |
| 70 | + github.com/onflow/flow-go/module/component: |
| 71 | + github.com/onflow/flow-go/module/execution: |
| 72 | + github.com/onflow/flow-go/module/executiondatasync/execution_data: |
| 73 | + github.com/onflow/flow-go/module/executiondatasync/optimistic_sync: |
| 74 | + config: |
| 75 | + all: False |
| 76 | + interfaces: |
| 77 | + Core: |
| 78 | + github.com/onflow/flow-go/module/executiondatasync/tracker: |
| 79 | + github.com/onflow/flow-go/module/forest: |
| 80 | + github.com/onflow/flow-go/module/mempool: |
| 81 | + github.com/onflow/flow-go/module/mempool/consensus/mock_interfaces: |
| 82 | + config: |
| 83 | + dir: "module/mempool/consensus/mock" |
| 84 | + github.com/onflow/flow-go/module/state_synchronization: |
| 85 | + github.com/onflow/flow-go/module/state_synchronization/requester: |
| 86 | + github.com/onflow/flow-go/network: |
| 87 | + github.com/onflow/flow-go/network/alsp: |
| 88 | + github.com/onflow/flow-go/network/p2p: |
| 89 | + github.com/onflow/flow-go/state/cluster: |
| 90 | + github.com/onflow/flow-go/state/protocol: |
| 91 | + github.com/onflow/flow-go/state/protocol/events: |
| 92 | + github.com/onflow/flow-go/state/protocol/protocol_state: |
| 93 | + github.com/onflow/flow-go/state/protocol/protocol_state/mock_interfaces: |
| 94 | + config: |
| 95 | + dir: "state/protocol/protocol_state/mock" |
| 96 | + github.com/onflow/flow-go/state/protocol/protocol_state/epochs: |
| 97 | + github.com/onflow/flow-go/state/protocol/protocol_state/epochs/mock_interfaces: |
| 98 | + config: |
| 99 | + dir: "state/protocol/protocol_state/epochs/mock" |
| 100 | + github.com/onflow/flow-go/storage: |
| 101 | + |
| 102 | + # external libraries |
| 103 | + github.com/onflow/flow-go-sdk/access: |
| 104 | + config: |
| 105 | + dir: "integration/benchmark/mock" |
| 106 | + interfaces: |
| 107 | + Client: |
| 108 | + |
| 109 | + github.com/onflow/crypto: |
| 110 | + config: |
| 111 | + dir: "module/mock" |
| 112 | + interfaces: |
| 113 | + PublicKey: |
0 commit comments