package core type Campaign struct { Targets *[]string HostName string ListeningPort int WebRoot string EmailTemplate string }