# Functions
NewDiskGraphStorage creates a new DiskGraphStorage instance.
NewMemoryGraphStorage creates a new MemoryGraphStorage instance.
# Variables
FilenameNameDB is the filename for the name storage file
*/.
MgsRetClose is the return value on successful close
*/.
MgsRetFlushAll is the return value on successful flush all
*/.
MgsRetFlushMain is the return value on successful flush
*/.
MgsRetRollbackMain is the return value on successful rollback
*/.
# Structs
DiskGraphStorage data structure
*/.
MemoryGraphStorage data structure
*/.
# Interfaces
Storage interface models the storage backend for a graph manager.