plugin3

package
v2.4.6 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 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 IPlugin3Dep

type IPlugin3Dep interface {
	Plugin3DepM()
}

type IPlugin3OtherDepM

type IPlugin3OtherDepM interface {
	Plugin3OtherDepM()
}

type Plugin3

type Plugin3 struct {
}

func (*Plugin3) AddDB

func (p *Plugin3) AddDB() *Plugin3Dep

func (*Plugin3) Init

func (p *Plugin3) Init() error

func (*Plugin3) OtherType

func (p *Plugin3) OtherType() *Plugin3OtherType

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 Plugin3Dep

type Plugin3Dep struct {
	N string
}

func (*Plugin3Dep) Name

func (pp *Plugin3Dep) Name() string

func (*Plugin3Dep) Plugin3DepM

func (pp *Plugin3Dep) Plugin3DepM()

type Plugin3OtherType

type Plugin3OtherType struct {
	N string
}

func (*Plugin3OtherType) Name

func (pp *Plugin3OtherType) Name() string

func (*Plugin3OtherType) Plugin3OtherDepM

func (pp *Plugin3OtherType) Plugin3OtherDepM()

Jump to

Keyboard shortcuts

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