Added rabbitmqMailMessage struct
parent
0b3427b1e5
commit
22f0ef0c06
|
@ -0,0 +1,10 @@
|
||||||
|
package structs
|
||||||
|
|
||||||
|
import "encoding/json"
|
||||||
|
|
||||||
|
type RabbitmqMailMessage struct {
|
||||||
|
Mail string `json:"m"`
|
||||||
|
TemplateId int `json:"t"`
|
||||||
|
LanguageId int `json:"l"`
|
||||||
|
BodyData *json.RawMessage `json:"d"`
|
||||||
|
}
|
Loading…
Reference in New Issue