added CaseIterable

Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
Matt Bruce 2025-01-20 18:26:00 -06:00
parent f664e81e5b
commit 5d8285935f

View File

@ -7,7 +7,7 @@
import Foundation import Foundation
/// These are the testing URL Endpoints for different states /// These are the testing URL Endpoints for different states
public enum EmployeeServiceMode { public enum EmployeeServiceMode: String, CaseIterable {
case production case production
case malformed case malformed
case empty case empty