go_service/pkg/global.go

13 lines
273 B
Go
Raw Permalink Normal View History

2022-09-07 12:55:55 +00:00
package helper
import (
"db_service/models"
"github.com/leesper/couchdb-golang"
)
// CdbServer is global couchdb server
var CdbServer *couchdb.Server
// Categories stores all categories and their weight
var Categories []models.CouchCategory = []models.CouchCategory{}