service userdata enter added
This commit is contained in:
parent
f5b6329e99
commit
8133d286a4
@ -3,11 +3,13 @@ package service
|
||||
import (
|
||||
"bygdata/service/example"
|
||||
"bygdata/service/system"
|
||||
"bygdata/service/userdata"
|
||||
)
|
||||
|
||||
var ServiceGroupApp = new(ServiceGroup)
|
||||
|
||||
type ServiceGroup struct {
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
ExampleServiceGroup example.ServiceGroup
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
ExampleServiceGroup example.ServiceGroup
|
||||
UserdataServiceGroup userdata.ServiceGroup
|
||||
}
|
||||
|
||||
5
service/userdata/enter.go
Normal file
5
service/userdata/enter.go
Normal file
@ -0,0 +1,5 @@
|
||||
package userdata
|
||||
|
||||
type ServiceGroup struct {
|
||||
StatsService
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user