26 lines
329 B
Go
26 lines
329 B
Go
package crawlerinputitemmapping
|
|
|
|
//import (
|
|
// "testing"
|
|
//
|
|
// "git.loafle.net/overflow/overflow_service/proxy/crawler"
|
|
//)
|
|
//
|
|
//func TestListCrawler(t *testing.T) {
|
|
//
|
|
//
|
|
//
|
|
// niin := NewCrawlerInputItemMappingService()
|
|
//
|
|
//
|
|
// cc := &crawler.Crawler{}
|
|
//
|
|
// cc.Id = "1";
|
|
//
|
|
// out := niin.List(cc)
|
|
//
|
|
//
|
|
// t.Log(out)
|
|
//
|
|
//}
|