mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 17:31:55 +08:00
7 lines
146 B
Go
7 lines
146 B
Go
package nodeprocessor
|
|
|
|
const (
|
|
outputCertificateValidatedKey = "certificate.validated"
|
|
outputCertificateDaysLeftKey = "certificate.daysLeft"
|
|
)
|