storer/internal/app/logrecords.go
2025-04-17 15:44:25 +03:00

11 lines
160 B
Go

package app
type InfoSvcStarted struct{}
type InfoSvcReady struct{}
type InfoSvcShutdown struct {
Signal string
}
type ErrorCanNotServe struct {
Err error
}