# `PaxosKV.Bucket`

Supervisor for a bucket's Paxos processes.

A bucket contains the three core Paxos components: Learner, Acceptor, and
Proposer. This supervisor manages these processes and ensures they are
properly supervised and restarted if needed.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
