Skip to content

Add godoc to executor entities

Lyubomir Raykov requested to merge add-godoc-executor into master

What does this MR do?

Adds godoc to endities and functions in common/executor.go It's a step towards having more through godoc across the codebase.

It would help engineers (both onboarding and external) orient themselves around the code and would give more meaning around the abstractions.

Why was this MR needed?

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited by Lyubomir Raykov

Merge request reports