Module service

Module service 

Source
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§

ServiceInfo
Metadata for a local service instance (daemon-side).
ServiceRegistry
In-process registry of all running service instances (held inside DaemonState).

Enums§

ServiceStatus
Runtime status of a local service instance.
ServiceType
The role a service plays in the network.