1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-02-04 18:21:53 +02:00
go-micro/store/item.go

7 lines
69 B
Go
Raw Normal View History

2015-01-13 23:31:27 +00:00
package store
type Item interface {
Key() string
Value() []byte
}