store

package
v0.0.0-...-6019785 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStore

func NewStore(storeType string)

Types

type Store

type Store interface {
	Delete(token string) (err error)
	Find(token string) (b []byte, found bool, err error)
	Save(token string, b []byte) (err error)
}

func GetStore

func GetStore() Store

Directories

Path Synopsis
stores

Jump to

Keyboard shortcuts

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