package db type Vendor struct { ID string `bson:"vendorID"` Name string `bson:"name"` PermissionLevel int `bson:"permissionLevel"` Key string `bson:"key"` }