Documentation ¶
Overview ¶
Package docker is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRenderer ¶
type MockRenderer struct {
// contains filtered or unexported fields
}
MockRenderer is a mock of Renderer interface
func NewMockRenderer ¶
func NewMockRenderer(ctrl *gomock.Controller) *MockRenderer
NewMockRenderer creates a new mock instance
func (*MockRenderer) EXPECT ¶
func (m *MockRenderer) EXPECT() *MockRendererMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRenderer) Execute ¶
func (m *MockRenderer) Execute(arg0 root.Fs, arg1 api.DockerAsset, arg2 api.ReleaseMetadata, arg3 func(chan interface{}, log.Logger) error, arg4 string, arg5 map[string]interface{}, arg6 []libyaml.ConfigGroup) func(context.Context) error
Execute mocks base method
type MockRendererMockRecorder ¶
type MockRendererMockRecorder struct {
// contains filtered or unexported fields
}
MockRendererMockRecorder is the mock recorder for MockRenderer
func (*MockRendererMockRecorder) Execute ¶
func (mr *MockRendererMockRecorder) Execute(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
Execute indicates an expected call of Execute
Click to show internal directories.
Click to hide internal directories.