Documentation ¶
Index ¶
Constants ¶
const (
DockerHeaderSize = 8
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Engine ¶
type MockContainer ¶
MockContainer is an autogenerated mock type for the Container type
func NewMockContainer ¶
func NewMockContainer(t interface { mock.TestingT Cleanup(func()) }) *MockContainer
NewMockContainer creates a new instance of MockContainer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockContainer) GetConnectionString ¶
func (_m *MockContainer) GetConnectionString() (string, error)
GetConnectionString provides a mock function with given fields:
func (*MockContainer) GetHealth ¶
func (_m *MockContainer) GetHealth() (string, error)
GetHealth provides a mock function with given fields:
func (*MockContainer) GetStatus ¶
func (_m *MockContainer) GetStatus() (string, error)
GetStatus provides a mock function with given fields:
func (*MockContainer) Stop ¶
func (_m *MockContainer) Stop() error
Stop provides a mock function with given fields:
type MockEngine ¶
MockEngine is an autogenerated mock type for the Engine type
func NewMockEngine ¶
func NewMockEngine(t interface { mock.TestingT Cleanup(func()) }) *MockEngine
NewMockEngine creates a new instance of MockEngine. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockEngine) PullImage ¶
func (_m *MockEngine) PullImage() error
PullImage provides a mock function with given fields: