package helpers import ( "github.com/leesper/couchdb-golang" models "sarga_updater/trendyol_models" ) // CdbServer is global couchdb server var CdbServer *couchdb.Server // Categories stores all categories and their weight var Categories []models.CouchCategory = []models.CouchCategory{}