diff --git a/hprose.go b/hprose.go index 8a56179..2bbe6d1 100644 --- a/hprose.go +++ b/hprose.go @@ -6,7 +6,7 @@ | | | hprose.go | | | -| LastModified: Mar 7, 2022 | +| LastModified: Feb 18, 2024 | | Author: Ma Bingyao | | | \*________________________________________________________*/ @@ -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