Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Done-0/gin-scaffold
/ Subscribe
Method
Subscribe
internal/queue/queue.go:23–23 ·
view source on GitHub ↗
(topics []string)
Source
from the content-addressed store, hash-verified
21
// Consumer defines the interface for Kafka message consumption
22
type
Consumer
interface
{
23
Subscribe(topics []string) error
24
Close() error
25
}
26
Callers
nothing calls this directly
Implementers
1
Consumer
internal/queue/internal/consumer.go
Calls
no outgoing calls
Tested by
no test coverage detected