Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Plugin *app.Plugin Server = echo.New() )
View Source
var ParamsDashboard = &ParametersDashboard{ Auth: authentication.AuthConfiguration{ Scheme: "basic", }, }
Functions ¶
This section is empty.
Types ¶
type ParametersDashboard ¶ added in v0.3.1
type ParametersDashboard struct { Enabled bool `default:"true" usage:"whether the dashboard plugin is enabled"` BindAddress string `default:"127.0.0.1:7000" usage:"the bind address for the node dashboard"` ExploreAddressURL string `default:"" usage:"URL to add as href to addresses in the dashboard"` Auth authentication.AuthConfiguration `usage:"configures the authentication for the dashboard service"` }
Click to show internal directories.
Click to hide internal directories.