storage

package
v0.0.0-...-30e37c6 Latest Latest
Warning

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

Go to latest
Published: May 26, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SimpleStorage

type SimpleStorage struct {
	// contains filtered or unexported fields
}

func NewSimpleStorage

func NewSimpleStorage() *SimpleStorage

func (*SimpleStorage) GetData

func (db *SimpleStorage) GetData() map[string]any

func (*SimpleStorage) Insert

func (db *SimpleStorage) Insert(key string, value any)

func (*SimpleStorage) Remove

func (db *SimpleStorage) Remove(key string)

func (*SimpleStorage) Search

func (db *SimpleStorage) Search(key string) (any, bool)

Jump to

Keyboard shortcuts

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