mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-20 18:07:59 +00:00
refactor: clean code
This commit is contained in:
8
internal/pkg/sdk3rd/bunny/models.go
Normal file
8
internal/pkg/sdk3rd/bunny/models.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package bunnysdk
|
||||
|
||||
type AddCustomCertificateRequest struct {
|
||||
Hostname string `json:"Hostname"`
|
||||
PullZoneId string `json:"-"`
|
||||
Certificate string `json:"Certificate"`
|
||||
CertificateKey string `json:"CertificateKey"`
|
||||
}
|
Reference in New Issue
Block a user