Data gets the current state of the mailbox
(key *Key)
| 11 | |
| 12 | // Data gets the current state of the mailbox |
| 13 | Data(key *Key) (*MailboxData, error) |
| 14 | |
| 15 | // Update updates the state of the mailbox, or creates if does not exist |
| 16 | Update(key *Key, oldMessages int, newMessages int) error |
no outgoing calls
no test coverage detected