Versions in this module Expand all Collapse all v4 v4.0.0 Dec 13, 2020 Changes in this version + type MockInstallable struct + func NewMockInstallable(ctrl *gomock.Controller) *MockInstallable + func (m *MockInstallable) EXPECT() *MockInstallableMockRecorder + func (m *MockInstallable) Install(arg0 context.Context, arg1 registry.Registry) error + func (m *MockInstallable) UnInstall(arg0 context.Context, arg1 registry.Registry) error + type MockInstallableMockRecorder struct + func (mr *MockInstallableMockRecorder) Install(arg0, arg1 interface{}) *gomock.Call + func (mr *MockInstallableMockRecorder) UnInstall(arg0, arg1 interface{}) *gomock.Call + type MockPlugin struct + func NewMockPlugin(ctrl *gomock.Controller) *MockPlugin + func (m *MockPlugin) EXPECT() *MockPluginMockRecorder + func (m *MockPlugin) Init(arg0 context.Context, arg1 config.Config, arg2 logger.FieldLogger) error + func (m *MockPlugin) Instance() interface{} + func (m *MockPlugin) Meta() meta.Meta + func (m *MockPlugin) Start(arg0 context.Context, arg1 registry.Registry) error + func (m *MockPlugin) Stop(arg0 context.Context, arg1 registry.Registry) error + type MockPluginMockRecorder struct + func (mr *MockPluginMockRecorder) Init(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockPluginMockRecorder) Instance() *gomock.Call + func (mr *MockPluginMockRecorder) Meta() *gomock.Call + func (mr *MockPluginMockRecorder) Start(arg0, arg1 interface{}) *gomock.Call + func (mr *MockPluginMockRecorder) Stop(arg0, arg1 interface{}) *gomock.Call Other modules containing this package github.com/nori-io/common/v5