This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ecaec1ac58
packer-cn
/
packer
/
tty.go
7 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
mock tty using interfaces to test more easily
2019-02-28 08:40:55 -05:00
package
packer
type
TTY
interface
{
ReadString
(
)
(
string
,
error
)
Close tty on exit (#7411)
2019-03-15 06:10:30 -04:00
Close
(
)
error
mock tty using interfaces to test more easily
2019-02-28 08:40:55 -05:00
}