Documentation ¶
Index ¶
Constants ¶
View Source
const (
DatabaseName = "teaweb" // 数据库名
)
Variables ¶
This section is empty.
Functions ¶
func BSONArrayBytes ¶
func BSONDecode ¶
func BSONDecode(value interface{}) (interface{}, error)
func RestartClient ¶
func RestartClient()
Types ¶
type Collection ¶
type Collection struct {
*mongo.Collection
}
集合定义
func (*Collection) CreateIndex ¶
func (this *Collection) CreateIndex(fields ...*shared.IndexField) error
创建索引
func (*Collection) CreateIndexes ¶ added in v0.1.7
func (this *Collection) CreateIndexes(fields ...[]*shared.IndexField) error
创建一组索引
Click to show internal directories.
Click to hide internal directories.