Home > database >  Global EventBus in GoLang
Global EventBus in GoLang

Time:04-25

I am trying to learn GO and in doing so trying different concepts. Right now I am trying a PubSub approach, but within the application. I have an enter image description here


Footnotes:
You may rename b.Receive() to b.Subscribe()
and a.Send() to a.Publish() for clarity.

See also enter image description here

  •  Tags:  
  • go
  • Related