cli

package
v0.0.0-...-efc2e5e Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagEndpoint       = "endpoint"
	FlagRegion         = "region"
	FlagUser           = "user"
	FlagSchema         = "schema"
	FlagProfile        = "profile"
	FlagRoleARN        = "role-arn"
	FlagConnectTimeout = "connect-timeout"
	FlagAllowHazards   = "allow-hazards"
	FlagForce          = "force"
	FlagListen         = "listen"
	FlagUpstream       = "upstream"
	FlagRetries        = "retries"
	FlagRetryDelay     = "retry-delay"
)

Flag names.

View Source
const (
	DefaultUser           = "admin"
	DefaultConnectTimeout = 10 * time.Second
	DefaultListen         = ":15432"
	DefaultUpstream       = "localhost:5432"
	DefaultRetries        = 5
	DefaultRetryDelay     = 2 * time.Second
)

Defaults.

Variables

This section is empty.

Functions

func App

func App() *cli.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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