Versions in this module Expand all Collapse all v0 v0.0.1 May 19, 2021 Changes in this version + func NewLocalMemory() *memorySession + type Session interface + Close func(ctx context.Context) error + Delete func(ctx context.Context, key string) error + Get func(ctx context.Context, key string) (string, error) + Init func(ctx context.Context, setting map[string]interface{}) error + Put func(ctx context.Context, key string, value string) error