plugin

package
v4.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2020 License: Apache-2.0 Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Installable

type Installable interface {
	Install(ctx context.Context, registry registry.Registry) error
	UnInstall(ctx context.Context, registry registry.Registry) error
}

type Notifiable

type Notifiable interface {
	Subscribe(emitter event.EventEmitter)
}

type Plugin

type Plugin interface {
	Meta() meta.Meta
	Instance() interface{}
	Init(ctx context.Context, config config.Config, log logger.FieldLogger) error
	Start(ctx context.Context, registry registry.Registry) error
	Stop(ctx context.Context, registry registry.Registry) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL