plugin

package
v2.0.0-...-c1c857e Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddrPlugin

type AddrPlugin interface {
	Plugin
	Addr() net.Addr
}

type Client

type Client interface {
	Call(method string, args, ret interface{}) error
}

type Getter

type Getter interface {
	Get(name, capability string) (Plugin, error)
	GetAllManagedPluginsByCap(capability string) []Plugin
}

type Plugin

type Plugin interface {
	Name() string
	ScopedPath(string) string
	Client() Client
}

Jump to

Keyboard shortcuts

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