dependency

package
v0.1.0-beta-3 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2021 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VersionCmd = &cobra.Command{
	Use:               "version",
	Short:             "show version",
	Long:              `show the version details of dragonfly.`,
	Args:              cobra.NoArgs,
	DisableAutoGenTag: true,
	SilenceUsage:      true,
	Run: func(cmd *cobra.Command, args []string) {
		fmt.Printf("Major:%s Minor:%s\n", version.Major, version.Minor)
		fmt.Printf("GitVersion:%s\n", version.GitVersion)
		fmt.Printf("Platform:%s GoVersion:%s BuildDay:%s\n", version.Platform, version.GoVersion, version.BuildDay)
	},
}

Functions

func InitCobra

func InitCobra(cmd *cobra.Command, useConfigFile bool, config interface{})

InitCobra initializes flags binding and common sub cmds. config is a pointer to configuration struct.

func InitMonitor

func InitMonitor(verbose bool, pprofPort int, jaeger string) func()

InitMonitor initialize monitor and return final handler

func SetupQuitSignalHandler

func SetupQuitSignalHandler(handler func())

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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