Skip to content

Commit

Permalink
Merge pull request #44 from G-Core/feature/CDI-440-remove-deprecated-…
Browse files Browse the repository at this point in the history
…le-api-endpoints-and-fields

CDI-440: remove deprecated Let's Encrypt fields
  • Loading branch information
andrei-lukyanchyk authored Jan 30, 2024
2 parents b3e2891 + 76870c1 commit 340eab7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ type CreateRequest struct {
SecondaryHostnames []string `json:"secondaryHostnames,omitempty"`
SSlEnabled bool `json:"sslEnabled"`
SSLData int `json:"sslData,omitempty"`
SSLAutomated bool `json:"ssl_automated"`
IssueLECert bool `json:"le_issue,omitempty"`
Options *gcore.Options `json:"options,omitempty"`
}

Expand All @@ -52,7 +50,6 @@ type UpdateRequest struct {
SecondaryHostnames []string `json:"secondaryHostnames"`
SSlEnabled bool `json:"sslEnabled"`
SSLData int `json:"sslData,omitempty"`
SSLAutomated bool `json:"ssl_automated"`
Options *gcore.Options `json:"options,omitempty"`
}

Expand All @@ -71,7 +68,6 @@ type Resource struct {
Shielded bool `json:"shielded"`
SSlEnabled bool `json:"sslEnabled"`
SSLData int `json:"sslData"`
SSLAutomated bool `json:"ssl_automated"`
OriginProtocol Protocol `json:"originProtocol"`
Options *gcore.Options `json:"options"`
}

0 comments on commit 340eab7

Please sign in to comment.