Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
type
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
Consumer
internal/queue/internal/consumer.go
Calls
no outgoing calls
Tested by
no test coverage detected