Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPluginPackager ¶
type MockPluginPackager struct {
// contains filtered or unexported fields
}
MockPluginPackager is a mock of PluginPackager interface.
func NewMockPluginPackager ¶
func NewMockPluginPackager(ctrl *gomock.Controller) *MockPluginPackager
NewMockPluginPackager creates a new mock instance.
func (*MockPluginPackager) EXPECT ¶
func (m *MockPluginPackager) EXPECT() *MockPluginPackagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPluginPackager) Package ¶
func (m *MockPluginPackager) Package(ctx context.Context, pluginDir string, opts plugins.PackageOptions) (*plugins.PackageResult, error)
Package mocks base method.
type MockPluginPackagerMockRecorder ¶
type MockPluginPackagerMockRecorder struct {
// contains filtered or unexported fields
}
MockPluginPackagerMockRecorder is the mock recorder for MockPluginPackager.
type MockRegistryClient ¶
type MockRegistryClient struct {
// contains filtered or unexported fields
}
MockRegistryClient is a mock of RegistryClient interface.
func NewMockRegistryClient ¶
func NewMockRegistryClient(ctrl *gomock.Controller) *MockRegistryClient
NewMockRegistryClient creates a new mock instance.
func (*MockRegistryClient) EXPECT ¶
func (m *MockRegistryClient) EXPECT() *MockRegistryClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRegistryClientMockRecorder ¶
type MockRegistryClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistryClientMockRecorder is the mock recorder for MockRegistryClient.
Click to show internal directories.
Click to hide internal directories.