dashboard

package
v0.4.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2022 License: Apache-2.0, BSD-2-Clause 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