Skip to content

Commit

Permalink
修改fastFinish接口
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Feb 14, 2023
1 parent 611f96b commit c1fd4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eocontext/grpc-context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type IGrpcContext interface {
InsecureCertificateVerify(bool)
// Invoke grpc调用
Invoke(address string, timeout time.Duration) error
FastFinish()
FastFinish() error
}

type IRequest interface {
Expand Down

0 comments on commit c1fd4d7

Please sign in to comment.