Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func NewStdinSession ¶
func NewStdinSession(cfg input.SessionConfig) *Session
type StdInputDevice ¶
type StdInputDevice struct{}
func (StdInputDevice) String ¶
func (d StdInputDevice) String() string
type StdinBackend ¶
type StdinBackend struct{}
func (StdinBackend) Close ¶
func (b StdinBackend) Close() error
func (StdinBackend) DefaultDevice ¶
func (b StdinBackend) DefaultDevice() (input.Device, error)
func (StdinBackend) Init ¶
func (b StdinBackend) Init() error
func (StdinBackend) Start ¶
func (b StdinBackend) Start(config input.SessionConfig) (input.Session, error)
Click to show internal directories.
Click to hide internal directories.