Versions in this module Expand all Collapse all v0 v0.1.1 Oct 11, 2024 v0.1.0 Jun 20, 2024 Changes in this version + func DisplayNameToFilename(displayName string) string + func Explore(ctx context.Context, path string) error + func FilenameToDisplayName(filename string) string + func GetModTime(path string) (time.Time, error) + func StartHeartbeat(ctx context.Context, interval time.Duration, heartbeatFunc HeartbeatFuncType) + func StringToUUID(seed string) (uuid.UUID, error) + func TouchFile(filename string) error + type HeartbeatFuncType func()