package main type GlobalConf struct { MongoBase MgoConf MongoStd MgoConf } type MgoConf struct { Host string DB string Coll string // 查询表 Username string Password string Size int Direct bool }