service userdata enter added
This commit is contained in:
parent
f5b6329e99
commit
8133d286a4
@ -3,11 +3,13 @@ package service
|
|||||||
import (
|
import (
|
||||||
"bygdata/service/example"
|
"bygdata/service/example"
|
||||||
"bygdata/service/system"
|
"bygdata/service/system"
|
||||||
|
"bygdata/service/userdata"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ServiceGroupApp = new(ServiceGroup)
|
var ServiceGroupApp = new(ServiceGroup)
|
||||||
|
|
||||||
type ServiceGroup struct {
|
type ServiceGroup struct {
|
||||||
SystemServiceGroup system.ServiceGroup
|
SystemServiceGroup system.ServiceGroup
|
||||||
ExampleServiceGroup example.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