Versions in this module Expand all Collapse all v0 v0.0.1 Jul 24, 2026 Changes in this version + type MockIManager struct + func NewMockIManager(ctrl *gomock.Controller) *MockIManager + func (m *MockIManager) Close() error + func (m *MockIManager) EXPECT() *MockIManagerMockRecorder + func (m *MockIManager) GetPluginList() []string + func (m *MockIManager) Init() error + func (m *MockIManager) LookupByName(arg0 string) (plugin.IPluggable, error) + type MockIManagerMockRecorder struct + func (mr *MockIManagerMockRecorder) Close() *gomock.Call + func (mr *MockIManagerMockRecorder) GetPluginList() *gomock.Call + func (mr *MockIManagerMockRecorder) Init() *gomock.Call + func (mr *MockIManagerMockRecorder) LookupByName(arg0 interface{}) *gomock.Call + type MockIPluggable struct + func NewMockIPluggable(ctrl *gomock.Controller) *MockIPluggable + func (m *MockIPluggable) EXPECT() *MockIPluggableMockRecorder + func (m *MockIPluggable) GetEvidence(arg0 *compositor.EvidenceIn) *compositor.EvidenceOut + func (m *MockIPluggable) GetSubAttesterID() *compositor.SubAttesterIDOut + func (m *MockIPluggable) GetSupportedFormats() *compositor.SupportedFormatsOut + type MockIPluggableMockRecorder struct + func (mr *MockIPluggableMockRecorder) GetEvidence(arg0 interface{}) *gomock.Call + func (mr *MockIPluggableMockRecorder) GetSubAttesterID() *gomock.Call + func (mr *MockIPluggableMockRecorder) GetSupportedFormats() *gomock.Call