mirror of
https://github.com/certimate-go/certimate.git
synced 2026-09-17 22:57:22 +08:00
7 lines
146 B
Go
7 lines
146 B
Go
package nodeprocessor
|
|
|
|
const (
|
|
outputCertificateValidatedKey = "certificate.validated"
|
|
outputCertificateDaysLeftKey = "certificate.daysLeft"
|
|
)
|