Documentation ¶
Overview ¶
Utility to store objects persistently in json files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LoadData = Default_LoadData StoreData = Default_StoreData )
Functions ¶
func Default_LoadData ¶ added in v1.0.1
reads raw data from filesystem, relative to BasePath
func Default_StoreData ¶ added in v1.0.1
writes data to file, relative to BasePath
func LoadObject ¶
reads and unmashalls json file from filesystem, relative to BasePath
func StoreObject ¶
serializes object as json and writes to file, relative to BasePath
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.