expire nodes with a custom timestamp (#2828)

This commit is contained in:
Andrey
2025-11-01 09:09:13 +02:00
committed by GitHub
parent 456a5d5cce
commit f9bb88ad24
16 changed files with 191 additions and 25 deletions

View File

@@ -27,9 +27,7 @@ const (
NodeGivenNameTrimSize = 2
)
var (
invalidDNSRegex = regexp.MustCompile("[^a-z0-9-.]+")
)
var invalidDNSRegex = regexp.MustCompile("[^a-z0-9-.]+")
var (
ErrNodeNotFound = errors.New("node not found")