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