Bump github.com/go-acme/lego/v4 to v4.25.1
This commit is contained in:
parent
2cbd96e64c
commit
c0edcc09bb
5 changed files with 405 additions and 287 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue