Files
certimate/pkg/sdk3rd/proxmoxbs/models.go

9 lines
244 B
Go

package proxmoxbs
type CustomCertificate struct {
Certificates string `json:"certificates,omitempty"`
Force bool `json:"force,omitempty"`
Key string `json:"key,omitempty"`
Restart bool `json:"restart,omitempty"`
}