Add Iroquois/Powow API mocking entrypoint

This commit is contained in:
2020-12-22 15:00:42 +01:00
parent d9a6c14041
commit 9b90eaf240
12 changed files with 358 additions and 91 deletions

View File

@ -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{}