Browse Source

拆分调用路径上的代码;增加创建Bucket接口

gitlink
Sydonian 2 years ago
parent
commit
572f921502
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.go

+ 1
- 1
main.go View File

@@ -14,7 +14,7 @@ import (

"google.golang.org/grpc"

rasvr "gitlink.org.cn/cloudream/rabbitmq/server"
rasvr "gitlink.org.cn/cloudream/rabbitmq/server/agent"
)

// TODO 此数据是否在运行时会发生变化?


Loading…
Cancel
Save