flags

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SkipE2e       = newFlag("skip-e2e", "Skip e2e provider tests")
	E2e           = newFlag("e2e", "Enable full e2e provider tests, otherwise uses quick mode by default")
	Sdk           = newFlag("sdk", "Enable all SDK provider tests")
	SdkCsharp     = &orFlag{newFlag("sdk-csharp", "Enable C# SDK provider tests"), Sdk}
	SdkGo         = &orFlag{newFlag("sdk-go", "Enable Go SDK provider tests"), Sdk}
	SdkPython     = &orFlag{newFlag("sdk-python", "Enable Python SDK provider tests"), Sdk}
	SdkTypescript = &orFlag{newFlag("sdk-typescript", "Enable TypeScript SDK provider tests"), Sdk}
	Snapshot      = newFlag("snapshot", "Create snapshots for use with quick e2e tests")
)

Functions

This section is empty.

Types

type Flag

type Flag interface {
	IsSet() bool

	// Explains why the flag is considered to be IsSet().
	WhySet() string

	// Explains why the flag is not considered to be IsSet().
	WhyNotSet() string
}

Jump to

Keyboard shortcuts

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