Versions in this module Expand all Collapse all v1 v1.0.0 Sep 16, 2026 Changes in this version + func RemovePidFile(homePath string) + func RemovePidFileIfPID(homePath string, expectedPID int) bool + type PidFileData struct + Host string + PID int + Port int + Token string + Version string + func ReadPidFileWithCheck(homePath string) *PidFileData + func WritePidFile(homePath, host string, port int) (*PidFileData, error)