sds-go-bindings/sds/types.go
2025-04-15 17:07:47 +03:00

9 lines
159 B
Go

package sds
type MessageID string
type UnwrappedMessage struct {
Message *[]byte `json:"message"`
MissingDeps *[]MessageID `json:"missingDeps"`
}