Files
crawlab/backend/entity/spider.go
2019-09-30 14:43:48 +08:00

7 lines
100 B
Go

package entity
type SpiderType struct {
Type string `json:"type"`
Count int `json:"count"`
}