6 lines
113 B
Go
6 lines
113 B
Go
package common
|
|
|
|
type MissingFlashpack struct {
|
|
VIN string
|
|
FlashPackVersion string // Equivalent to OS Version
|
|
} |