parseStreamingResponse is now unified for all objects under both versions
All checks were successful
test / test (push) Successful in 45s
All checks were successful
test / test (push) Successful in 45s
This commit is contained in:
parent
2909e0d1b4
commit
e38d7e84d5
12 changed files with 250 additions and 306 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue