go-common/app/admin/openplatform/sug/dao/redis_test.go
2019-04-22 18:49:16 +08:00

20 lines
192 B
Go

package dao
import "testing"
func TestDao_DelSug(t *testing.T) {
}
func TestDao_SetItem(t *testing.T) {
}
func TestDao_SetSug(t *testing.T) {
}
func TestDao_DelItem(t *testing.T) {
}