Expand description
Typed request params for the control methods, each bound to its method + result via
ControlCall.
One params type per method (even where two methods share the same field shape, e.g. the four
{ store } methods) so the compile-time method↔params↔result binding is exact: a caller passes
PinParams { store } and the type system yields a PinResult.
Field names are the exact wire names dig-node reads.
Structs§
- Approve
Params control.pairing.approveparams.- Cache
Clear Params control.cache.clearparams (none).- Cache
GetParams control.cache.getparams (none).- Config
GetParams control.config.getparams (none).- Hosted
Store Status Params control.hostedStores.statusparams.- Hosted
Stores List Params control.hostedStores.listparams (none).- List
Subscriptions Params control.listSubscriptionsparams (none).- Pairing
List Params control.pairing.listparams (none). Result is the pending + issued-token list.- Pause
Params control.updater.pauseparams.- Peer
Status Params control.peerStatusparams (none). Result is the peer-pool snapshot.- Peers
Connect Params control.peers.connectparams.- Peers
Disconnect Params control.peers.disconnectparams.- PinParams
control.hostedStores.pinparams.- Poll
Params pairing.pollparams (OPEN — no token).- Request
Params pairing.requestparams (OPEN — no token).- Revoke
Params control.pairing.revokeparams.- SetCap
Params control.cache.setCapparams.- SetChannel
Params control.updater.setChannelparams.- SetLevel
Params control.log.setLevelparams.- SetUpstream
Params control.config.setUpstreamparams.- Status
Params control.statusparams (none).- Subscribe
Params control.subscribeparams.- Sync
Status Params control.sync.statusparams (none).- Sync
Trigger Params control.sync.triggerparams.- Unpin
Params control.hostedStores.unpinparams.- Unsubscribe
Params control.unsubscribeparams.- Updater
Check NowParams control.updater.checkNowparams (none).- Updater
Resume Params control.updater.resumeparams (none).- Updater
Status Params control.updater.statusparams (none). Result is the proxied beacon status.