Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilePersist ¶
type FilePersist struct {
// contains filtered or unexported fields
}
func NewFilePersist ¶
func NewFilePersist(path string) *FilePersist
func (*FilePersist) Get ¶
func (fp *FilePersist) Get(v interface{}) error
func (*FilePersist) Set ¶
func (fp *FilePersist) Set(v interface{}) error
Click to show internal directories.
Click to hide internal directories.