1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-24 03:46:37 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Pubsub
# Events
* [Kafka](https://github.com/go-kratos/kafka)

View File

@ -1,4 +1,4 @@
package pubsub
package event
import (
"context"