Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor string representation methods for 'Priority'
The 'FacilityStringFromPrio' and 'SeverityStringFromPrio' methods are refactored to match the 'fmt.Stringer' interface. This makes the code more idiomatic and reduces the need for specific switch cases to handle different scenarios, thus paving the way for improved code maintainability.
- Loading branch information