Skip to content

Use consistent naming for initialisms in modserver module second follow-up

Improve naming for initialisms (#468 (closed)) in modserver module. This MR is a follow-up of !1254 (merged) and does not include all changes but only the following:

  • Rename RpcApiFactory to RPCAPIFactory in modserver module
  • Rename CommitId to CommitID in modserver module
  • Rename KasName to KASName in modserver module
  • Rename RegisterAgentApi to RegisterAgentAPI in modserver module
  • Regenrate mocks for renaming Api to API in modserver module
  • Rename ApiServer to APIServer in modserver module
  • Rename Api to API in modserver module

Merge request reports