poller

package
v1.2.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	DefaultCompletionTimeout = 10 * time.Minute
)

Variables

This section is empty.

Functions

func WaitForCompletion

func WaitForCompletion(ctx context.Context, log *slog.Logger, timeout time.Duration, noProgress bool, poll JobPollFunc) error

Types

type JobPollFunc

type JobPollFunc func(ctx context.Context) (JobPollStatus, error)

type JobPollStatus

type JobPollStatus struct {
	Success bool
	Message string
}

Jump to

Keyboard shortcuts

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