package
0.0.0-20241214025824-d997f9529958
Repository: https://github.com/kelein/cookbook.git
Documentation: pkg.go.dev

# Structs

Computer of abstract.
IntelCPU CPU created by Intel.
IntelFactory create products of Intel.
IntelGPU GPU created by Intel.
IntelMemory Memory created by Intel.
KindstonCPU CPU created by Kindston.
KindstonGPU GPU created by Kindston.
KindstonRAM RAM created by Kindston.
KingstonFactory create products of Kindston.
NvidiaCPU CPU create by Nvidia.
NvidiaFactory create products of Nvidia.
NvidiaGPU GPU create by Nvidia.
NvidiaMemory memory by Nvidia.

# Interfaces

AbstractFactory create all kinds of products.
CPU for abstract.
GPU for abstract.
RAM for abstract.