model

package
v0.0.0-...-e47413e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2015 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JSONAttachment

type JSONAttachment struct {
	Id       int    `json:"id"`
	FileName string `json:"fileName"`
}

type JSONMailItem

type JSONMailItem struct {
	Id              int              `json:"id"`
	DateSent        string           `json:"dateSent"`
	FromAddress     string           `json:"fromAddress"`
	ToAddresses     []string         `json:"toAddresses"`
	Subject         string           `json:"subject"`
	XMailer         string           `json:"xmailer"`
	Body            string           `json:"body"`
	ContentType     string           `json:"contentType"`
	AttachmentCount int              `json:"attachmentCount"`
	Attachments     []JSONAttachment `json:"attachments"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL