Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StoreDataInDatabase ¶
func StoreDataInDatabase(store interface{})
func StoreDataInDisk ¶
func StoreDataInDisk(store interface{})
func StoreDataInMemory ¶
func StoreDataInMemory(store interface{})
Types ¶
type StorageServices ¶
type StorageServices struct { StorageServiceSettings string StorageTechnologyType string //database, in-memory, disk DatabaseSettings configurations.Settings // contains filtered or unexported fields }
func (*StorageServices) Error ¶
func (storageServices *StorageServices) Error() string
func (*StorageServices) StoreData ¶
func (storageServices *StorageServices) StoreData(dataToStore interface{}) error
Directories ¶
Path | Synopsis |
---|---|
database_services
|
|
disk
|
|
distributed_filesystem_services
|
|
documents
|
|
graph_database_services
|
|
in_memory
|
|
Click to show internal directories.
Click to hide internal directories.