package
Version:
v0.0.0-...-4b57445
Opens a new window with list of versions in this module.
Published: Aug 25, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SignedCertificate struct {
ID int64 `gorm:"primaryKey"`
NotBefore time.Time
NotAfter time.Time
Issuer pkix.Name `gorm:"serializer:json"`
Subject pkix.Name `gorm:"serializer:json"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.