Documentation
¶
Index ¶
- type FakeDockerClient
- func (fdc *FakeDockerClient) Close() error
- func (fdc *FakeDockerClient) ContainerInspect(ctx context.Context, containerID string) (dockertypes.ContainerJSON, error)
- func (fdc *FakeDockerClient) Info(ctx context.Context) (dockertypes.Info, error)
- func (fdc *FakeDockerClient) NewClientWithOpts(opt ...dockerclient.Opt) (*dockerclient.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDockerClient ¶
func (*FakeDockerClient) Close ¶
func (fdc *FakeDockerClient) Close() error
func (*FakeDockerClient) ContainerInspect ¶
func (fdc *FakeDockerClient) ContainerInspect( ctx context.Context, containerID string) (dockertypes.ContainerJSON, error)
func (*FakeDockerClient) Info ¶
func (fdc *FakeDockerClient) Info( ctx context.Context) (dockertypes.Info, error)
func (*FakeDockerClient) NewClientWithOpts ¶
func (fdc *FakeDockerClient) NewClientWithOpts( opt ...dockerclient.Opt) (*dockerclient.Client, error)
Click to show internal directories.
Click to hide internal directories.