CyclicDeps

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin1

type Plugin1 struct {
}

func (*Plugin1) Init

func (p1 *Plugin1) Init(p2 *Plugin2) error

func (*Plugin1) Serve

func (p1 *Plugin1) Serve() chan error

func (*Plugin1) Stop

func (p1 *Plugin1) Stop() error

type Plugin2

type Plugin2 struct {
}

func (*Plugin2) Init

func (p2 *Plugin2) Init(p3 *Plugin3) error

func (*Plugin2) Serve

func (p2 *Plugin2) Serve() chan error

func (*Plugin2) Stop

func (p2 *Plugin2) Stop() error

type Plugin3

type Plugin3 struct {
}

func (*Plugin3) Init

func (p3 *Plugin3) Init(p1 *Plugin1) error

func (*Plugin3) Serve

func (p3 *Plugin3) Serve() chan error

func (*Plugin3) Stop

func (p3 *Plugin3) Stop() error

Jump to

Keyboard shortcuts

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