extpoints

package
v0.0.0-...-4f2f57c Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2016 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

generated by go-extpoints -- DO NOT EDIT

Package extpoints provides extention points plugins can satisfy and register themselves as furfulling.

Index

Constants

This section is empty.

Variables

View Source
var CommandProviders = &commandProviderExt{
	newExtensionPoint(new(CommandProvider)),
}

Functions

func RegisterExtension

func RegisterExtension(extension interface{}, name string) []string

func UnregisterExtension

func UnregisterExtension(name string) []string

Types

type CommandProvider

type CommandProvider interface {
	Execute() string
}

CommandProvider provides a command that can be executed.

Jump to

Keyboard shortcuts

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