(logingURL, version string, casClient *biz.CASClientUseCase, bootstrap *conf.Bootstrap)
| 37 | } |
| 38 | |
| 39 | func NewStatusService(logingURL, version string, casClient *biz.CASClientUseCase, bootstrap *conf.Bootstrap) *StatusService { |
| 40 | return &StatusService{loginURL: logingURL, version: version, casClient: casClient, bootstrap: bootstrap} |
| 41 | } |
| 42 | |
| 43 | // Only on readiness probes we check this service external dependencies |
| 44 | func (s *StatusService) Statusz(ctx context.Context, r *pb.StatuszRequest) (*pb.StatuszResponse, error) { |
no outgoing calls
no test coverage detected