Generate v0 mocks

This commit is contained in:
Łukasz Magiera 2021-03-23 17:23:01 +01:00
parent d198cf456e
commit efccf7d730
2 changed files with 3006 additions and 0 deletions

View File

@ -23,6 +23,8 @@ import (
"github.com/filecoin-project/lotus/node/modules/dtypes"
)
//go:generate go run github.com/golang/mock/mockgen -destination=v0mocks/mock_full.go -package=v0mocks . FullNode
// FullNode API is a low-level interface to the Filecoin network full node
type FullNode interface {
Common

File diff suppressed because it is too large Load Diff