Major update to the data service. Added gRPC and socket servers. Switched to using only a single go.mod at the root.
This commit is contained in:
6
services/data_service/internal/domain/message.go
Normal file
6
services/data_service/internal/domain/message.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package domain
|
||||
|
||||
type Message struct {
|
||||
Identifier Identifier
|
||||
Payload any
|
||||
}
|
||||
Reference in New Issue
Block a user