MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewStatusService

Function NewStatusService

app/artifact-cas/internal/service/status.go:33–35  ·  view source on GitHub ↗
(version string, providers backend.Providers)

Source from the content-addressed store, hash-verified

31}
32
33func NewStatusService(version string, providers backend.Providers) *StatusService {
34 return &StatusService{version: version, providers: providers}
35}
36
37func (s *StatusService) Statusz(_ context.Context, _ *pb.StatuszRequest) (*pb.StatuszResponse, error) {
38 return &pb.StatuszResponse{}, nil

Callers 4

TestInfozFunction · 0.92
TestStatuszFunction · 0.92
NewGRPCServerFunction · 0.92
NewHTTPServerFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestInfozFunction · 0.74
TestStatuszFunction · 0.74