dashboard

package
v0.5.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ParamsDashboard = &ParametersDashboard{
	Auth: authentication.AuthConfiguration{
		Scheme: "basic",
	},
}
View Source
var (
	Plugin *app.Plugin
)

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:"0.0.0.0:7000" usage:"the bind address for the node dashboard"`
	ExploreAddressURL         string                           `default:"" usage:"URL to add as href to addresses in the dashboard"`
	DebugRequestLoggerEnabled bool                             `default:"false" usage:"whether the debug logging for requests should be enabled"`
	Auth                      authentication.AuthConfiguration `usage:"configures the authentication for the dashboard service"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL