MCPcopy Create free account
hub / github.com/blobcache/blobcache / Queue

Struct Queue

src/internal/backend/remotebe/queue.go:16–22  ·  view source on GitHub ↗

Queue is a remote queue.

Source from the content-addressed store, hash-verified

14
15// Queue is a remote queue.
16type Queue struct {
17 sys *System
18 n bcp.Asker
19 ep blobcache.Endpoint
20 h blobcache.Handle
21 cfg blobcache.QueueConfig
22}
23
24func NewQueue(sys *System, node bcp.Asker, ep blobcache.Endpoint, h blobcache.Handle, cfg blobcache.QueueConfig) *Queue {
25 return &Queue{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected