MCPcopy Create free account
hub / github.com/DoNewsCode/core / HealthCheckModule

Struct HealthCheckModule

srvgrpc/healthcheck.go:10–10  ·  view source on GitHub ↗

HealthCheckModule defines a grpc provider for container.Container.

Source from the content-addressed store, hash-verified

8
9// HealthCheckModule defines a grpc provider for container.Container.
10type HealthCheckModule struct{}
11
12// ProvideGRPC implements container.GRPCProvider
13func (h HealthCheckModule) ProvideGRPC(server *grpc.Server) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected