diff --git a/protocol/invoker.go b/protocol/invoker.go
index 3ca370479cbe2255f26628b855b11b07396f1b6d..91814e27e634a8be0a58bc6811bb68dd9861fd8d 100644
--- a/protocol/invoker.go
+++ b/protocol/invoker.go
@@ -26,7 +26,7 @@ import (
 	"github.com/apache/dubbo-go/common/logger"
 )
 
-// Invoker ...
+// Invoker the service invocation interface for the consumer
 //go:generate mockgen -source invoker.go -destination mock/mock_invoker.go  -self_package github.com/apache/dubbo-go/protocol/mock --package mock  Invoker
 // Extension - Invoker
 type Invoker interface {