mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
9 lines
159 B
Go
9 lines
159 B
Go
package sds
|
|
|
|
type MessageID string
|
|
|
|
type UnwrappedMessage struct {
|
|
Message *[]byte `json:"message"`
|
|
MissingDeps *[]MessageID `json:"missingDeps"`
|
|
}
|