lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
4.98k stars 533 forks source link

Update tan.go to export MultiplexedLogFactory #342

Open tylerwilliams opened 5 months ago

tylerwilliams commented 5 months ago

This makes MultiplexedLogFactory usable in the external API.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1d6e2d7) 84.49% compared to head (57533a4) 84.42%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #342 +/- ## ========================================== - Coverage 84.49% 84.42% -0.07% ========================================== Files 10 10 Lines 4280 4280 ========================================== - Hits 3616 3613 -3 - Misses 406 408 +2 - Partials 258 259 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tylerwilliams commented 1 month ago

@lni mind taking a look at this?