Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalStorage ¶
type LocalStorage struct {
// contains filtered or unexported fields
}
func NewLocalStorage ¶
func NewLocalStorage(directory string) (*LocalStorage, error)
func (*LocalStorage) Close ¶
func (obj *LocalStorage) Close() error
func (*LocalStorage) Exists ¶
func (obj *LocalStorage) Exists(key string) bool
func (*LocalStorage) RemoveItem ¶
func (obj *LocalStorage) RemoveItem(key string) error
func (*LocalStorage) SetItem ¶
func (obj *LocalStorage) SetItem(key string, data interface{}) error
Click to show internal directories.
Click to hide internal directories.