Documentation ¶ Index ¶ func NewFile(opts impl.Opts) (impl.Impl, error) type File func (f *File) Close() error func (f *File) Del(k string) error func (f *File) Get(k string, v interface{}) error func (f *File) Keys() ([]string, error) func (f *File) Set(k string, v interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewFile ¶ func NewFile(opts impl.Opts) (impl.Impl, error) Types ¶ type File ¶ type File struct { // contains filtered or unexported fields } func (*File) Close ¶ func (f *File) Close() error func (*File) Del ¶ func (f *File) Del(k string) error func (*File) Get ¶ func (f *File) Get(k string, v interface{}) error func (*File) Keys ¶ func (f *File) Keys() ([]string, error) func (*File) Set ¶ func (f *File) Set(k string, v interface{}) error Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.