Files
crawlab/core/entity/data_field.go
2024-06-14 15:42:50 +08:00

7 lines
118 B
Go

package entity
type DataField struct {
Key string `json:"key" bson:"key"`
Type string `json:"type" bson:"type"`
}