mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-05-16 13:39:07 +02: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
|
|
}
|