settings

package
v0.0.0-...-6dbf283 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2015 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 DatabaseStore

type DatabaseStore struct {
	Db  *orm.Db    `inject:""`
	Aes *utils.Aes `inject:""`
}

func (*DatabaseStore) Get

func (p *DatabaseStore) Get(key string, val interface{}) error

func (*DatabaseStore) Set

func (p *DatabaseStore) Set(key string, val interface{}, encrypt bool) error

type Store

type Store interface {
	Set(key string, val interface{}, encrypt bool) error
	Get(key string, val interface{}) error
}

Jump to

Keyboard shortcuts

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