aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/OWNERS
blob: 774cd7db9de507b3d54f043b6dd0435db60e1a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ownership by go packages

swarm
├── api ─────────────────── ethersphere
├── bmt ─────────────────── @zelig
├── dev ─────────────────── @lmars
├── fuse ────────────────── @jmozah, @holisticode
├── grafana_dashboards ──── @nonsense
├── metrics ─────────────── @nonsense, @holisticode
├── multihash ───────────── @nolash
├── network ─────────────── ethersphere
│   ├── bitvector ───────── @zelig, @janos, @gbalint
│   ├── priorityqueue ───── @zelig, @janos, @gbalint
│   ├── simulations ─────── @zelig
│   └── stream ──────────── @janos, @zelig, @gbalint, @holisticode, @justelad
│       ├── intervals ───── @janos
│       └── testing ─────── @zelig
├── pot ─────────────────── @zelig
├── pss ─────────────────── @nolash, @zelig, @nonsense
├── services ────────────── @zelig
├── state ───────────────── @justelad
├── storage ─────────────── ethersphere
│   ├── encryption ──────── @gbalint, @zelig, @nagydani
│   ├── mock ────────────── @janos
│   └── mru ─────────────── @nolash
└── testutil ────────────── @lmars