mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-04 07:03:09 +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"`
|
||
|
|
}
|