1
0
mirror of https://github.com/retailcrm/api-client-go.git synced 2025-03-01 10:43:18 +03:00

remove not used structs

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

@ -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"`