mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 21:19:51 +00:00
7 lines
149 B
Go
7 lines
149 B
Go
package nodeprocessor
|
|
|
|
const (
|
|
outputKeyForCertificateValidity = "certificate.validity"
|
|
outputKeyForCertificateDaysLeft = "certificate.daysLeft"
|
|
)
|