flags

package
v1.2.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	Version         kong.VersionFlag
	RawEventLogging bool   `help:"Enable raw event logging." env:"RAW_EVENT_LOGGING"`
	Debug           bool   `help:"Enable debug logging." env:"DEBUG"`
	Stage           string `help:"The development stage." env:"STAGE"`
	Branch          string `help:"The git branch this code originated." env:"BRANCH"`
}

type Partition

type Partition struct {
	Base
	Region              string `help:"The AWS region." env:"AWS_REGION"`
	QueryBucket         string `help:"The Bucket used for Athena query results." env:"QUERY_BUCKET"`
	Database            string `help:"The Athena database name." env:"DATABASE"`
	Table               string `help:"The Athena table name." env:"TABLE"`
	AthenaWorkGroupName string `help:"The Athena workgroup name." env:"ATHENA_WORKGROUP_NAME"`
}

Jump to

Keyboard shortcuts

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