OWNERS 1.7 KB

12345678910111213141516171819202122232425
  1. # Ownership by go packages
  2. swarm
  3. ├── api ─────────────────── ethersphere
  4. ├── bmt ─────────────────── @zelig
  5. ├── dev ─────────────────── @lmars
  6. ├── fuse ────────────────── @jmozah, @holisticode
  7. ├── grafana_dashboards ──── @nonsense
  8. ├── metrics ─────────────── @nonsense, @holisticode
  9. ├── network ─────────────── ethersphere
  10. │ ├── bitvector ───────── @zelig, @janos, @gbalint
  11. │ ├── priorityqueue ───── @zelig, @janos, @gbalint
  12. │ ├── simulations ─────── @zelig
  13. │ └── stream ──────────── @janos, @zelig, @gbalint, @holisticode, @justelad
  14. │ ├── intervals ───── @janos
  15. │ └── testing ─────── @zelig
  16. ├── pot ─────────────────── @zelig
  17. ├── pss ─────────────────── @nolash, @zelig, @nonsense
  18. ├── services ────────────── @zelig
  19. ├── state ───────────────── @justelad
  20. ├── storage ─────────────── ethersphere
  21. │ ├── encryption ──────── @gbalint, @zelig, @nagydani
  22. │ ├── mock ────────────── @janos
  23. │ └── feed ────────────── @nolash, @jpeletier
  24. └── testutil ────────────── @lmars