Documentation
¶
Overview ¶
Package kv contains "key-value" stores used for testing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnsafeMapKv ¶
type UnsafeMapKv struct {
// contains filtered or unexported fields
}
UnsafeMapKv is an unsafe key-value store implementation using a map for testing
func (*UnsafeMapKv) Delete ¶
func (m *UnsafeMapKv) Delete(key string) (bool, error)
Delete the value at key
Click to show internal directories.
Click to hide internal directories.