Add Iroquois/Powow API mocking entrypoint
This commit is contained in:
@ -6,6 +6,7 @@ type SMS struct {
|
||||
ID int `storm:"id,increment"`
|
||||
Body string
|
||||
Seen bool `storm:"index"`
|
||||
From string
|
||||
Recipient string
|
||||
SentAt time.Time
|
||||
Metadata map[string]interface{}
|
||||
|
Reference in New Issue
Block a user