Updated model to parse config fields

This commit is contained in:
phoenix
2025-03-15 14:47:22 -04:00
parent 9b876d4741
commit b2c19e7f41
+2 -2
View File
@@ -39,11 +39,11 @@ func (msg Message) Print() {
}
type TwiloDetails struct {
AccountSID string `json:"account_sid"`
AccountSID string `json:"auth_sid"`
ServiceSID string `json:"service_sid"`
URI string `json:"uri"`
AuthToken string `json:"auth_token"`
Number string `json:"number"`
Number string `json:"phone_number"`
}
func (config TwiloDetails) PrintConfig() {