Added BaseMessages with messageid
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ type ProtoMessage struct {
|
||||
type ProtoMessagePayload struct {
|
||||
Name string `json:"name"`
|
||||
DataType string `json:"type"`
|
||||
ArrayLength int `json:"array,omitempty"`
|
||||
ArrayLength int `json:"array,omitempty"` // optional falls kein array
|
||||
}
|
||||
|
||||
type Proto struct {
|
||||
|
||||
Reference in New Issue
Block a user