storage

package
v0.0.0-...-64d0ec3 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Del

type Del struct {
	Key string
}

Del operator

type Exists

type Exists struct {
	Key string

	Result bool
}

Exists operator

type Get

type Get struct {
	Key string

	Result []byte
}

Get operator

type Keys

type Keys struct {
	Prefix string

	Result []string
}

Keys operator

type Set

type Set struct {
	Key   string
	Value []byte
}

Set operator

Jump to

Keyboard shortcuts

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