aboutsummaryrefslogtreecommitdiff
path: root/weed/mq/client/pub_client/publisher.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mq/client/pub_client/publisher.go')
-rw-r--r--weed/mq/client/pub_client/publisher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/mq/client/pub_client/publisher.go b/weed/mq/client/pub_client/publisher.go
index a0c26db36..d5176f21b 100644
--- a/weed/mq/client/pub_client/publisher.go
+++ b/weed/mq/client/pub_client/publisher.go
@@ -17,7 +17,7 @@ type PublisherConfiguration struct {
}
type PublishClient struct {
- mq_pb.SeaweedMessaging_PublishClient
+ mq_pb.SeaweedMessaging_PublishMessageClient
Broker string
Err error
}