Documentation ¶
Overview ¶
Package storage This memory storage is from: https://github.com/gofiber/fiber/blob/master/internal/memory/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateStorageConfig ¶
func ValidateStorageConfig(config *StorageConfig) error
Types ¶
type StorageConfig ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewStore ¶
func NewStore(config *StorageConfig) (*Store, error)
func (*Store) GetDatabase ¶
func (*Store) GetDatabaseWithContext ¶
type TestStore ¶
type TestStore struct {
// contains filtered or unexported fields
}
func NewTestStore ¶
func NewTestStore() *TestStore
func (*TestStore) GetDatabase ¶
func (*TestStore) GetDatabaseWithContext ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.