From 59747f9525d95eaa7e28f1c73d9a8c062236ab00 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Wed, 9 Jul 2025 15:16:36 +0300 Subject: [PATCH] - --- app/logrecords.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/logrecords.go diff --git a/app/logrecords.go b/app/logrecords.go deleted file mode 100644 index 0dbaf96..0000000 --- a/app/logrecords.go +++ /dev/null @@ -1,10 +0,0 @@ -package app - -type InfoSvcStarted struct{} -type InfoSvcReady struct{} -type InfoSvcShutdown struct { - Signal string -} -type ErrorCanNotServe struct { - Err error -}