11 lines
160 B
Go
11 lines
160 B
Go
package app
|
|
|
|
type InfoSvcStarted struct{}
|
|
type InfoSvcReady struct{}
|
|
type InfoSvcShutdown struct {
|
|
Signal string
|
|
}
|
|
type ErrorCanNotServe struct {
|
|
Err error
|
|
}
|