go-common/app/admin/openplatform/sug/dao/redis_test.go

20 lines
192 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
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) {
}