Documentation ¶
Overview ¶
Package dockerlayer is a generated GoMock package.
Index ¶
- type MockArchiver
- func (m *MockArchiver) EXPECT() *MockArchiverMockRecorder
- func (m *MockArchiver) Make(arg0 string, arg1 []string) error
- func (m *MockArchiver) Match(arg0 string) bool
- func (m *MockArchiver) Open(arg0, arg1 string) error
- func (m *MockArchiver) Read(arg0 io.Reader, arg1 string) error
- func (m *MockArchiver) Write(arg0 io.Writer, arg1 []string) error
- type MockArchiverMockRecorder
- func (mr *MockArchiverMockRecorder) Make(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockArchiverMockRecorder) Match(arg0 interface{}) *gomock.Call
- func (mr *MockArchiverMockRecorder) Open(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockArchiverMockRecorder) Read(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockArchiverMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockArchiver ¶
type MockArchiver struct {
// contains filtered or unexported fields
}
MockArchiver is a mock of Archiver interface
func NewMockArchiver ¶
func NewMockArchiver(ctrl *gomock.Controller) *MockArchiver
NewMockArchiver creates a new mock instance
func (*MockArchiver) EXPECT ¶
func (m *MockArchiver) EXPECT() *MockArchiverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockArchiver) Make ¶
func (m *MockArchiver) Make(arg0 string, arg1 []string) error
Make mocks base method
func (*MockArchiver) Open ¶
func (m *MockArchiver) Open(arg0, arg1 string) error
Open mocks base method
type MockArchiverMockRecorder ¶
type MockArchiverMockRecorder struct {
// contains filtered or unexported fields
}
MockArchiverMockRecorder is the mock recorder for MockArchiver
func (*MockArchiverMockRecorder) Make ¶
func (mr *MockArchiverMockRecorder) Make(arg0, arg1 interface{}) *gomock.Call
Make indicates an expected call of Make
func (*MockArchiverMockRecorder) Match ¶
func (mr *MockArchiverMockRecorder) Match(arg0 interface{}) *gomock.Call
Match indicates an expected call of Match
func (*MockArchiverMockRecorder) Open ¶
func (mr *MockArchiverMockRecorder) Open(arg0, arg1 interface{}) *gomock.Call
Open indicates an expected call of Open
func (*MockArchiverMockRecorder) Read ¶
func (mr *MockArchiverMockRecorder) Read(arg0, arg1 interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockArchiverMockRecorder) Write ¶
func (mr *MockArchiverMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Write indicates an expected call of Write
Click to show internal directories.
Click to hide internal directories.