callback.go 366 B

123456789101112
  1. package entity
  2. type CallBack struct {
  3. DataName string `json:"dataName"`
  4. DataSize string `json:"dataSize"`
  5. EquipmentNo string `json:"equipmentNo"`
  6. SecretKey string `json:"secretKey"`
  7. RosBagPath string `json:"rosBagPath"`
  8. FilePath string `json:"filePath"`
  9. TaskId string `json:"taskId"`
  10. TriggerId []string `json:"triggerId"`
  11. }