package controllers type UserController struct { BaseAuthController } type UserCommonController struct { BaseCommonController }