9 lines
243 B
Go
Raw Permalink Normal View History

2025-06-11 12:20:19 +02:00
package model
// Deprecated : is no longer maintained for modules in V1
type TaskMessage struct {
Name string `json:"name"`
State string `json:"state"`
Payload map[string]interface{} `json:"payload"`
}