✨ init project
This commit is contained in:
13
service/enter.go
Normal file
13
service/enter.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/xiecheng_server/service/example"
|
||||
"git.echol.cn/loser/xiecheng_server/service/system"
|
||||
)
|
||||
|
||||
var ServiceGroupApp = new(ServiceGroup)
|
||||
|
||||
type ServiceGroup struct {
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
ExampleServiceGroup example.ServiceGroup
|
||||
}
|
||||
Reference in New Issue
Block a user