packer-cn/packer/tty.go

6 lines
69 B
Go
Raw Normal View History

package packer
type TTY interface {
ReadString() (string, error)
}