We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e28eb5 commit a700397Copy full SHA for a700397
ziface/iclient.go
@@ -33,4 +33,5 @@ type IClient interface {
33
StartHeartBeatWithOption(time.Duration, *HeartBeatOption) //启动心跳检测(自定义回调)
34
GetLengthField() *LengthField
35
SetDecoder(IDecoder)
36
+ AddInterceptor(Interceptor)
37
}
ziface/iserver.go
@@ -36,4 +36,5 @@ type IServer interface {
38
39
40
0 commit comments