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

Struct Mailbox

client/native/mailbox.go:11–13  ·  view source on GitHub ↗

Mailbox provides the ARI Mailbox accessors for the native client

Source from the content-addressed store, hash-verified

9
10// Mailbox provides the ARI Mailbox accessors for the native client
11type Mailbox struct {
12 client *Client
13}
14
15// Get gets a lazy handle for the mailbox name
16func (m *Mailbox) Get(key *ari.Key) *ari.MailboxHandle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected