key

package
v0.0.0-...-72324ba Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2015 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Db

type Db interface {
	// 取得。
	Get() ([]jwk.Key, error)
}

自身の鍵の格納庫。

func NewFileDb

func NewFileDb(path string) Db

func NewMemoryDb

func NewMemoryDb(elems []jwk.Key) Db

func NewRedisCache

func NewRedisCache(base Db, pool *redis.Pool, tag string, expIn time.Duration) Db

Jump to

Keyboard shortcuts

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