Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Add initial implementation of the NATS notifier #15

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Dec 20, 2022

This adds a simple implementation of a NATS notifier driver that takes
in a NATS connection and notifies on directory events.

Closes #10

Signed-off-by: Juan Antonio Osorio juan.osoriorobles@eu.equinix.com

This adds a simple implementation of a NATS notifier driver that takes
in a NATS connection and notifies on directory events.

Closes #10

Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Merging #15 (f857ad8) into main (ddb6593) will increase coverage by 0.79%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   88.26%   89.05%   +0.79%     
==========================================
  Files           3        4       +1     
  Lines         426      457      +31     
==========================================
+ Hits          376      407      +31     
  Misses         42       42              
  Partials        8        8              
Flag Coverage Δ
unittests 89.05% <100.00%> (+0.79%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
notifier/nats/nats.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JAORMX JAORMX merged commit 3456fe7 into main Dec 20, 2022
@JAORMX JAORMX deleted the nats-notifier branch December 20, 2022 08:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add NATS queue notifier implementation
1 participant