issues
search
sublinks
/
sublinks-federation
Federation service for Sublinks
MIT License
11
stars
4
forks
source link
feat: refactor to use interfaces
#35
Closed
devanbenz
closed
9 months ago
devanbenz
commented
10 months ago
RFC:
By setting up the http server to allow for interface injection we can make it easier to unit test the queue system
Setting up logger as an interface makes it more extensible
github-actions[bot]
commented
10 months ago
Go test coverage: 2.7% for commit c64e257858c1173bcd200e48b090d46fab1e36a5
View coverage for all packages
```diff # Package Name | Coverage + sublinks/sublinks-federation/internal/lemmy | 2.7% ```
devanbenz
commented
10 months ago
Made updates!
RFC: