storage

package
v0.0.0-...-2369477 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2020 License: MIT Imports: 2 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 interface {
	Find(key string) (*[]string, error)
	GetAll(param string) (*[]string, error)
	New(key string, data interface{}) error
	Get(param string) (*string, error)
}

Storage

func NewStorage

func NewStorage(kv *redis.Client) Storage

NewStorage

Jump to

Keyboard shortcuts

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