Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBroker ¶
type IBroker interface { Enqueue(ctx context.Context, data map[string]any) error Dequeue(ctx context.Context, channel, topic string, do CallBack) }
IBroker main job
type IBrokerFactory ¶
IBroker main job
type IDeadLetter ¶
IBroker main job
type IMigrateLog ¶
IMigrateLog migrate redis log to other db for example: to mongodb
type IProcessLog ¶
IProcessLog process log
Click to show internal directories.
Click to hide internal directories.