Documentation ¶
Overview ¶
Package packer2llb_mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPlugin ¶
type MockPlugin struct {
// contains filtered or unexported fields
}
MockPlugin is a mock of Plugin interface
func NewMockPlugin ¶
func NewMockPlugin(ctrl *gomock.Controller) *MockPlugin
NewMockPlugin creates a new mock instance
func (*MockPlugin) Build ¶
func (m *MockPlugin) Build(arg0 context.Context, arg1 *v1.Platform, arg2 cib.Service) (*llb.State, *dockerfile2llb.Image, error)
Build mocks base method
func (*MockPlugin) EXPECT ¶
func (m *MockPlugin) EXPECT() *MockPluginMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockPluginMockRecorder ¶
type MockPluginMockRecorder struct {
// contains filtered or unexported fields
}
MockPluginMockRecorder is the mock recorder for MockPlugin
func (*MockPluginMockRecorder) Build ¶
func (mr *MockPluginMockRecorder) Build(arg0, arg1, arg2 interface{}) *gomock.Call
Build indicates an expected call of Build
func (*MockPluginMockRecorder) Detect ¶
func (mr *MockPluginMockRecorder) Detect(arg0, arg1, arg2 interface{}) *gomock.Call
Detect indicates an expected call of Detect
Click to show internal directories.
Click to hide internal directories.