Versions in this module Expand all Collapse all v1 v1.58.0 May 11, 2026 Changes in this version + var ErrNoRun = errors.New(...) + func Dir() string + func Write(rec Record) (func(), error) + type Record struct + Addr string + Agent string + PID int + SessionID string + StartedAt time.Time + func Find(target string) (Record, error) + func Latest() (Record, bool, error) + func List() ([]Record, error)