Skip to content

User{Delete,Create}{Branch,Tag}: make the *Ruby and *Go methods private

Nothing calls these internal-only methods except the User{Create,Delete}{Branch,Tag} dispatcher. Let's make them private to make that obvious.

This is a trivial MR split off from !2911 (merged) since this improvement makes sense as a stand-alone patch.

Merge request reports