package
0.0.0-20220822164348-1fb92f6f5a50
Repository: https://github.com/vardius/go-api-boilerplate.git
Documentation: pkg.go.dev

# README

commandbus GoDoc

Package commandbus provides command bus interfaces

Download:

go get -u github.com/vardius/go-api-boilerplate/pkg/commandbus

Package commandbus provides command bus interfaces

# Packages

No description provided by the author

# Interfaces

CommandBus allows to subscribe/dispatch commands Subscribing to the same command twice will unsubscribe previous handler command handler should be one to one.

# Type aliases

CommandHandler function.