package
1.4.0
Repository: https://github.com/pojol/braid-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Interfaces

IChannel 信道,topic的消费队列.
IClient rpc-client interface.
IDiscover discover interface.
IElector election interface.
ILinkCache 链路缓存,主要用于维护 token 和多个相关联的服务进程之间的关系 +---parent----------+ | | | +--child----+ | | | | | | | token ..
No description provided by the author
IPubsub 发布-订阅,管理集群中的所有 Topic.
IServer rpc-server interface.
ITopic 话题,消息对象.

# Type aliases

Handler 消息到达的函数句柄.