Documentation ¶
Index ¶
- Variables
- func Debug(uuid uuid.UUID, message string)
- func Debugf(uuid uuid.UUID, format string, args ...interface{})
- func Error(uuid uuid.UUID, message string)
- func Errorf(uuid uuid.UUID, format string, args ...interface{})
- func Info(uuid uuid.UUID, message string)
- func Infof(uuid uuid.UUID, format string, args ...interface{})
- type ReadOptions
- type Store
- type WriteOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NotFoundError = leveldb_errors.ErrNotFound
)
View Source
var (
Writer io.Writer = os.Stdout
)
Functions ¶
Types ¶
type ReadOptions ¶ added in v0.2.0
type ReadOptions = opt.ReadOptions
type Store ¶ added in v0.2.0
type Store interface { Get(key []byte, ro *ReadOptions) (value []byte, err error) Has(key []byte, ro *ReadOptions) (ret bool, err error) Put(key, value []byte, wo *WriteOptions) error Close() error }
type WriteOptions ¶ added in v0.2.0
type WriteOptions = opt.WriteOptions
Directories ¶
Path | Synopsis |
---|---|
Package mock_logger is a generated GoMock package.
|
Package mock_logger is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.