-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cache invalidation index #17
Conversation
Lines Of Code
|
Go API Changes# github.com/bool64/brick ## incompatible changes BaseLocator.CacheTransfer: removed BaseLocator.HTTPServiceOptions: changed from []func(s *github.com/swaggest/rest/web.Service, initialized bool) to []func(s *github.com/swaggest/rest/web.Service) MakeCacheOf: changed from func(*BaseLocator, string, time.Duration, ...func(cfg *github.com/bool64/cache.FailoverConfigOf[V])) *github.com/bool64/cache.FailoverOf[V] to func(interface{CtxdLogger() github.com/bool64/ctxd.Logger; StatsTracker() github.com/bool64/stats.Tracker}, string, time.Duration, ...func(cfg *github.com/bool64/cache.FailoverConfigOf[V])) *github.com/bool64/cache.FailoverOf[V] ## compatible changes (*BaseLocator).CacheInvalidationIndex: added (*BaseLocator).CacheTransfer: added # github.com/bool64/brick/debug ## incompatible changes github.com/go-chi/chi/v5.(*Mux).MethodNotAllowedHandler: changed from func() net/http.HandlerFunc to func(...github.com/go-chi/chi/v5.methodTyp) net/http.HandlerFunc ## compatible changes Config.Middlewares: added # summary Inferred base version: v0.2.1 Suggested version: v0.3.0 |
Unit Test Coveragetotal: (statements) 56.6% Coverage of changed lines
Coverage diff with base branchMissing base coverage file |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #17 +/- ##
==========================================
- Coverage 52.94% 51.62% -1.32%
==========================================
Files 10 11 +1
Lines 357 370 +13
==========================================
+ Hits 189 191 +2
- Misses 144 155 +11
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.