Versions in this module Expand all Collapse all v0 v0.0.1 Aug 25, 2016 Changes in this version + type Storage struct + func NewStorage() *Storage + func Singel() *Storage + func (s *Storage) Add(key string, n int) + func (s *Storage) Count() int + func (s *Storage) DeleteData(key string) + func (s *Storage) GetData(key string) interface{} + func (s *Storage) GetInt(key string) int + func (s *Storage) GetInt64(key string) int64 + func (s *Storage) GetString(key string) string + func (s *Storage) SetData(key string, val interface{})