waiter

package
v0.6.4-rc2 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OperatorWaiter

type OperatorWaiter interface {
	WaitForAll(ctx context.Context) error
}

func NewNullWaiter

func NewNullWaiter() OperatorWaiter

func NewOperatorWaiter

func NewOperatorWaiter(ctx context.Context, logger log.Logger, waitOn ...Waitable) OperatorWaiter

type Waitable

type Waitable interface {
	Check(ctx context.Context) error
	String() string
}

Jump to

Keyboard shortcuts

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