This is an automated email from the ASF dual-hosted git repository. gaoxingcun pushed a commit to branch reconfiguration_scheduling in repository https://gitbox.apache.org/repos/asf/hertzbeat-collector-go.git
commit d3e4b1679caa4ebb6103207ac1cabe4d42179d13 Author: yuluo-yx <[email protected]> AuthorDate: Sun Aug 31 21:46:18 2025 +0800 comment Signed-off-by: yuluo-yx <[email protected]> --- pkg/collector/common/transport/transport.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/collector/common/transport/transport.go b/pkg/collector/common/transport/transport.go index 923553f..8040073 100644 --- a/pkg/collector/common/transport/transport.go +++ b/pkg/collector/common/transport/transport.go @@ -6,6 +6,8 @@ import ( "hertzbeat.apache.org/hertzbeat-collector-go/pkg/logger" ) +// RemotingService interface: copy java netty +// todo ? type RemotingService interface { Start() error Shutdown() error --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
