Files
crawlab/backend/entity/spider.go
2019-09-30 16:35:36 +08:00

7 lines
124 B
Go

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