Versions in this module Expand all Collapse all v1 v1.0.0 Feb 19, 2019 Changes in this version + const DefaultTTL + var ErrNotFound = errors.New("store: item not found") + type Store interface + Add func(ctx context.Context, content string) (string, error) + Delete func(ctx context.Context, key string) error + Expire func(ctx context.Context) error + Get func(ctx context.Context, key string) (string, error) + func NewGDS() Store + func NewMemcache() Store