mirror of https://github.com/gophish/gophish
Merge branch 'master' into 1726-sending-improvements
commit
bcec68e2a9
|
@ -75,7 +75,7 @@ type CampaignStats struct {
|
||||||
// that occurs during the campaign
|
// that occurs during the campaign
|
||||||
type Event struct {
|
type Event struct {
|
||||||
Id int64 `json:"-"`
|
Id int64 `json:"-"`
|
||||||
CampaignId int64 `json:"-"`
|
CampaignId int64 `json:"campaign_id"`
|
||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
Time time.Time `json:"time"`
|
Time time.Time `json:"time"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
|
|
Loading…
Reference in New Issue