Describe what this pull request does.
- List all steps necessary;
- To test this pull request.
This section contains a list of checklists for common uses, please delete the checklists that are useless for your current use case (or add another checklist if your use case isn't covered yet).
- Is there unit/integration test coverage for all new and/or changed functionality added in this PR?
- Have the changes in this PR been functionally tested?
- Have new components been added to the related
all.go
files? - Have new components been added to the documentation website?
- Has
make gofmt-write
been run on the code? - Has
make govet
been run on the code? Has the code been fixed accordingly to the output? - Have the changes been added to the CHANGELOG.md file?
- Have the steps in CONTRIBUTING.md been followed to update a Go module?