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

Method Enqueue

src/blobcache/queues.go:102–102  ·  view source on GitHub ↗

Insert adds the messages to the end of the queue.

(ctx context.Context, q Handle, msgs []Message)

Source from the content-addressed store, hash-verified

100 Dequeue(ctx context.Context, q Handle, buf []Message, opts DequeueOpts) (int, error)
101 // Insert adds the messages to the end of the queue.
102 Enqueue(ctx context.Context, q Handle, msgs []Message) (*InsertResp, error)
103}
104
105type SubcriptionAPI interface {

Callers 1

QueueAPIFunction · 0.65

Implementers 6

Clientsrc/bchttp/client.go
Servicesrc/blobcachecmd/service.go
Servicesrc/bclocal/bclocal.go
Systemsrc/bccore/bccore.go
Servicesrc/bcremote/bcremote.go
Clientsrc/bcipc/client.go

Calls

no outgoing calls

Tested by

no test coverage detected