lifecycle

package
v0.0.0-...-fe632b3 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scope

type Scope string

Scope represents the scope of the lifecycle for a feature.

const (
	// System scope for features that are part of the Istio system.
	System Scope = "System"

	// Suite scope for features that will live for the entire test suite.
	Suite Scope = "Suite"

	// Test scope for features that will live only for the length of the current test method.
	Test Scope = "Test"
)

func (Scope) IsLower

func (s Scope) IsLower(s2 Scope) bool

IsLower indicates whether this scope is lower than the one provided.

Jump to

Keyboard shortcuts

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