tree: 66edb8457a8081f6def2a5781028715a0dc007f1 [path history] [tgz]
  1. app/
  2. cache/
  3. clocks/
  4. cloud_sync/
  5. cobalt/
  6. encryption/
  7. environment/
  8. fidl/
  9. fidl_helpers/
  10. filesystem/
  11. inspect/
  12. meta/
  13. p2p_provider/
  14. p2p_sync/
  15. platform/
  16. public/
  17. storage/
  18. sync_coordinator/
  19. sync_helper/
  20. synchronization/
  21. testing/
  22. tests/
  23. BUILD.gn
  24. README.md
src/ledger/bin/README.md

Ledger

Implementation of Ledger.

Contents

  • app implements Ledger fidl API
  • cache
  • cloud_sync implements Ledger synchronisation via cloud
  • cobalt contains helper methods for reporting Cobalt events
  • coroutine coroutine library
  • encryption implements encryption service for Ledger
  • environment
  • fidl FIDL protocols internal to Ledger and peridot framework (not exposed to upper layers)
  • fidl_helpers
  • filesystem contains filesystem-related helper functions
  • inspect contains utilities relating to exposing internals via Fuchsia's Inspect system
  • p2p_provider implements P2P primitives powering the P2P sync
  • p2p_sync implements Ledger synchronisation via P2P
  • storage implements persistent representation of data held in Ledger
  • synchronization
  • testing contains helper functions used for testing Ledger
  • tests contains tests and benchmarks for Ledger