constant

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// EnvKeyCliVerbose
	//	Provides the debug flag. This value is true when the command is open debug mode
	EnvKeyCliVerbose = "CLI_VERBOSE"

	// EnvKeyCliTimeoutSecond
	//	Provides the timeout second flag
	EnvKeyCliTimeoutSecond = "CLI_CONFIG_TIMEOUT_SECOND"

	// EnvLogLevel
	//	env ENV_WEB_LOG_LEVEL default ""
	EnvLogLevel string = "CLI_LOG_LEVEL"
)

Variables

This section is empty.

Functions

func BadgeFlags

func BadgeFlags() []cli.Flag

Types

type BadgeConfig

type BadgeConfig struct {
	NoCommonBadges bool
	GolangBadges   bool
	RustBadges     bool
	RustCratesName string
	RustVersion    string
	NodeBadges     bool
	NpmPackage     string
	DockerUser     string
	DockerRepo     string
}

func BindBadgeConfig

func BindBadgeConfig(c *cli.Context) *BadgeConfig

Jump to

Keyboard shortcuts

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