Skip to content

Commit

Permalink
Link back journal.rb to docs/hooks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Mar 6, 2024
1 parent 7fe24d0 commit 1160f4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/flor/unit/journal.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# frozen_string_literal: true


module Flor

# As seen in docs/hooks.md
#
# ```ruby
# flor.hooker.add('journal', Flor::Journal)
# ```
#
#
# A Journal hook, receives only "consumed" messages and
# keeps a copy of all of them.
#
Expand Down

0 comments on commit 1160f4d

Please sign in to comment.