Versions in this module Expand all Collapse all v0 v0.20.0 Sep 5, 2025 v0.19.0 Sep 3, 2025 Changes in this version + const DiscordClientID + const TestUserAPIBaseURL + var BaseURL string + var DatabaseDSN string + var HS256Key []byte + var ServerPort int + var SetupStoreLocation string + func AssertGoldenFile(t *testing.T, testCaseName string, output []byte, removeUUIDs bool) error + func Bootstrap(ctx context.Context) error + func GenerateUserToken(user *entities.User, expiresAt time.Time) (string, error) + func GoldenFileName(t *testing.T, testCaseName string) string + func RegisterAveragePitTimeLoss(pitParamsMock *mocks.MockPitParameters, times int) + func RegisterGetAllServiceDurations(pitParamsMock *mocks.MockPitParameters, times int) + func RegisterGetPitTimeLoss(pitParamsMock *mocks.MockPitParameters, rc entities.RaceClass, ...) + func RegisterGetServiceDurations(pitParamsMock *mocks.MockPitParameters, rc entities.RaceClass, times int) + func RemoveUUIDs(data string) string + func Teardown() error + type ExpectedValidationError struct + Field string + Msg string + Value interface{}