bilibili-backup/app/admin/openplatform/sug/dao/redis_test.go
2019-04-22 02:59:20 +00: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) {
}