package
Version:
v0.0.0-...-23bce59
Opens a new window with list of versions in this module.
Published: Oct 10, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Query(search interface{}) (condition bson.M, err error)
*
- 将结构体转为bson.M,去除空字段,避免零值
- search必须是查询的表的结构体,否则映射出的字段可能不是表中存在的字段
type Conf struct {
MongoURL string `yaml:mongoURL`
}
profile variables
Source Files
¶
Click to show internal directories.
Click to hide internal directories.