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
71bdc985
Commit
71bdc985
authored
May 25, 2022
by
Erhan
Browse files
[chore]
parent
8802f2ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GOProjects/Data/Models/Mail.go
View file @
71bdc985
...
@@ -6,9 +6,9 @@ import(
...
@@ -6,9 +6,9 @@ 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"`
SenderEmailPsw
string
`json:"senderEmailPsw" bson:"sender_email_psw"`
SenderEmailPsw
string
`json:"senderEmailPsw" bson:"sender_email_psw"`
ArriveEmails
[]
string
`json:"arriveEmails" bson:"arrive_emails"`
ArriveEmails
[]
string
`json:"arriveEmails" bson:"arrive_emails"`
}
}
\ No newline at end of file
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