1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-16 09:48:28 +02:00

rename pubsub to event (#795)

This commit is contained in:
Tony Chen
2021-03-20 16:59:47 +08:00
committed by GitHub
parent dc9c808e02
commit 6f2f48eae1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Pubsub
# Events
* [Kafka](https://github.com/go-kratos/kafka)
+1 -1
View File
@@ -1,4 +1,4 @@
package pubsub
package event
import (
"context"