gophish/models/attachment.go

9 lines
175 B
Go
Raw Normal View History

package models
type Attachment struct {
TemplateId string `json:"-"`
Content string `json:"content"`
Type string `json:"type"`
Name string `json:"name"`
}