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