Skip to content

Do not use pointer for Mutex

What does this MR do?

This MR is meant to fix a issue discussed in MR !434 (merged): !434 (comment 522916031).

The Gitlab struct does use a pointer to a sync.RWMutex. I refactored the code to change that and also added a test to for the GetDomain() method where the mutex is primarily used to verify that the change works.

TODO

Closes #555 (closed)

Edited by Jaime Martinez

Merge request reports