Merge pull request #15 from gwinn/master

remove not used structs
This commit is contained in:
Alex Lushpai 2018-08-30 17:06:20 +03:00 committed by GitHub
commit 433e4c14ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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