Documentation
¶
Overview ¶
Package jsonstore persists Go values as JSON files on disk. Save marshals a value and writes it atomically (via internal/fileutil); Load reads and unmarshals one, reporting absence without an error so callers can treat a missing file as empty state. It is the shared home for the marshal+atomic write and read+unmarshal patterns previously duplicated across the scheduler, cache, artifact, and hide stores.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.