Documentation ¶
Index ¶
- type 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{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.