7 lines
128 B
Go
7 lines
128 B
Go
package model
|
|
|
|
type Crawler struct {
|
|
Name string `json:"name,omitempty"`
|
|
Container string `json:"container,omitempty"`
|
|
}
|