remove not used structs

This commit is contained in:
Alex Lushpai 2018-08-30 17:04:55 +03:00
parent ef3c201eb7
commit 297c74004b

View File

@ -939,13 +939,6 @@ type Element struct {
Ordering int `json:"ordering,omitempty"`
}
// 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"`