model

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2022 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 SenderMessage

type SenderMessage struct {
	Date     time.Time `json:"date"`
	Subject  string    `json:"subject"`
	Category string    `json:"category"`
}

type SenderReport

type SenderReport struct {
	CompanyName             string `json:"company_name"`
	Email                   string `json:"email"`
	UnsubscribeLink         string `json:"unsubscribe_link"`
	UnsubscribeLinkOneClick bool   `json:"unsubscribe_link_oneclick"`
	UnsubscribeEmail        string `json:"unsubscribe_email"`

	LatestMessage SenderMessage `json:"latest_message"`
	MessageCount  int64         `json:"count"`
}

Jump to

Keyboard shortcuts

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