package
0.11.4
Repository: https://github.com/hashicorp/waypoint.git
Documentation: pkg.go.dev

# Packages

This package implements some of the tests for the jobstream package.

# Functions

Stream a single job and return the result from that job.
WithCancelOnError causes the job being watched to be canceled (with CancelJob) if the streamer exits unsuccessfully.
Set the client for the stream watcher.
WithIgnoreTerminal ignores the terminal events from the job.
Set a logger for the stream watcher.
WithStateCh sets a channel that is sent all the job state changes.
Set the UI for all user-facing output to be sent to.

# Structs

UI converts a stream of terminal events from a job stream into stateful function calls to a terminal.UI implementation.

# Type aliases

Option specifies an option for streaming.