This commit is contained in:
pasha1coil 2025-07-09 15:16:36 +03:00
parent 9ade0ce99a
commit 59747f9525

@ -1,10 +0,0 @@
package app
type InfoSvcStarted struct{}
type InfoSvcReady struct{}
type InfoSvcShutdown struct {
Signal string
}
type ErrorCanNotServe struct {
Err error
}