package router import "kra/internal/server/router/system" var RouterGroupApp = new(RouterGroup) type RouterGroup struct { System system.RouterGroup }