Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCommand ¶
func RegisterCommand(r cli.CommandRegistry, p cli.ParentCommand) cli.Command
Types ¶
type DashboardService ¶ added in v0.4.9
type DashboardService struct { }
func NewDashboardService ¶ added in v0.4.9
func NewDashboardService() DashboardService
func (DashboardService) Register ¶ added in v0.4.9
func (d DashboardService) Register(mux *http.ServeMux)
type WebConsoleService ¶
type WebConsoleService struct {
// contains filtered or unexported fields
}
func NewWebConsoleService ¶
func NewWebConsoleService(consoleEnvJSPath string) WebConsoleService
func (WebConsoleService) Register ¶
func (c WebConsoleService) Register(mux *http.ServeMux)
Click to show internal directories.
Click to hide internal directories.