package v1 import ( "ln/nft/api/v1/app" "ln/nft/api/v1/example" "ln/nft/api/v1/system" ) type ApiGroup struct { SystemApiGroup system.ApiGroup ExampleApiGroup example.ApiGroup AppApiGroup app.ApiGroup } var ApiGroupApp = new(ApiGroup)