File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 66| |
77| hprose.go |
88| |
9- | LastModified: Mar 7, 2022 |
9+ | LastModified: Feb 18, 2024 |
1010| Author: Ma Bingyao <[email protected] > | 1111| |
1212\*________________________________________________________*/
@@ -195,10 +195,12 @@ var (
195195 NewClientCodec = rpc .NewClientCodec
196196 NewServiceCodec = rpc .NewServiceCodec
197197 WithDebug = rpc .WithDebug
198+ WithSimple = rpc .WithSimple
198199 WithLongType = rpc .WithLongType
199- WithMapType = rpc .WithMapType
200200 WithRealType = rpc .WithRealType
201- WithSimple = rpc .WithSimple
201+ WithMapType = rpc .WithMapType
202+ WithStructType = rpc .WithStructType
203+ WithListType = rpc .WithListType
202204 NewClient = rpc .NewClient
203205 NewService = rpc .NewService
204206 HTTPTransport = rpc .HTTPTransport
You can’t perform that action at this time.
0 commit comments