This contribution updates the codebase to use go-thousandeyes/v2. It includes changes for:
using pointers for every json-tagged field
using bool instead of int for binary-valued fields
general documentation updates
gofmt
Edit: I've attempted to fix the workflow by bumping to 1.17 but it's still failing. I've noticed that it was already failing before, so I believe it's unrelated to these changes. I'll fix it on a new pull request.
This contribution updates the codebase to use go-thousandeyes/v2. It includes changes for:
json
-tagged fieldbool
instead ofint
for binary-valued fieldsgofmt
Edit: I've attempted to fix the workflow by bumping to 1.17 but it's still failing. I've noticed that it was already failing before, so I believe it's unrelated to these changes. I'll fix it on a new pull request.