mirror of
https://github.com/astaxie/beego.git
synced 2024-11-05 20:50:54 +00:00
10 lines
113 B
Go
10 lines
113 B
Go
|
package store
|
||
|
|
||
|
import (
|
||
|
"github.com/siddontang/ledisdb/store/driver"
|
||
|
)
|
||
|
|
||
|
type Slice interface {
|
||
|
driver.ISlice
|
||
|
}
|