Documentation ¶ Index ¶ type Cmd func Command(ctx context.Context, name string, args ...string) (c *Cmd) func (c *Cmd) Close() error func (c *Cmd) Restart(ctx context.Context) error func (c *Cmd) Run() error func (c *Cmd) Start() error func (c *Cmd) Wait() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cmd ¶ type Cmd exec.Cmd func Command ¶ func Command(ctx context.Context, name string, args ...string) (c *Cmd) func (*Cmd) Close ¶ func (c *Cmd) Close() error func (*Cmd) Restart ¶ func (c *Cmd) Restart(ctx context.Context) error func (*Cmd) Run ¶ func (c *Cmd) Run() error func (*Cmd) Start ¶ func (c *Cmd) Start() error func (*Cmd) Wait ¶ func (c *Cmd) Wait() error Source Files ¶ View all Source files command.go Click to show internal directories. Click to hide internal directories.