Documentation
¶
Overview ¶
Package web provides a launchr plugin with Web UI for launchr.
Index ¶
Constants ¶
View Source
const (
// APIPrefix is a default api prefix on the server.
APIPrefix = "/api"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin is launchr plugin providing web ui.
func (*Plugin) CobraAddCommands ¶
CobraAddCommands implements launchr.CobraPlugin interface to provide web functionality.
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.