From 297c74004b69c0a61140311ea534ee7cf1af26e8 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 30 Aug 2018 17:04:55 +0300 Subject: [PATCH] remove not used structs --- v5/types.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/v5/types.go b/v5/types.go index 75437aa..7c195c7 100644 --- a/v5/types.go +++ b/v5/types.go @@ -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"`