cli

package
v0.0.0-...-b3fc11c Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2023 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

func RunVersionCommand

func RunVersionCommand()

func RunWithConfig

func RunWithConfig(mode string, config *Config)

Types

type Config

type Config struct {
	LogLevel       string
	JaegerURL      string
	PrometheusPort int

	Webserver struct {
		Host          string
		ContainerPort int
		ServicePort   int
	}

	Postgres *PostgresConfig

	LoadGen loadgen.Config
}

type PostgresConfig

type PostgresConfig struct {
	Host          string
	User          string
	Password      string
	AdminDatabase string
	Database      string
}

Jump to

Keyboard shortcuts

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