fleet/server/service/service_status.go

8 lines
141 B
Go
Raw Normal View History

package service
import "context"
func (svc service) StatusResultStore(ctx context.Context) error {
return svc.resultStore.HealthCheck()
}