parseStreamingResponse is now unified for all objects under both versions
All checks were successful
test / test (push) Successful in 45s

This commit is contained in:
Manuel Ganter 2025-11-14 16:00:43 +01:00
parent 2909e0d1b4
commit e38d7e84d5
No known key found for this signature in database
12 changed files with 250 additions and 306 deletions

View file

@ -28,7 +28,7 @@ clean:
# Lint the code
lint:
golangci-lint run
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.2 run
# Run all checks (generate, test, lint)
check: test lint