storage

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

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

Storage ...

func NewStorage

func NewStorage(
	adaptors *adaptors.Adaptors) *Storage

NewStorage ...

func (*Storage) GetByName

func (s *Storage) GetByName(name string) (val []byte, err error)

GetByName ...

func (*Storage) Pop

func (s *Storage) Pop(name string) (val []byte, err error)

Pop ...

func (*Storage) Push

func (s *Storage) Push(name string, v string) (err error)

Push ...

func (*Storage) Search

func (s *Storage) Search(name string) (result map[string][]byte)

Search ...

func (*Storage) Serialize

func (s *Storage) Serialize()

Serialize ...

func (*Storage) Shutdown

func (s *Storage) Shutdown()

Shutdown ...

Jump to

Keyboard shortcuts

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