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

Method mailboxDelete

server/mailbox.go:35–37  ·  view source on GitHub ↗
(ctx context.Context, reply string, req *proxy.Request)

Source from the content-addressed store, hash-verified

33}
34
35func (s *Server) mailboxDelete(ctx context.Context, reply string, req *proxy.Request) {
36 s.sendError(reply, s.ari.Mailbox().Delete(req.Key))
37}
38
39func (s *Server) mailboxList(ctx context.Context, reply string, req *proxy.Request) {
40 list, err := s.ari.Mailbox().List(nil)

Callers

nothing calls this directly

Calls 3

sendErrorMethod · 0.95
MailboxMethod · 0.80
DeleteMethod · 0.45

Tested by

no test coverage detected