Versions in this module Expand all Collapse all v0 v0.0.3 Mar 26, 2026 v0.0.1 Mar 24, 2026 Changes in this version + func EnsureStateLayout(paths *StatePaths) error + func ListDirectories(root string) ([]string, error) + func PrintRuntimePaths(meta *Metadata) + func WriteMetadata(meta *Metadata, path string) error + type Metadata struct + BeeperBridgeName string + BinaryPath string + BridgeType string + ConfigPath string + Instance string + LogPath string + PIDPath string + RegistrationPath string + RepoPath string + UpdatedAt time.Time + func ReadMetadata(path string) (*Metadata, error) + type StatePaths struct + ConfigPath string + LogPath string + MetaPath string + PIDPath string + RegistrationPath string + Root string + func BuildStatePaths(root, instanceName string) *StatePaths