Documentation
¶
Overview ¶
Package implements an internal mechanism to communicate with an impress terminal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPipeClosing = errors.New("pipe is closing")
Functions ¶
Types ¶
type SyncCommand ¶ added in v0.5.1
type SyncCommand struct {
// contains filtered or unexported fields
}
func NewSyncCommand ¶ added in v0.5.1
func NewSyncCommand(calls iface.CallSet, streamPipe, syncPipe *rpc.Pipe) *SyncCommand
func (*SyncCommand) SyncCommand ¶ added in v0.5.1
func (d *SyncCommand) SyncCommand() error
Click to show internal directories.
Click to hide internal directories.