Skip to content

Commit 2759873

Browse files
committed
Update hprose.go
1 parent 9fb2b30 commit 2759873

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hprose.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

0 commit comments

Comments
 (0)