package
0.0.0-20250117083719-1039c2e470a6
Repository: https://github.com/kscaesar/go-layout.git
Documentation: pkg.go.dev

# Functions

Gather 代表的意思是, Producer 透過 多個 Reply 取得 多個 Message 的 response, 其中 Message 和 Reply 是 1 對 1 關聯.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMockProducer creates a new mock instance.
NewMux If routeDelimiter is an empty string, Message.RouteParam cannot be used.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Message represents a high-level abstraction data structure containing metadata (e.g.
MockProducer is a mock of Producer interface.
MockProducerMockRecorder is the mock recorder for MockProducer.
MockProducerSendCall wrap *gomock.Call.
MockProducerSendWithCtxCall wrap *gomock.Call.
Mux refers to a router or multiplexer, which can be used to handle different message.
Reply is used to push or pull a response.

# Interfaces

No description provided by the author
go:generate mockgen -typed -package=dataflow -destination=pubsub_mock.go github.com/KScaesar/go-layout/pkg/utility/dataflow Producer.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author