added the send sms response model
This commit is contained in:
5
models/send_sms_response.go
Normal file
5
models/send_sms_response.go
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
type SendSMSResponse struct {
|
||||||
|
Invitee string `json:"invitee"`
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user