Expand description
Service definitions for BillPouch.
Three service types, each maps to a different role in the pelican metaphor:
Pouch— bids local storage into the network (the pelican’s pouch)Bill— personal I/O interface to the user’s files (the pelican’s bill)Post— pure routing / relay node; contributes only CPU + RAM
Structs§
- Service
Info - Metadata for a local service instance (daemon-side).
- Service
Registry - In-process registry of all running service instances (held inside
DaemonState).
Enums§
- Service
Status - Runtime status of a local service instance.
- Service
Type - The role a service plays in the network.