package core /** * 从命令行输入的相关信息 */ type Application interface { //启动整个应用 Start() }