Files
go-emlid/reach/client/protocol/v1/model/message.go

9 lines
243 B
Go
Raw Normal View History

2025-05-27 16:22:36 +02:00
package model
2025-06-11 10:32:50 +02:00
// Deprecated : is no longer maintained for modules in V1
2025-05-27 16:22:36 +02:00
type TaskMessage struct {
Name string `json:"name"`
State string `json:"state"`
Payload map[string]interface{} `json:"payload"`
}