Versions in this module Expand all Collapse all v0 v0.6.3 Jan 9, 2026 v0.6.2 Jan 6, 2026 Changes in this version + type Process struct + ExecutablePath string + Name string + PidFilePath string + func New(name, pidFilePath, executablePath string) *Process + func (p *Process) Exists() (bool, error) + func (p *Process) Kill() error + func (p *Process) ReadPidFile() (int, error) + func (p *Process) Terminate() error + func (p *Process) WritePidFile(pid int) error