Documentation
¶
Overview ¶
Package testmocks is a generated GoMock package.
Index ¶
- type MockPackClient
- func (m *MockPackClient) Build(arg0 context.Context, arg1 pack.BuildOptions) error
- func (m *MockPackClient) CreateBuilder(arg0 context.Context, arg1 pack.CreateBuilderOptions) error
- func (m *MockPackClient) CreatePackage(arg0 context.Context, arg1 pack.CreatePackageOptions) error
- func (m *MockPackClient) EXPECT() *MockPackClientMockRecorder
- func (m *MockPackClient) InspectBuilder(arg0 string, arg1 bool) (*pack.BuilderInfo, error)
- func (m *MockPackClient) InspectImage(arg0 string, arg1 bool) (*pack.ImageInfo, error)
- func (m *MockPackClient) Rebase(arg0 context.Context, arg1 pack.RebaseOptions) error
- type MockPackClientMockRecorder
- func (mr *MockPackClientMockRecorder) Build(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPackClientMockRecorder) CreateBuilder(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPackClientMockRecorder) CreatePackage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPackClientMockRecorder) InspectBuilder(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPackClientMockRecorder) InspectImage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPackClientMockRecorder) Rebase(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPackClient ¶
type MockPackClient struct {
// contains filtered or unexported fields
}
MockPackClient is a mock of PackClient interface
func NewMockPackClient ¶
func NewMockPackClient(ctrl *gomock.Controller) *MockPackClient
NewMockPackClient creates a new mock instance
func (*MockPackClient) Build ¶
func (m *MockPackClient) Build(arg0 context.Context, arg1 pack.BuildOptions) error
Build mocks base method
func (*MockPackClient) CreateBuilder ¶
func (m *MockPackClient) CreateBuilder(arg0 context.Context, arg1 pack.CreateBuilderOptions) error
CreateBuilder mocks base method
func (*MockPackClient) CreatePackage ¶
func (m *MockPackClient) CreatePackage(arg0 context.Context, arg1 pack.CreatePackageOptions) error
CreatePackage mocks base method
func (*MockPackClient) EXPECT ¶
func (m *MockPackClient) EXPECT() *MockPackClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPackClient) InspectBuilder ¶
func (m *MockPackClient) InspectBuilder(arg0 string, arg1 bool) (*pack.BuilderInfo, error)
InspectBuilder mocks base method
func (*MockPackClient) InspectImage ¶
InspectImage mocks base method
func (*MockPackClient) Rebase ¶
func (m *MockPackClient) Rebase(arg0 context.Context, arg1 pack.RebaseOptions) error
Rebase mocks base method
type MockPackClientMockRecorder ¶
type MockPackClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPackClientMockRecorder is the mock recorder for MockPackClient
func (*MockPackClientMockRecorder) Build ¶
func (mr *MockPackClientMockRecorder) Build(arg0, arg1 interface{}) *gomock.Call
Build indicates an expected call of Build
func (*MockPackClientMockRecorder) CreateBuilder ¶
func (mr *MockPackClientMockRecorder) CreateBuilder(arg0, arg1 interface{}) *gomock.Call
CreateBuilder indicates an expected call of CreateBuilder
func (*MockPackClientMockRecorder) CreatePackage ¶
func (mr *MockPackClientMockRecorder) CreatePackage(arg0, arg1 interface{}) *gomock.Call
CreatePackage indicates an expected call of CreatePackage
func (*MockPackClientMockRecorder) InspectBuilder ¶
func (mr *MockPackClientMockRecorder) InspectBuilder(arg0, arg1 interface{}) *gomock.Call
InspectBuilder indicates an expected call of InspectBuilder
func (*MockPackClientMockRecorder) InspectImage ¶
func (mr *MockPackClientMockRecorder) InspectImage(arg0, arg1 interface{}) *gomock.Call
InspectImage indicates an expected call of InspectImage
func (*MockPackClientMockRecorder) Rebase ¶
func (mr *MockPackClientMockRecorder) Rebase(arg0, arg1 interface{}) *gomock.Call
Rebase indicates an expected call of Rebase