mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
|
package service
|
||
|
|
||
|
import "context"
|
||
|
|
||
|
func (svc service) StatusResultStore(ctx context.Context) error {
|
||
|
return svc.resultStore.HealthCheck()
|
||
|
}
|