mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-22 18:32:20 +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
|
||
|
}
|