We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb2b30 commit 2759873Copy full SHA for 2759873
hprose.go
@@ -6,7 +6,7 @@
6
| |
7
| hprose.go |
8
9
-| LastModified: Mar 7, 2022 |
+| LastModified: Feb 18, 2024 |
10
| Author: Ma Bingyao <[email protected]> |
11
12
\*________________________________________________________*/
@@ -195,10 +195,12 @@ var (
195
NewClientCodec = rpc.NewClientCodec
196
NewServiceCodec = rpc.NewServiceCodec
197
WithDebug = rpc.WithDebug
198
+ WithSimple = rpc.WithSimple
199
WithLongType = rpc.WithLongType
- WithMapType = rpc.WithMapType
200
WithRealType = rpc.WithRealType
201
- WithSimple = rpc.WithSimple
+ WithMapType = rpc.WithMapType
202
+ WithStructType = rpc.WithStructType
203
+ WithListType = rpc.WithListType
204
NewClient = rpc.NewClient
205
NewService = rpc.NewService
206
HTTPTransport = rpc.HTTPTransport
0 commit comments