mirror of https://github.com/gophish/gophish
Temporarily removing campaign.Errors until I can find a better way to handle it.
parent
0431990e9e
commit
68b39cf6a3
|
@ -25,7 +25,6 @@ type Campaign struct {
|
|||
Events []Event `json:"timeline,omitemtpy"`
|
||||
SMTP SMTP `json:"smtp"`
|
||||
URL string `json:"url"`
|
||||
Errors []string `json:"errors,omitempty"`
|
||||
}
|
||||
|
||||
// ErrCampaignNameNotSpecified indicates there was no template given by the user
|
||||
|
|
Loading…
Reference in New Issue