Skip to content

Use consistent naming for remaining initialisms in internal/gitlab

Improve naming for initialisms ( #468 (closed)) in internal/gitlab. This MR is a follow-up of !1279 (merged) and includes the following changes:

  • Rename ProjectIdQueryParam to ProjectIDQueryParam in internal/gitlab
  • Rename ToApiProjectInfo to ToAPIProjectInfo in internal/gitlab
  • Rename ToApiAgentInfo to ToAPIAgentInfo in internal/gitlab
  • Rename ProtoJsonResponseHandlerWithErr ProtoJSONResponseHandlerWithErr in internal/gitlab
  • Rename ProtoJsonResponseHandlerWithStructuredErrReason to ProtoJSONResponseHandlerWithStructuredErrReason in internal/gitlab
  • Rename ProtoJsonResponseHandler to ProtoJSONResponseHandler in internal/gitlab
  • Rename JsonResponseHandler to JSONResponseHandler in internal/gitlab
  • Rename WithJsonRequestBody to WithJSONRequestBody in internal/gitlab
  • Rename WithProtoJsonRequestBody to WithProtoJSONRequestBody in internal/gitlab
  • Rename VerifyProjectAccessApiPath to VerifyProjectAccessAPIPath in internal/gitlab
  • Rename UsagePingApiPath to UsagePingAPIPath in internal/gitlab
  • Rename ProjectId to ProjectID in internal/gitlab
  • Rename UserId to UserID in internal/gitlab
  • Rename EventApiPath to EventAPIPath in internal/gitlab

Merge request reports