Files
node/scripts/mocks.mockgen.txt

30 lines
2.3 KiB
Plaintext

github.com/luxfi/node/server/http=Server=api/server/mock_server.go
github.com/luxfi/node/codec=Manager=codec/mock_manager.go
github.com/luxfi/node/database=Batch=database/mock_batch.go
github.com/luxfi/node/database=Iterator=database/mock_iterator.go
github.com/luxfi/node/message=OutboundMessage=message/mock_message.go
github.com/luxfi/node/message=OutboundMsgBuilder=message/mock_outbound_message_builder.go
github.com/luxfi/node/utils/filesystem=Reader=utils/filesystem/mock_io.go
github.com/luxfi/node/utils/hashing=Hasher=utils/hashing/mock_hasher.go
github.com/luxfi/node/utils/resource=User=utils/resource/mock_user.go
github.com/luxfi/node/vms/xvm/block=Block=vms/xvm/block/mock_block.go
github.com/luxfi/node/vms/xvm/metrics=Metrics=vms/xvm/metrics/mock_metrics.go
github.com/luxfi/node/vms/xvm/state=Chain,State,Diff=vms/xvm/state/mock_state.go
github.com/luxfi/node/vms/xvm/txs/mempool=Mempool=vms/xvm/txs/mempool/mock_mempool.go
github.com/luxfi/node/vms/components/lux=TransferableIn=vms/components/lux/mock_transferable_in.go
github.com/luxfi/node/vms/components/verify=Verifiable=vms/components/verify/mock_verifiable.go
github.com/luxfi/node/vms/platformvm/block=Block=vms/platformvm/block/mock_block.go
github.com/luxfi/node/vms/platformvm/state=Chain,Diff,State,Versions=vms/platformvm/state/mock_state.go
github.com/luxfi/node/vms/platformvm/state=StakerIterator=vms/platformvm/state/mock_staker_iterator.go
github.com/luxfi/node/vms/platformvm/txs/mempool=Mempool=vms/platformvm/txs/mempool/mock_mempool.go
github.com/luxfi/node/vms/platformvm/utxo=Verifier=vms/platformvm/utxo/mock_verifier.go
github.com/luxfi/node/vms/proposervm/proposer=Windower=vms/proposervm/proposer/mock_windower.go
github.com/luxfi/node/vms/proposervm/scheduler=Scheduler=vms/proposervm/scheduler/mock_scheduler.go
github.com/luxfi/node/vms/proposervm/state=State=vms/proposervm/state/mock_state.go
github.com/luxfi/node/vms/proposervm=PostForkBlock=vms/proposervm/mock_post_fork_block.go
github.com/luxfi/node/vms/registry=VMGetter=vms/registry/mock_vm_getter.go
github.com/luxfi/node/vms/registry=VMRegistry=vms/registry/mock_vm_registry.go
github.com/luxfi/node/vms=Factory,Manager=vms/mock_manager.go
github.com/luxfi/node/x/sync=Client=x/sync/mock_client.go
github.com/luxfi/node/x/sync=NetworkClient=x/sync/mock_network_client.go