Documentation ¶
Index ¶
- Constants
- type Cmd
- func (c *Cmd) GetStatus() CmdStatus
- func (c *Cmd) Kill()
- func (c *Cmd) Path() (string, error)
- func (c *Cmd) Read(p []byte) (n int, err error)
- func (c *Cmd) Resize(size Size) error
- func (c *Cmd) Subscribe(ctx context.Context) *util.Subscriber[CmdStatus]
- func (c *Cmd) Write(data []byte) (n int, err error)
- type CmdOptions
- type CmdStatus
- type Notifier
- type Reader
- type Screen
- type Size
- type Stream
Constants ¶
View Source
const ( SPIN_NUM_TRIES = 3 SPIN_THRESHOLD = 1 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdOptions ¶
Click to show internal directories.
Click to hide internal directories.