Skip to content

Rename tunnelsByAgentId, tunnelsByAgentIdHashKey, findRequestsByAgentId, findRequestsForAgentId to ensure consistency for initialisms/acronyms

As it is suggested in #468 (closed) to handle the issue in multiple MRs, this MR does not include all of the needed renamings, but only the following:

  • Rename findRequestsForAgentId to findRequestsForAgentID

  • Rename findRequestsByAgentId to findRequestsByAgentID

  • Rename tunnelsByAgentIdHashKey to tunnelsByAgentIDHashKey

  • Rename tunnelsByAgentId to tunnelsByAgentID

See https://go.dev/wiki/CodeReviewComments#initialisms for more information.

Merge request reports