executor

command
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Command executor is a reference API-test executor: it subscribes to a control channel, decrypts each pushed job with the envelope layer, runs the HTTP request(s) locally with full timing capture, and prints a structured result.

This is the shape of the v1 agent described in the design: PushFlo is only an (untrusted) transport; the payloads are end-to-end encrypted and signed.

Env:

PUSHFLO_PUBLISH_KEY   pub_...
CONTROL_CHANNEL       e.g. executor-<id>
RECIPIENT_PUBLIC      base64 (this executor's X25519 public key)
RECIPIENT_PRIVATE     base64 (this executor's X25519 private key)
SIGNER_PUBLIC         base64 (the cloud's Ed25519 signing public key)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL