Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SmartPoolDir = getSmartPoolDir()
Functions ¶
This section is empty.
Types ¶
type GobFileStorage ¶
type GobFileStorage struct {
// contains filtered or unexported fields
}
func NewGobFileStorage ¶
func NewGobFileStorage() *GobFileStorage
func (*GobFileStorage) Load ¶
func (gfs *GobFileStorage) Load(data interface{}, id string) (interface{}, error)
func (*GobFileStorage) Persist ¶
func (gfs *GobFileStorage) Persist(data interface{}, id string) error
Click to show internal directories.
Click to hide internal directories.