Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliveryState ¶
type DeliveryState uint8
const ( DeliveryStatePending DeliveryState = iota DeliveryStateSent DeliveryStateFailed )
type Model ¶
type Recipient ¶
type Recipient struct {
Name string
Address string
State DeliveryState
}
Click to show internal directories.
Click to hide internal directories.