Documentation
¶
Index ¶
- type Item
- type Provider
- func (p Provider) Batch(entries []*goukv.Entry) error
- func (p Provider) Close() error
- func (p Provider) Delete(k []byte) error
- func (p Provider) Get(k []byte) ([]byte, error)
- func (p Provider) Open(dsn *goukv.DSN) (goukv.Provider, error)
- func (p Provider) Put(e *goukv.Entry) error
- func (p Provider) Scan(opts goukv.ScanOpts) error
- func (p Provider) TTL(k []byte) (*time.Time, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.