mq: add service type mq

This commit is contained in:
singchia
2024-02-18 13:51:45 +08:00
parent 94483c254f
commit 16cbb7780b
8 changed files with 236 additions and 14 deletions

View File

@@ -3,5 +3,6 @@ package api
import "errors"
var (
ErrEdgeNotOnline = errors.New("edge not online")
ErrEdgeNotOnline = errors.New("edge not online")
ErrTopicNotOnline = errors.New("topic not online")
)