mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-23 19:02:34 +02:00
Initial open source release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package database
|
||||
|
||||
// RecipientCampaignEventView is a view read-only model
|
||||
type RecipientCampaignEventView struct {
|
||||
CampaignEvent
|
||||
|
||||
Name string // event name
|
||||
CampaignName string
|
||||
}
|
||||
Reference in New Issue
Block a user