This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
0
You've already forked packer-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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 14:40:55 +01:00
package
packer
type
TTY
interface
{
ReadString
(
)
(
string
,
error
)
Close tty on exit (#7411)
2019-03-15 11:10:30 +01:00
Close
(
)
error
mock tty using interfaces to test more easily
2019-02-28 14:40:55 +01:00
}
Reference in New Issue
Copy Permalink