datastore

package
v0.0.0-...-9fb7119 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2017 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 Datastore

type Datastore interface {
	Save(userID int, cpf, pwd string) error
	Retrieve(userID int) (cpf, pwd string, err error)
	Close() error
}

Datastore stores data somewhere

func NewRedis

func NewRedis(url string) Datastore

NewRedis Datastore implementation

Jump to

Keyboard shortcuts

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