runfiles

package
v3.0.0-beta13 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrProcNotFound = errors.New("process not found")
	ErrProcTooYoung = errors.New("process too young")
)

Functions

func IsValid

func IsValid(file string) (bool, error)

Types

type Dir

type Dir struct {
	Path string
	Log  *plog.Logger
}

func (Dir) Count

func (t Dir) Count() (int, error)

func (Dir) CountAndClean

func (t Dir) CountAndClean() (int, error)

func (Dir) Create

func (t Dir) Create(content []byte) error

func (Dir) HasRunning

func (t Dir) HasRunning() (bool, error)

func (Dir) List

func (t Dir) List() (l List, err error)

func (Dir) Remove

func (t Dir) Remove() error

type Info

type Info struct {
	At      time.Time
	PID     int
	Content []byte
}

type List

type List []Info

Jump to

Keyboard shortcuts

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