Versions in this module Expand all Collapse all v1 v1.11.0 Jul 23, 2026 Changes in this version + type MockInstance struct + func NewMockInstance(ctrl *gomock.Controller) *MockInstance + func (m *MockInstance) BaseURL(catalog string) string + func (m *MockInstance) ContentExists(catalog string) bool + func (m *MockInstance) Delete(catalog string) error + func (m *MockInstance) EXPECT() *MockInstanceMockRecorder + func (m *MockInstance) StorageServerHandler() http.Handler + func (m *MockInstance) Store(ctx context.Context, catalog string, fsys fs.FS) error + type MockInstanceMockRecorder struct + func (mr *MockInstanceMockRecorder) BaseURL(catalog any) *gomock.Call + func (mr *MockInstanceMockRecorder) ContentExists(catalog any) *gomock.Call + func (mr *MockInstanceMockRecorder) Delete(catalog any) *gomock.Call + func (mr *MockInstanceMockRecorder) StorageServerHandler() *gomock.Call + func (mr *MockInstanceMockRecorder) Store(ctx, catalog, fsys any) *gomock.Call