Versions in this module Expand all Collapse all v0 v0.33.0 Jul 1, 2026 v0.32.0 Jun 30, 2026 Changes in this version + type MockPluginService struct + func NewMockPluginService(ctrl *gomock.Controller) *MockPluginService + func (m *MockPluginService) Build(ctx context.Context, opts plugins.BuildOptions) (*plugins.BuildResult, error) + func (m *MockPluginService) DeleteBuild(ctx context.Context, tag string) error + func (m *MockPluginService) EXPECT() *MockPluginServiceMockRecorder + func (m *MockPluginService) GetContent(ctx context.Context, opts plugins.ContentOptions) (*plugins.PluginContent, error) + func (m *MockPluginService) ListBuilds(ctx context.Context) ([]plugins.LocalBuild, error) + func (m *MockPluginService) Push(ctx context.Context, opts plugins.PushOptions) error + func (m *MockPluginService) Validate(ctx context.Context, path string) (*plugins.ValidationResult, error) + type MockPluginServiceMockRecorder struct + func (mr *MockPluginServiceMockRecorder) Build(ctx, opts any) *gomock.Call + func (mr *MockPluginServiceMockRecorder) DeleteBuild(ctx, tag any) *gomock.Call + func (mr *MockPluginServiceMockRecorder) GetContent(ctx, opts any) *gomock.Call + func (mr *MockPluginServiceMockRecorder) ListBuilds(ctx any) *gomock.Call + func (mr *MockPluginServiceMockRecorder) Push(ctx, opts any) *gomock.Call + func (mr *MockPluginServiceMockRecorder) Validate(ctx, path any) *gomock.Call