Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type HCSClient
- func (fake *HCSClient) Invocations() map[string][][]interface{}
- func (fake *HCSClient) OpenContainer(arg1 string) (hcs.Container, error)
- func (fake *HCSClient) OpenContainerArgsForCall(i int) string
- func (fake *HCSClient) OpenContainerCallCount() int
- func (fake *HCSClient) OpenContainerReturns(result1 hcs.Container, result2 error)
- func (fake *HCSClient) OpenContainerReturnsOnCall(i int, result1 hcs.Container, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HCSClient ¶
type HCSClient struct { OpenContainerStub func(string) (hcs.Container, error) // contains filtered or unexported fields }
func (*HCSClient) Invocations ¶
func (*HCSClient) OpenContainer ¶
func (*HCSClient) OpenContainerArgsForCall ¶
func (*HCSClient) OpenContainerCallCount ¶
func (*HCSClient) OpenContainerReturns ¶
Click to show internal directories.
Click to hide internal directories.