mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-03-20 09:13:55 +00:00
10 lines
189 B
Go
10 lines
189 B
Go
package database
|
|
|
|
// RecipientCampaignEventView is a view read-only model
|
|
type RecipientCampaignEventView struct {
|
|
CampaignEvent
|
|
|
|
Name string // event name
|
|
CampaignName string
|
|
}
|