1
0
Fork 0

Bump github.com/go-acme/lego/v4 to v4.25.1

This commit is contained in:
Ludovic Fernandez 2025-07-24 09:54:05 +02:00 committed by GitHub
parent 2cbd96e64c
commit c0edcc09bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 405 additions and 287 deletions

View file

@ -64,6 +64,10 @@ func newGRPCServer(healthSequence ...healthpb.HealthCheckResponse_ServingStatus)
return gRPCService
}
func (s *GRPCServer) List(_ context.Context, _ *healthpb.HealthListRequest) (*healthpb.HealthListResponse, error) {
return nil, nil
}
func (s *GRPCServer) Check(_ context.Context, _ *healthpb.HealthCheckRequest) (*healthpb.HealthCheckResponse, error) {
if s.status.IsEmpty() {
s.done()