Documentation
¶
Index ¶
- type Mailbox
- type Manager
- func (mng *Manager) CreateMailbox(ctx context.Context, mb *pbx3cxv1.Mailbox) error
- func (mng *Manager) DeleteMailbox(ctx context.Context, id string) error
- func (mng *Manager) TriggerSync(ctx context.Context, id string) error
- func (mng *Manager) UpdateMailbox(ctx context.Context, mb *pbx3cxv1.Mailbox) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailbox ¶
type Mailbox struct {
// contains filtered or unexported fields
}
Mailbox handles voicmails.
func NewMailboxSyncer ¶
func (*Mailbox) HandleMail ¶
HandleMail implements mailsync.MessageHandler.
type Manager ¶
func NewManager ¶
func (*Manager) CreateMailbox ¶
func (*Manager) DeleteMailbox ¶
func (*Manager) TriggerSync ¶ added in v1.6.1
Click to show internal directories.
Click to hide internal directories.