MCPcopy
hub / github.com/zeromicro/go-zero / MessageQueue

Interface MessageQueue

core/queue/messagequeue.go:4–7  ·  view source on GitHub ↗

A MessageQueue interface represents a message queue.

Source from the content-addressed store, hash-verified

2
3// A MessageQueue interface represents a message queue.
4type MessageQueue interface {
5 Start()
6 Stop()
7}

Callers

nothing calls this directly

Implementers 12

defaultExprtools/goctl/api/parser/g4/ast/ast.go
serviceImpltools/goctl/quickstart/micro.go
ServiceGroupcore/service/servicegroup.go
mockedServicecore/service/servicegroup_test.go
Queuecore/queue/queue.go
pyroscopeProfilerinternal/profiling/profiling.go
mockProfilerinternal/profiling/profiling_test.go
mcpServerImplmcp/server.go
mockMcpServermcp/server_test.go
RpcServerzrpc/server.go
Serverrest/server.go
Servergateway/server.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…