|
@@ -147,9 +147,6 @@ type Item struct {
|
|
|
// Value is the Item's value.
|
|
// Value is the Item's value.
|
|
|
Value []byte
|
|
Value []byte
|
|
|
|
|
|
|
|
- // Object is the Item's value for use with a Codec.
|
|
|
|
|
- Object interface{}
|
|
|
|
|
-
|
|
|
|
|
// Flags are server-opaque flags whose semantics are entirely
|
|
// Flags are server-opaque flags whose semantics are entirely
|
|
|
// up to the app.
|
|
// up to the app.
|
|
|
Flags uint32
|
|
Flags uint32
|