Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIPFS ¶
type MockIPFS struct {
// contains filtered or unexported fields
}
MockIPFS is a mock of IPFS interface.
func NewMockIPFS ¶
func NewMockIPFS(ctrl *gomock.Controller) *MockIPFS
NewMockIPFS creates a new mock instance.
func (*MockIPFS) EXPECT ¶
func (m *MockIPFS) EXPECT() *MockIPFSMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIPFS) RetrieveFile ¶
RetrieveFile mocks base method.
type MockIPFSMockRecorder ¶
type MockIPFSMockRecorder struct {
// contains filtered or unexported fields
}
MockIPFSMockRecorder is the mock recorder for MockIPFS.
func (*MockIPFSMockRecorder) AddFile ¶
func (mr *MockIPFSMockRecorder) AddFile(arg0, arg1, arg2 interface{}) *gomock.Call
AddFile indicates an expected call of AddFile.
func (*MockIPFSMockRecorder) ListFiles ¶
func (mr *MockIPFSMockRecorder) ListFiles() *gomock.Call
ListFiles indicates an expected call of ListFiles.
func (*MockIPFSMockRecorder) RetrieveFile ¶
func (mr *MockIPFSMockRecorder) RetrieveFile(arg0 interface{}) *gomock.Call
RetrieveFile indicates an expected call of RetrieveFile.
func (*MockIPFSMockRecorder) Stop ¶
func (mr *MockIPFSMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.