update serializing

This commit is contained in:
matst80
2024-11-08 14:11:26 +01:00
parent 4cc41bcec6
commit a2fd5ad62f
5 changed files with 123 additions and 297 deletions

6
message-types.go Normal file
View File

@@ -0,0 +1,6 @@
package main
const (
AddRequestType = 1
AddItemType = 2
)