Versions in this module Expand all Collapse all v0 v0.0.26 Jun 23, 2026 v0.0.25 Jun 23, 2026 Changes in this version + type MockPluginPackager struct + func NewMockPluginPackager(ctrl *gomock.Controller) *MockPluginPackager + func (m *MockPluginPackager) EXPECT() *MockPluginPackagerMockRecorder + func (m *MockPluginPackager) Package(ctx context.Context, pluginDir string, opts plugins.PackageOptions) (*plugins.PackageResult, error) + type MockPluginPackagerMockRecorder struct + func (mr *MockPluginPackagerMockRecorder) Package(ctx, pluginDir, opts any) *gomock.Call + type MockRegistryClient struct + func NewMockRegistryClient(ctrl *gomock.Controller) *MockRegistryClient + func (m *MockRegistryClient) EXPECT() *MockRegistryClientMockRecorder + func (m *MockRegistryClient) Pull(ctx context.Context, store *plugins.Store, ref string) (digest.Digest, error) + func (m *MockRegistryClient) Push(ctx context.Context, store *plugins.Store, manifestDigest digest.Digest, ...) error + type MockRegistryClientMockRecorder struct + func (mr *MockRegistryClientMockRecorder) Pull(ctx, store, ref any) *gomock.Call + func (mr *MockRegistryClientMockRecorder) Push(ctx, store, manifestDigest, ref any) *gomock.Call