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

10 lines
113 B
Go
Raw Normal View History

2018-11-09 04:37:28 +00:00
package store
import (
"github.com/siddontang/ledisdb/store/driver"
)
type Slice interface {
driver.ISlice
}