Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + type MockSourceManager struct + func NewMockSourceManager(ctrl *gomock.Controller) *MockSourceManager + func NewNoOpMockSourceManager(ctrl *gomock.Controller) *MockSourceManager + func (m *MockSourceManager) EXPECT() *MockSourceManagerMockRecorder + func (m *MockSourceManager) FetchComponent(ctx context.Context, component components.Component, destDirPath string) error + func (m *MockSourceManager) FetchFiles(ctx context.Context, component components.Component, destDirPath string) error + type MockSourceManagerMockRecorder struct + func (mr *MockSourceManagerMockRecorder) FetchComponent(ctx, component, destDirPath any) *gomock.Call + func (mr *MockSourceManagerMockRecorder) FetchFiles(ctx, component, destDirPath any) *gomock.Call