MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / Mailbox

Method Mailbox

client/client.go:449–451  ·  view source on GitHub ↗

Mailbox is the mailbox accessor

()

Source from the content-addressed store, hash-verified

447
448// Mailbox is the mailbox accessor
449func (c *Client) Mailbox() ari.Mailbox {
450 return &mailbox{c}
451}
452
453// Playback is the media playback accessor
454func (c *Client) Playback() ari.Playback {

Callers 9

TestMailboxListFunction · 0.80
TestMailboxDeleteFunction · 0.80
TestMailboxUpdateFunction · 0.80
TestMailboxDataFunction · 0.80
mailboxDataMethod · 0.80
mailboxGetMethod · 0.80
mailboxDeleteMethod · 0.80
mailboxListMethod · 0.80
mailboxUpdateMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestMailboxListFunction · 0.64
TestMailboxDeleteFunction · 0.64
TestMailboxUpdateFunction · 0.64
TestMailboxDataFunction · 0.64