response

package
v0.0.0-...-17e35b8 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MailCollectionResponse

type MailCollectionResponse struct {
	MailItems    []mailitem.MailItem `json:"mailItems"`
	TotalPages   int                 `json:"totalPages"`
	TotalRecords int                 `json:"totalRecords"`
}

A MailCollectionResponse is sent in response to getting a collection of mail items.

type MailCountResponse

type MailCountResponse struct {
	MailCount int `json:"mailCount"`
}

MailCountResponse is used to report the number of mail items in storage.

type MailItemResponse

type MailItemResponse struct {
	MailItem mailitem.MailItem `json:"mailItem"`
}

A MailItemResponse is sent in response to a request for a single mail item

Jump to

Keyboard shortcuts

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