forked from lug/matterbridge
		
	Change to lowercase JSON keys (api)
This commit is contained in:
		| @@ -16,15 +16,15 @@ const ( | |||||||
| ) | ) | ||||||
|  |  | ||||||
| type Message struct { | type Message struct { | ||||||
| 	Text      string | 	Text      string    `json:"text"` | ||||||
| 	Channel   string | 	Channel   string    `json:"channel"` | ||||||
| 	Username  string | 	Username  string    `json:"username"` | ||||||
| 	Avatar    string | 	Avatar    string    `json:"avatar"` | ||||||
| 	Account   string | 	Account   string    `json:"account"` | ||||||
| 	Event     string | 	Event     string    `json:"event"` | ||||||
| 	Protocol  string | 	Protocol  string    `json:"protocol"` | ||||||
| 	Gateway   string | 	Gateway   string    `json:"gateway"` | ||||||
| 	Timestamp time.Time | 	Timestamp time.Time `json:"timestamp"` | ||||||
| } | } | ||||||
|  |  | ||||||
| type ChannelInfo struct { | type ChannelInfo struct { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Wim
					Wim