Documentation ¶
Index ¶
- type MockFile
- func (_m *MockFile) Download(_param0 string, _param1 io.Writer) error
- func (_m *MockFile) EXPECT() *_MockFileRecorder
- func (_m *MockFile) Progress(_param0 string, _param1 io.Writer) error
- func (_m *MockFile) Tar(_param0 string, _param1 ...io.Writer) error
- func (_m *MockFile) Untar(_param0 string, _param1 io.Reader)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFile ¶
type MockFile struct {
// contains filtered or unexported fields
}
Mock of File interface
func NewMockFile ¶
func NewMockFile(ctrl *gomock.Controller) *MockFile
Click to show internal directories.
Click to hide internal directories.