mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-18 10:20:02 +00:00
8 lines
199 B
Go
8 lines
199 B
Go
package nodeprocessor
|
|
|
|
const (
|
|
outputKeyForCertificateValidity = "certificate.validity"
|
|
outputKeyForCertificateDaysLeft = "certificate.daysLeft"
|
|
outputKeyForNodeSkipped = "node.skipped"
|
|
)
|