mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-05 10:11:02 +00:00
7 lines
182 B
Go
7 lines
182 B
Go
|
package common
|
||
|
|
||
|
// TODO: проверить правильность выбора типа
|
||
|
type ToDevice struct {
|
||
|
events []Event `json:"events` // List of send-to-device messages
|
||
|
}
|