Commit 625e8b1d authored by Erhan's avatar Erhan
Browse files

[chore]

parent 71bdc985
...@@ -5,7 +5,7 @@ import( ...@@ -5,7 +5,7 @@ import(
) )
type Mail struct { type Mail struct {
Id primitive.ObjectID `json:"id,omitempty" bson:"_id"` Id primitive.ObjectID `json:"id,omitempty" bson:"_id"`
MailSubject string `json:"mailSubject" bson:"mail_subject"` MailSubject string `json:"mailSubject" bson:"mail_subject"`
MailText string `json:"mailText" bson:"mail_test"` MailText string `json:"mailText" bson:"mail_test"`
SenderEmail string `json:"senderEmail" bson:"sender_email"` SenderEmail string `json:"senderEmail" bson:"sender_email"`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment