package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 12, 2021
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CertificateRequest struct {
Att string `form:"att" binding:"required"`
IntAtt string `form:"intAtt" binding:"required"`
}
type Config struct {
HTTP *HTTP `yaml:"http"`
}
type HTTP struct {
Address string `yaml:"address"`
}
type RevokeRequest struct {
Reason pki.CRLReason `form:"reason" binding:"omitempty,oneof=KeyCompromise AffiliationChanged Superseded Unspecified"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.