🎉 初始化项目
This commit is contained in:
15
server/service/enter.go
Normal file
15
server/service/enter.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/st/server/service/app"
|
||||
"git.echol.cn/loser/st/server/service/example"
|
||||
"git.echol.cn/loser/st/server/service/system"
|
||||
)
|
||||
|
||||
var ServiceGroupApp = new(ServiceGroup)
|
||||
|
||||
type ServiceGroup struct {
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
ExampleServiceGroup example.ServiceGroup
|
||||
AppServiceGroup app.AppServiceGroup
|
||||
}
|
||||
Reference in New Issue
Block a user