plugin3

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDB3

type IDB3 interface {
	SomeDB3DepMethod()
	Name() string
}

type Plugin3

type Plugin3 struct {
}

func (*Plugin3) Init

func (p *Plugin3) Init() error

func (*Plugin3) ProvidePlugin3DB

func (p *Plugin3) ProvidePlugin3DB() *Plugin3DB

func (*Plugin3) Provides

func (p *Plugin3) Provides() []*dep.Out

func (*Plugin3) Serve

func (p *Plugin3) Serve() chan error

func (*Plugin3) Stop

func (p *Plugin3) Stop(context.Context) error

type Plugin3DB

type Plugin3DB struct {
	N string
}

func (*Plugin3DB) Name

func (p *Plugin3DB) Name() string

func (*Plugin3DB) SomeDB3DepMethod

func (p *Plugin3DB) SomeDB3DepMethod()

Jump to

Keyboard shortcuts

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