✨ init project
This commit is contained in:
17
router/example/enter.go
Normal file
17
router/example/enter.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package example
|
||||
|
||||
import (
|
||||
api "git.echol.cn/loser/lckt/api/v1"
|
||||
)
|
||||
|
||||
type RouterGroup struct {
|
||||
CustomerRouter
|
||||
FileUploadAndDownloadRouter
|
||||
AttachmentCategoryRouter
|
||||
}
|
||||
|
||||
var (
|
||||
exaCustomerApi = api.ApiGroupApp.ExampleApiGroup.CustomerApi
|
||||
exaFileUploadAndDownloadApi = api.ApiGroupApp.ExampleApiGroup.FileUploadAndDownloadApi
|
||||
attachmentCategoryApi = api.ApiGroupApp.ExampleApiGroup.AttachmentCategoryApi
|
||||
)
|
||||
Reference in New Issue
Block a user