Scaffold new system

This commit is contained in:
2025-10-11 21:36:05 +08:00
parent fc37796026
commit 2e5fd96014
28 changed files with 33 additions and 3002 deletions

View File

@@ -1,7 +1,11 @@
// Package domain contains all key domain types
// Package domain
package domain
import "time"
type Message struct {
Identifier Identifier
Payload []byte
Payload []byte
SchemaID string
Seq uint64
Timestamp time.Time
}