gopersist — Library initialisation and shutdown.
void gopersist_init (void); void gopersist_shutdown (void);
API for initialising gopersist before use and final shutdown.
void gopersist_init (void);
Initialise the gopersist library. Mandatory before calling any other functions.
void gopersist_shutdown (void);
Shutdown the gopersist library.