Documentation ¶ Index ¶ func Close() func From(model *model.Plugin) error func Load(id string) error func LoadAll() error type Plugin func Ensure(id string) (*Plugin, error) func Get(id string) *Plugin func New(model *model.Plugin) *Plugin func (p *Plugin) Close() error func (p *Plugin) Start() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Close ¶ added in v3.1.0 func Close() func From ¶ func From(model *model.Plugin) error func Load ¶ func Load(id string) error func LoadAll ¶ func LoadAll() error Types ¶ type Plugin ¶ type Plugin struct { *model.Plugin Process *os.Process // contains filtered or unexported fields } func Ensure ¶ func Ensure(id string) (*Plugin, error) func Get ¶ func Get(id string) *Plugin func New ¶ func New(model *model.Plugin) *Plugin func (*Plugin) Close ¶ func (p *Plugin) Close() error func (*Plugin) Start ¶ func (p *Plugin) Start() error Source Files ¶ View all Source files env.go plugin.go Click to show internal directories. Click to hide internal directories.