Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Area = bson.M{ "name": "area", "index": []mongo.IndexModel{ { bson.D{ {"province_id", 1}, }, options.Index(), }, { bson.D{ {"city_id", 1}, }, options.Index(), }, }, } )
View Source
var ( City = bson.M{ "name": "city", "index": []mongo.IndexModel{ { bson.D{ {"province_id", 1}, }, options.Index(), }, }, } )
View Source
var ( Country = bson.M{ "name": "country", "index": []mongo.IndexModel{}, } )
View Source
var ( Province = bson.M{ "name": "province", "index": []mongo.IndexModel{}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.