type MongoConf struct {
Uri string `mapstructure:"uri"`
MinPoolSize uint64 `mapstructure:"min_pool_size"`
MaxPoolSize uint64 `mapstructure:"max_pool_size"`
TimeoutSecs int `mapstructure:"timeout_secs"`
MaxConnIdleSecs int `mapstructure:"max_conn_idle_secs"`
}