feat: new deployment provider: apisix
This commit is contained in:
12
internal/pkg/sdk3rd/apisix/models.go
Normal file
12
internal/pkg/sdk3rd/apisix/models.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package apisix
|
||||
|
||||
type UpdateSSLRequest struct {
|
||||
ID string `json:"-"`
|
||||
Cert *string `json:"cert,omitempty"`
|
||||
Key *string `json:"key,omitempty"`
|
||||
SNIs *[]string `json:"snis,omitempty"`
|
||||
Type *string `json:"type,omitempty"`
|
||||
Status *int32 `json:"status,omitempty"`
|
||||
}
|
||||
|
||||
type UpdateSSLResponse struct{}
|
||||
Reference in New Issue
Block a user