Versions in this module Expand all Collapse all v1 v1.8.6 Apr 23, 2018 v1.8.5 Apr 23, 2018 Changes in this version + type AESEncryptedStorage struct + func NewAESEncryptedStorage(filename string, key []byte) *AESEncryptedStorage + func (s *AESEncryptedStorage) Get(key string) string + func (s *AESEncryptedStorage) Put(key, value string) + type EphemeralStorage struct + func (s *EphemeralStorage) Get(key string) string + func (s *EphemeralStorage) Put(key, value string) + type Storage interface + Get func(key string) string + Put func(key, value string) + func NewEphemeralStorage() Storage