Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct { Id string `json:"id"` Name string `json:"name"` Domains []string `json:"domains"` Partition string `json:"partition"` NotBefore auto.TimeLabel `json:"not_before"` NotAfter auto.TimeLabel `json:"not_after"` Updater auto.Label `json:"updater" aolabel:"user"` UpdateTime auto.TimeLabel `json:"update_time,omitempty"` }
func FromModel ¶
func FromModel(c *certificate.Certificate) *Certificate
Click to show internal directories.
Click to hide internal directories.