package route import ( "opennamu/route/tool" ) func Api_list_page_view(config tool.Config) string { return "" }