package controller import "appNewPlatform/controller/common" type ApiEmpty struct { CommonApi common.ApiMethod } var ApiInlet = new(ApiEmpty)