- package entity
- type CallBack struct {
- DataName string `json:"dataName"`
- DataSize string `json:"dataSize"`
- EquipmentNo string `json:"equipmentNo"`
- SecretKey string `json:"secretKey"`
- RosBagPath string `json:"rosBagPath"`
- FilePath string `json:"filePath"`
- TaskId string `json:"taskId"`
- TriggerId []string `json:"triggerId"`
- }
|