collects_get_all_deps

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: 1 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 (f *Plugin1) Init() error

func (*Plugin1) Serve

func (f *Plugin1) Serve() chan error

func (*Plugin1) Stop

func (f *Plugin1) Stop() error

func (*Plugin1) Super

func (f *Plugin1) Super() string

Super and Super2 interface impl

func (*Plugin1) Super2

func (f *Plugin1) Super2() string

type Plugin2

type Plugin2 struct {
	// contains filtered or unexported fields
}

func (*Plugin2) Collects

func (f *Plugin2) Collects() []interface{}

func (*Plugin2) GetSuper

func (f *Plugin2) GetSuper(s SuperInterface)

func (*Plugin2) GetSuper2

func (f *Plugin2) GetSuper2(s Super2Interface)

func (*Plugin2) Init

func (f *Plugin2) Init() error

func (*Plugin2) Serve

func (f *Plugin2) Serve() chan error

func (*Plugin2) Stop

func (f *Plugin2) Stop() error

type Super2Interface

type Super2Interface interface {
	Super2() string
}

type SuperInterface

type SuperInterface interface {
	Super() string
}

Jump to

Keyboard shortcuts

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