Versions in this module Expand all Collapse all v4 v4.0.0 Dec 13, 2020 Changes in this version + type Installable interface + Install func(ctx context.Context, registry registry.Registry) error + UnInstall func(ctx context.Context, registry registry.Registry) error + type Notifiable interface + Subscribe func(emitter event.EventEmitter) + type Plugin interface + Init func(ctx context.Context, config config.Config, log logger.FieldLogger) error + Instance func() interface{} + Meta func() meta.Meta + Start func(ctx context.Context, registry registry.Registry) error + Stop func(ctx context.Context, registry registry.Registry) error Other modules containing this package github.com/nori-io/common/v5