From 48df607c14a5b02f85f6c337e0d8ca79d9910b1e Mon Sep 17 00:00:00 2001 From: pippo Date: Tue, 9 Oct 2018 15:55:12 +0800 Subject: [PATCH] fix deadlinetime type --- clients/cdb/data_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cdb/data_types.go b/clients/cdb/data_types.go index 4120864..88b3fc3 100644 --- a/clients/cdb/data_types.go +++ b/clients/cdb/data_types.go @@ -300,7 +300,7 @@ type InstanceInfo struct { AutoRenew int64 `json:"AutoRenew"` CdbError int64 `json:"CdbError"` CreateTime string `json:"CreateTime"` - DeadlineTime time.Time `json:"DeadlineTime"` + DeadlineTime string `json:"DeadlineTime"` DeployMode int64 `json:"DeployMode"` DeviceType string `json:"DeviceType"` DrInfo []*DrInfo `json:"DrInfo"`