- Remove unnecessary types
authorjw_wonny.cha <jw_wonny.cha@samsung.com>
Thu, 28 Mar 2019 12:38:36 +0000 (21:38 +0900)
committerjw_wonny.cha <jw_wonny.cha@samsung.com>
Thu, 28 Mar 2019 12:38:36 +0000 (21:38 +0900)
src/servicemgr/types.go

index 0ef70d3..e0867ee 100644 (file)
@@ -42,17 +42,3 @@ type StatusNotification struct {
        ServiceID uint64 `json:"ServiceID"`
        Status    string `json:"Status"`
 }
-
-// // ServiceReturnInfo structure
-// type ServiceReturnInfo struct {
-//     ServiceID   uint64 `json:"ServiceID"`
-//     ServiceName string `json:"ServiceName"`
-//     Status      string `json:"Status"`
-//     DeviceIP    string `json:"DeviceIP"`
-// }
-
-// //AppReturnInfo structure
-// type AppReturnInfo struct {
-//     AppName     string              `json:"AppName"`
-//     ServiceList []ServiceReturnInfo `json:"ServiceList"`
-// }