services

package
v0.0.32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL