first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"sundynix-go/service/system"
|
||||
)
|
||||
|
||||
var GroupApp = new(Group)
|
||||
|
||||
type Group struct {
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
}
|
||||
Reference in New Issue
Block a user