rename functions

This commit is contained in:
chrislu
2024-01-05 17:10:43 -08:00
parent d9bd343055
commit d0d24f1e40
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ type PublisherConfiguration struct {
}
type PublishClient struct {
mq_pb.SeaweedMessaging_PublishClient
mq_pb.SeaweedMessaging_PublishMessageClient
Broker string
Err error
}