storer/internal/app/logrecords.go
pasha1coil beb37dd67a
Some checks failed
Deploy / CreateImage (push) Failing after 52s
Deploy / DeployService (push) Has been skipped
fix layout
2025-02-26 13:46:51 +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
}