package
0.0.0-20240813083928-fead75b3339b
Repository: https://github.com/carbonable-labs/indexer.git
Documentation: pkg.go.dev

# README

dispatcher

Public interface in dispatcher.go

  • Publish(topic string, data []byte)
  • Subscribe(topic string, handler func(data []byte))

Implementations for nats & rabbitmq present in files with the same name.