Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncMap ¶ added in v1.1.7
type SyncMap struct {
// contains filtered or unexported fields
}
SyncMap provides a thread-safe map with file persistence capabilities
func (*SyncMap) ReadFromFile ¶ added in v1.1.7
ReadFromFile loads the map data from a JSON file
func (*SyncMap) WriteToFile ¶ added in v1.1.7
WriteToFile saves the map data to a JSON file
Click to show internal directories.
Click to hide internal directories.