Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockCEImpl
- func (m *MockCEImpl) Create(conf *container.Config, hostConf *container.HostConfig, ...) (container.ContainerCreateCreatedBody, error)
- func (m *MockCEImpl) EXPECT() *MockCEImplMockRecorder
- func (m *MockCEImpl) ImagePull(image string) error
- func (m *MockCEImpl) Logs(id string) (io.ReadCloser, error)
- func (m *MockCEImpl) Remove(id string) error
- func (m *MockCEImpl) Start(id string) error
- func (m *MockCEImpl) Wait(id string, condition container.WaitCondition) (<-chan container.ContainerWaitOKBody, <-chan error)
- type MockCEImplMockRecorder
- func (mr *MockCEImplMockRecorder) Create(conf, hostConf, networkConf interface{}) *gomock.Call
- func (mr *MockCEImplMockRecorder) ImagePull(image interface{}) *gomock.Call
- func (mr *MockCEImplMockRecorder) Logs(id interface{}) *gomock.Call
- func (mr *MockCEImplMockRecorder) Remove(id interface{}) *gomock.Call
- func (mr *MockCEImplMockRecorder) Start(id interface{}) *gomock.Call
- func (mr *MockCEImplMockRecorder) Wait(id, condition interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCEImpl ¶
type MockCEImpl struct {
// contains filtered or unexported fields
}
MockCEImpl is a mock of CEImpl interface
func NewMockCEImpl ¶
func NewMockCEImpl(ctrl *gomock.Controller) *MockCEImpl
NewMockCEImpl creates a new mock instance
func (*MockCEImpl) Create ¶
func (m *MockCEImpl) Create(conf *container.Config, hostConf *container.HostConfig, networkConf *network.NetworkingConfig) (container.ContainerCreateCreatedBody, error)
Create mocks base method
func (*MockCEImpl) EXPECT ¶
func (m *MockCEImpl) EXPECT() *MockCEImplMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCEImpl) ImagePull ¶
func (m *MockCEImpl) ImagePull(image string) error
ImagePull mocks base method
func (*MockCEImpl) Logs ¶
func (m *MockCEImpl) Logs(id string) (io.ReadCloser, error)
Logs mocks base method
func (*MockCEImpl) Wait ¶
func (m *MockCEImpl) Wait(id string, condition container.WaitCondition) (<-chan container.ContainerWaitOKBody, <-chan error)
Wait mocks base method
type MockCEImplMockRecorder ¶
type MockCEImplMockRecorder struct {
// contains filtered or unexported fields
}
MockCEImplMockRecorder is the mock recorder for MockCEImpl
func (*MockCEImplMockRecorder) Create ¶
func (mr *MockCEImplMockRecorder) Create(conf, hostConf, networkConf interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockCEImplMockRecorder) ImagePull ¶
func (mr *MockCEImplMockRecorder) ImagePull(image interface{}) *gomock.Call
ImagePull indicates an expected call of ImagePull
func (*MockCEImplMockRecorder) Logs ¶
func (mr *MockCEImplMockRecorder) Logs(id interface{}) *gomock.Call
Logs indicates an expected call of Logs
func (*MockCEImplMockRecorder) Remove ¶
func (mr *MockCEImplMockRecorder) Remove(id interface{}) *gomock.Call
Remove indicates an expected call of Remove
func (*MockCEImplMockRecorder) Start ¶
func (mr *MockCEImplMockRecorder) Start(id interface{}) *gomock.Call
Start indicates an expected call of Start
func (*MockCEImplMockRecorder) Wait ¶
func (mr *MockCEImplMockRecorder) Wait(id, condition interface{}) *gomock.Call
Wait indicates an expected call of Wait
Click to show internal directories.
Click to hide internal directories.