package pack import "go_dreamfactory/modules" type ( IPack interface { modules.IModule } IConfigure_Comp interface { } )