gopersist

gopersist — Library initialisation and shutdown.

Synopsis




void        gopersist_init                  (void);
void        gopersist_shutdown              (void);

Description

API for initialising gopersist before use and final shutdown.

Details

gopersist_init ()

void        gopersist_init                  (void);

Initialise the gopersist library. Mandatory before calling any other functions.


gopersist_shutdown ()

void        gopersist_shutdown              (void);

Shutdown the gopersist library.