You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
491 B
20 lines
491 B
package app
|
|
|
|
import "ln/nft/service"
|
|
|
|
type ApiGroup struct {
|
|
BaseApi
|
|
ArtsApi
|
|
// Code generated by ln/nft Begin; DO NOT EDIT.
|
|
|
|
AppBannersApi
|
|
AppHerbsNApi
|
|
// Code generated by ln/nft End; DO NOT EDIT.
|
|
}
|
|
|
|
var (
|
|
userService = service.ServiceGroupApp.AppServiceGroup.UserService
|
|
jwtService = service.ServiceGroupApp.SystemServiceGroup.JwtService
|
|
fileUploadAndDownloadService = service.ServiceGroupApp.ExampleServiceGroup.FileUploadAndDownloadService
|
|
)
|