Skip to content

Commit

Permalink
Update hprose.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Feb 18, 2024
1 parent 9fb2b30 commit 2759873
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions hprose.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| |
| hprose.go |
| |
| LastModified: Mar 7, 2022 |
| LastModified: Feb 18, 2024 |
| Author: Ma Bingyao <andot@hprose.com> |
| |
\*________________________________________________________*/
Expand Down Expand Up @@ -195,10 +195,12 @@ var (
NewClientCodec = rpc.NewClientCodec
NewServiceCodec = rpc.NewServiceCodec
WithDebug = rpc.WithDebug
WithSimple = rpc.WithSimple
WithLongType = rpc.WithLongType
WithMapType = rpc.WithMapType
WithRealType = rpc.WithRealType
WithSimple = rpc.WithSimple
WithMapType = rpc.WithMapType
WithStructType = rpc.WithStructType
WithListType = rpc.WithListType
NewClient = rpc.NewClient
NewService = rpc.NewService
HTTPTransport = rpc.HTTPTransport
Expand Down

0 comments on commit 2759873

Please sign in to comment.