优化日志

This commit is contained in:
boyce
2024-04-25 17:04:42 +08:00
parent c6ade7d3e1
commit 81625635ba
5 changed files with 13 additions and 19 deletions

View File

@@ -81,7 +81,7 @@ type INatsConnListener interface {
type IDiscoveryServiceListener interface {
OnDiscoveryService(nodeId string, serviceName []string)
OnUnDiscoveryService(nodeId string)
OnUnDiscoveryService(nodeId string, serviceName []string)
}
type CancelRpc func()