inmemory

package
v0.0.0-...-ecc908a Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

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

func New

func New() *DB

func (*DB) Del

func (i *DB) Del(key string) (bool, error)

func (*DB) Exists

func (i *DB) Exists(key string) (bool, error)

func (*DB) Get

func (i *DB) Get(key string) (interface{}, error)

func (*DB) Set

func (i *DB) Set(key string, value interface{}) error

Jump to

Keyboard shortcuts

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