Skip to content
/ golang Public

public collection of my golang utility packages

License

Notifications You must be signed in to change notification settings

donpark/golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Usable but not yet documented nor commented so read the code to figure out how to use them.

Packages

named

Simple package used to managed named objects.

msgbus

Lightweight pub/sub message bus. I typically use them to limit component dependency using message-based interface.

Message bus topics are used to isolate different types of messages to their own channel.

msgbus.named

Manages named message buses for loosely wiring process-wide components without discovery and life-cycle issues.

I typically use named message buses for broadcasting app events and bridging external messages.

About

public collection of my golang utility packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages