chore(v1): deprecated
This commit is contained in:
8
reach/client/protocol/v1/model/message.go
Normal file
8
reach/client/protocol/v1/model/message.go
Normal file
@ -0,0 +1,8 @@
|
||||
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"`
|
||||
}
|
Reference in New Issue
Block a user