Compare commits

...

13 Commits

Author SHA1 Message Date
wb-wzc505509 d9c5d0857b add SetErrMsg to SDKError 2020-07-03 13:21:52 +08:00
wb-wzc505509 852924e5df fix the error caused by omitempty 2020-06-22 13:03:43 +08:00
wenzuochao 4c13582572 support validate minLength minimum maxmum 2020-05-13 14:31:45 +08:00
wenzuochao d3a7dc916c fix error 2020-05-11 12:44:54 +08:00
wenzuochao 8817d0e413 supoort MapValuePointer 2020-05-09 14:25:17 +08:00
wenzuochao da2886ab11 modify map value type 2020-05-08 10:57:55 +08:00
wenzuochao 3618315947 support pointer 2020-04-20 17:27:21 +08:00
wenzuochao 28a4a7b309 fixToMapError 2020-04-13 14:10:07 +08:00
wenzuochao 4d8a89852b fixToMapError 2020-04-03 10:26:35 +08:00
wenzuochao 60574a9378 modify tomap 2020-04-03 10:17:26 +08:00
wenzuochao 2a388c0108 update checkMaxLength 2020-03-20 15:21:05 +08:00
wenzuochao 268f040e48 modify checkMaxLength 2020-03-20 13:05:33 +08:00
wenzuochao b56effc83d modify host 2020-03-12 11:17:26 +08:00
3 changed files with 414 additions and 222 deletions
+2
View File
@@ -1,5 +1,7 @@
module github.com/alibabacloud-go/tea
go 1.14
require (
github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
+264 -138
View File
File diff suppressed because it is too large Load Diff
+148 -84
View File
File diff suppressed because it is too large Load Diff