core/internal/app/logrecords.go

11 lines
160 B
Go
Raw Normal View History

2024-02-19 17:48:04 +00:00
package app
type InfoSvcStarted struct{}
type InfoSvcReady struct{}
type InfoSvcShutdown struct {
Signal string
}
type ErrorCanNotServe struct {
Err error
}