added a central constants package so we don't have to pull a provider if all we need is its name

This commit is contained in:
2026-09-21 15:26:57 +01:00
parent 263d3c29a3
commit 6ff4cc3014
3 changed files with 10 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
package constants
const (
IRacingProviderName = "iRacing"
BeamNGProviderName = "BeamNG.drive"
)