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

Method List

client/mailbox.go:24–29  ·  view source on GitHub ↗
(filter *ari.Key)

Source from the content-addressed store, hash-verified

22}
23
24func (m *mailbox) List(filter *ari.Key) ([]*ari.Key, error) {
25 return m.c.listRequest(&proxy.Request{
26 Kind: "MailboxList",
27 Key: filter,
28 })
29}
30
31func (m *mailbox) Data(key *ari.Key) (*ari.MailboxData, error) {
32 data, err := m.c.dataRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

listRequestMethod · 0.80

Tested by

no test coverage detected