proc

package
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Proc

type Proc struct {
	FileName string
	Args     []string
	Env      map[string]string

	BinLog func(msgs ...[]byte)
	RunLog func(format string, args ...any)
	// contains filtered or unexported fields
}

func (*Proc) Close

func (p *Proc) Close(timeout int)

func (*Proc) Done

func (p *Proc) Done() <-chan struct{}

func (*Proc) Running

func (p *Proc) Running() bool

func (*Proc) Start

func (p *Proc) Start() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL