MCPcopy Create free account
hub / github.com/Atsika/aznet / DeleteHandshake

Method DeleteHandshake

azqueue.go:107–114  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

105}
106
107type queueDriver struct {
108 ep *Endpoint
109 client *azqueue.ServiceClient
110 cfg *Config
111
112 handshakeQueue, tokenQueue *azqueue.QueueClient
113 receipts sync.Map // connID -> messageID:popReceipt
114}
115
116func (p *queueDriver) PostHandshake(ctx context.Context, connID string, msg []byte) error {
117 _, err := p.handshakeQueue.EnqueueMessage(ctx, base64.StdEncoding.EncodeToString(msg), nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected