重构代码结构与认证体系,集成异步任务消费者
This commit is contained in:
@@ -35,10 +35,11 @@ type cloud struct {
|
||||
|
||||
var Cloud CloudClient
|
||||
|
||||
func initBaiyin() {
|
||||
func initBaiyin() error {
|
||||
Cloud = &cloud{
|
||||
url: env.BaiyinAddr,
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type AutoConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user