github.com/wfusion/gofusion@v1.1.14/common/infra/watermill/doc.go (about)

     1  // Package watermill fork from github.com/ThreeDotsLabs/watermill@v1.3.5
     2  //
     3  // Watermill is a Golang library for working efficiently with message streams.
     4  //
     5  // It is intended for building event driven applications,
     6  // enabling event sourcing, RPC over messages, sagas
     7  // and basically whatever else comes to your mind.
     8  //
     9  // You can use conventional pub/sub implementations
    10  // like Kafka or RabbitMQ, but also HTTP or MySQL binlog if that fits your use case.
    11  //
    12  // Website with detailed documentation: https://watermill.io/
    13  //
    14  // Getting started guide: https://watermill.io/docs/getting-started/
    15  package watermill