Archived
1
0
Fork 0

doc: Add comment on NvidiaFEParser (go-lint)

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2022-09-01 07:03:33 +02:00
parent 3b392700d3
commit 94eb400a28
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -33,6 +33,8 @@ var nvidiaCurrencies = map[string]string{
var supportedNvidiaGpus = []string{"RTX 3060 Ti", "RTX 3070", "RTX 3070 Ti", "RTX 3080", "RTX 3080 Ti", "RTX 3090", "RTX 3090 Ti"}
var supportedNvidiaFELocations = []string{"es", "fr", "it"}
// NvidiaFEParser to parse NVIDIA Founder Edition website parser
// Implements the Parser interface
type NvidiaFEParser struct {
location string
gpus []string