Skip to content

Commit 5b424a1

Browse files
committed
resolved all the bugs in cli
1 parent 85a62e0 commit 5b424a1

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

api/deployment.go

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -131,31 +131,7 @@ type VerifySmtpConfigSchema struct {
131131
type VerifySmtpConfigError struct {
132132
Description string `json:"description"`
133133
Message string `json:"message"`
134-
}
135-
136-
type SmtpConfigSchema struct {
137-
FromEmailId string `json:"FromEmailId"`
138-
FromName string `json:"FromName"`
139-
IsSsl bool `json:"IsSsl"`
140-
Key string `json:"Key"`
141-
Password string `json:"Password"`
142-
Provider string `json:"provider"`
143-
Secret string `json:"Secret"`
144-
SmtpHost string `json:"SmtpHost"`
145-
SmtpPort int `json:"SmtpPort"`
146-
UserName string `json:"UserName"`
147-
}
148-
149-
type VerifySmtpConfigSchema struct {
150-
SmtpConfigSchema
151-
EmailId string `json:"emailId"`
152-
Message string `json:"message"`
153-
Subject string `json:"subject"`
154-
}
155134

156-
type VerifySmtpConfigError struct {
157-
Description string `json:"description"`
158-
Message string `json:"message"`
159135
}
160136

161137
func GetSites() (*SitesReponse, error) {

0 commit comments

Comments
 (0)