mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-13 21:01:32 +08:00
7 lines
149 B
Go
7 lines
149 B
Go
package nodeprocessor
|
|
|
|
const (
|
|
outputKeyForCertificateValidity = "certificate.validity"
|
|
outputKeyForCertificateDaysLeft = "certificate.daysLeft"
|
|
)
|