MCPcopy Create free account
hub / github.com/Done-0/gin-scaffold / Close

Method Close

internal/queue/queue.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22type Consumer interface {
23 Subscribe(topics []string) error
24 Close() error
25}
26
27// Handler defines the interface for message processing

Callers

nothing calls this directly

Implementers 1

Consumerinternal/queue/internal/consumer.go

Calls

no outgoing calls

Tested by

no test coverage detected