sarga_updater/helpers/global.go

13 lines
293 B
Go
Raw Normal View History

2023-05-03 08:07:34 +00:00
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{}