init: initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
//"sundynix-go/api/v1/plant"
|
||||
"sundynix-go/api/v1/plant"
|
||||
"sundynix-go/api/v1/system"
|
||||
)
|
||||
|
||||
var ApiGroupApp = new(ApiGroup)
|
||||
|
||||
// ApiGroup 路由组
|
||||
type ApiGroup struct {
|
||||
SystemApiGroup system.ApiGroup
|
||||
PlantApiGroup plant.ApiGroup
|
||||
}
|
||||
Reference in New Issue
Block a user