1
0
mirror of https://github.com/astaxie/beego.git synced 2024-10-01 15:21:49 +00:00
Beego/vendor/github.com/siddontang/ledisdb/store/slice.go

10 lines
113 B
Go
Raw Normal View History

2018-07-30 04:05:51 +00:00
package store
import (
"github.com/siddontang/ledisdb/store/driver"
)
type Slice interface {
driver.ISlice
}