1
0
mirror of synced 2024-11-21 20:46:05 +03:00

update data types

This commit is contained in:
Alex Lushpai 2018-06-01 17:57:14 +03:00
parent 1f73c0bf53
commit 1034b7e62a

View File

@ -116,16 +116,3 @@ type TransportRequestMeta struct {
ID uint64 `json:"id"`
Timestamp int64 `json:"timestamp"`
}
// ActivityCallback activation callback
type ActivityCallback struct {
ClientId string `json:"clientId"`
Activity Activity `json:"activity"`
SystemUrl string `json:"systemUrl,omitempty"`
}
// Activity struct
type Activity struct {
Active bool `json:"active"`
Freeze bool `json:"freeze"`
}