mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
remove not used structs
This commit is contained in:
parent
ef3c201eb7
commit
297c74004b
@ -939,13 +939,6 @@ type Element struct {
|
|||||||
Ordering int `json:"ordering,omitempty"`
|
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
|
// Activity struct
|
||||||
type Activity struct {
|
type Activity struct {
|
||||||
Active bool `json:"active"`
|
Active bool `json:"active"`
|
||||||
|
Loading…
Reference in New Issue
Block a user