From cf46424f50dfd0929c151ce2e2e26c36a552ac5a Mon Sep 17 00:00:00 2001 From: Sovran_Systems <99053422+naturallaw777@users.noreply.github.com> Date: Sat, 4 Apr 2026 09:30:27 -0500 Subject: [PATCH] Delete path/to directory --- path/to/service_model.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 path/to/service_model.js diff --git a/path/to/service_model.js b/path/to/service_model.js deleted file mode 100644 index a1c8c78..0000000 --- a/path/to/service_model.js +++ /dev/null @@ -1,15 +0,0 @@ -// Update the service data model to include requiresDomain and domain status fields. - -class Service { - String name; - boolean requiresDomain; - DomainStatus domainStatus; -} - -// Enum to represent domain status health checks for services -enum DomainStatus { - MISSING, - MISCONFIGURED, - CONNECTED, - UNKNOWN -} \ No newline at end of file