//
pkg.gl
Category
github.com/ops-class/test161
expect
package
1.3.1
Repository:
https://github.com/ops-class/test161.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
9
Dependents
2
Files
308 SLOC
#
Functions
Create
Create an Expect instance from something that we can do read/writes off of.
Spawn
Create an Expect instance from a command.
#
Constants
READ_SIZE
READ_SIZE is the largest amount of data expect attempts to read in a single I/O operation.
#
Variables
ErrTimeout
ErrTimeout is returned from exp.Expect*() when a timeout is reached.
#
Structs
Expect
Expect is a program interaction session.
Match
Match is returned from exp.Expect*() when a match is found.
#
Interfaces
Logger
No description provided by the author