package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

NewPortWatcher creates and returns an initialized port watcher.
StartOnDevice runs the application on the given remote device, with the given path and options, waits for the "Bound on port {port}" string to be printed to stdout, and then returns the port number.

# Structs

PortWatcher will wait for the given port to become available on the given device.
StartOptions holds the options that can be passed to Start.