Skip to content
Snippets Groups Projects
Commit d57d8853 authored by AlexStocks's avatar AlexStocks
Browse files

Mod: add comment for Invoker interface

parent 7d745308
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment