Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erhan Hayret
BulkMail
Commits
625e8b1d
Commit
625e8b1d
authored
May 25, 2022
by
Erhan
Browse files
[chore]
parent
71bdc985
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GOProjects/Data/Models/Mail.go
View file @
625e8b1d
...
@@ -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"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment