Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Plugin *app.Plugin Server echoswagger.ApiRoot )
View Source
var ParamsWebAPI = &ParametersWebAPI{ Auth: authentication.AuthConfiguration{ Scheme: "jwt", }, }
Functions ¶
This section is empty.
Types ¶
type ParametersWebAPI ¶ added in v0.3.1
type ParametersWebAPI struct {
Enabled bool `default:"true" usage:"whether the web api plugin is enabled"`
NodeOwnerAddresses []string `default:"" usage:"defines a list of node owner addresses (bech32)"`
BindAddress string `default:"127.0.0.1:9090" usage:"the bind address for the node web api"`
Auth authentication.AuthConfiguration `usage:"configures the authentication for the dashboard service"`
}
Click to show internal directories.
Click to hide internal directories.