Andrei Avram
Results
2
issues of
Andrei Avram
Iterate all entries in cache with a given callback with signature `f func(k, v []byte) error`. Iteration stops if error is returned from callback. **Outdated:** Retrieves cached keys by regex...
I've added support for multiple apps repositories. Multiple independent apps can live in the same repository and share some packages. A structure example: /apps/app1 /apps/app2 /packages/pkg1 /packages/pkg2 The apps can...