-
-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
627 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
package data | ||
|
||
var Product = map[string][]string{ | ||
"category": { | ||
"electronics", "clothing", "home appliances", "furniture", | ||
"automotive parts", "beauty and personal care", "books", "sports equipment", | ||
"toys and games", "outdoor gear", "pet supplies", "kitchenware", | ||
"health and wellness", "tools and hardware", "office supplies", | ||
"baby products", "jewelry", "home decor", "musical instruments", | ||
"fitness equipment", "mobile phones", "computer accessories", "cameras and photography", | ||
"gardening supplies", "bedding and linens", "food and groceries", "party supplies", | ||
"craft and diy supplies", "camping gear", "watches", "luggage and travel accessories", | ||
"board games", "art supplies", "stationery", "bath and shower products", | ||
"sunglasses", "educational toys", "headphones and earbuds", "sneakers and athletic shoes", | ||
"coffee and tea products", "bicycles and accessories", "cookware", "cosmetics", | ||
"home improvement", "pet food", "laptop bags and cases", "home security systems", | ||
"musical accessories", "skincare products", "smart home devices", | ||
}, | ||
|
||
"adjective": { | ||
"bold", "swift", "pure", "smart", "fresh", | ||
"cool", "sharp", "zen", "bright", "quick", | ||
"robust", "sleek", "versatile", "innovative", "compact", | ||
"luxe", "modular", "precision", "stream", | ||
}, | ||
|
||
"name": { | ||
"phone", "laptop", "tablet", "watch", "camera", | ||
"headphones", "speaker", "drone", "car", "bike", | ||
"appliance", "gadget", "tool", "toy", "game", | ||
"computer", "console", "smartwatch", "fitness tracker", "smart home device", | ||
"robot", "router", "television", "smart speaker", "vr headset", | ||
"earbuds", "printer", "mouse", "keyboard", "monitor", | ||
"microwave", "blender", "vacuum", "fan", "toaster", | ||
"clock", "lamp", "shaver", "scale", "thermometer", | ||
"fridge", "oven", "mixer", "iron", "hair dryer", | ||
"fan", "scale", "thermostat", "router", "lightbulb", | ||
}, | ||
|
||
"feature": { | ||
"wireless", "smart", "eco-friendly", "advanced", "compact", | ||
"high-performance", "energy-efficient", "portable", "durable", "stylish", | ||
"touchscreen", "water-resistant", "noise-canceling", "voice-controlled", "ultra-lightweight", | ||
"multi-functional", "user-friendly", "fast-charging", "biometric", "gps-enabled", | ||
}, | ||
|
||
"material": { | ||
"titanium", "carbon", "alloy", "bamboo", "leather", | ||
"glass", "ceramic", "aluminum", "stainless", "wood", | ||
"plastic", "rubber", "silicon", "fabric", "paper", | ||
"gold", "silver", "brass", "copper", "bronze", | ||
"chrome", "marble", "granite", "porcelain", "plexiglass", | ||
"quartz", "felt", "suede", | ||
}, | ||
|
||
"suffix": { | ||
"tech", "pro", "x", "plus", "elite", | ||
"spark", "nexus", "nova", "fusion", "sync", | ||
"edge", "boost", "max", "link", "prime", | ||
"zoom", "pulse", "dash", "connect", "blaze", | ||
"quantum", "spark", "vertex", "core", "flux", | ||
"turbo", "shift", "wave", "matrix", | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.