pub enum Category {
Show 13 variants
Status,
Config,
Log,
Cache,
HostedStores,
Sync,
Updater,
Pairing,
Peers,
Subscriptions,
Wallet,
Spends,
Profile,
}Expand description
The functional area a control method belongs to — for grouping in UIs and docs.
Variants§
Status
Node status snapshot.
Config
Node configuration (upstream override).
Log
Live log-level control.
Cache
On-disk content cache.
HostedStores
Hosted/pinned stores.
Sync
§21 authenticated whole-store sync.
Updater
The DIG auto-update beacon proxy.
Pairing
Control-token pairing lifecycle.
Peers
The L7 peer network: the live pool snapshot, the per-network peer counts, and dial/drop.
Subscriptions
The node’s subscribed-store set.
Wallet
Wallet chain transport: the read-only chain views (balance, coins, one coin by id, peak, sync status) plus the push of an already-signed spend bundle.
Spends
The automated-spend AUDIT record: what this node signed WITHOUT per-transaction approval. Read-only; nothing in this category initiates, signs or alters a spend.
Profile
dig-profile BODIES: handing the node the bytes a confirmed on-chain root commits to, and reading one back. The chain root itself is never written here – dig-app signs and pushes that (§908); this category moves only the bytes an already-confirmed root commits to.