extpoints

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2015 License: MIT, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

generated by go-extpoints -- DO NOT EDIT

Index

Constants

This section is empty.

Variables

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

Functions

func Register

func Register(component interface{}, name string) []string

func Unregister

func Unregister(name string) []string

Types

type CommandProvider

type CommandProvider interface {
	Commands() []*types.Command
}

type LifecycleParticipant

type LifecycleParticipant interface {
	CommandStart(commandName string) error
	CommandFinish(commandName string)
}

Jump to

Keyboard shortcuts

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