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