Skip to content

Commit 5932b48

Browse files
committed
fix: correct Item interface
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent 3968a70 commit 5932b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/v1/kv/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package kv
1010
// Item represents a single KV entry
1111
type Item interface {
1212
Key() string
13-
Value() string
13+
Value() []byte
1414
Timeout() string
1515
}
1616

0 commit comments

Comments
 (0)