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 -}