Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) PushChart(ctx context.Context, chart, registry string) error
- func (m *MockClient) RegistryLogin(ctx context.Context, registry, username, password string) error
- func (m *MockClient) SaveChart(ctx context.Context, ociURI, version, folder string) error
- type MockClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) PushChart ¶
func (m *MockClient) PushChart(ctx context.Context, chart, registry string) error
PushChart mocks base method.
func (*MockClient) RegistryLogin ¶
func (m *MockClient) RegistryLogin(ctx context.Context, registry, username, password string) error
RegistryLogin mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) PushChart ¶
func (mr *MockClientMockRecorder) PushChart(ctx, chart, registry interface{}) *gomock.Call
PushChart indicates an expected call of PushChart.
func (*MockClientMockRecorder) RegistryLogin ¶
func (mr *MockClientMockRecorder) RegistryLogin(ctx, registry, username, password interface{}) *gomock.Call
RegistryLogin indicates an expected call of RegistryLogin.
func (*MockClientMockRecorder) SaveChart ¶
func (mr *MockClientMockRecorder) SaveChart(ctx, ociURI, version, folder interface{}) *gomock.Call
SaveChart indicates an expected call of SaveChart.
Click to show internal directories.
Click to hide internal directories.