Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerfPlugin ¶
type PerfPlugin struct {
Projects []string `yaml:"string"`
}
PerfPlugin displays performance statistics in the UI.
func (*PerfPlugin) Configure ¶
func (pp *PerfPlugin) Configure(params map[string]interface{}) error
func (*PerfPlugin) GetPanelConfig ¶
func (pp *PerfPlugin) GetPanelConfig() (*plugin.PanelConfig, error)
func (*PerfPlugin) GetUIHandler ¶
func (pp *PerfPlugin) GetUIHandler() http.Handler
Click to show internal directories.
Click to hide internal directories.