Directories
¶
| Path | Synopsis |
|---|---|
|
Package config resolves a module's typed configuration.
|
Package config resolves a module's typed configuration. |
|
Package handshake is the shared vocabulary of the core↔module handshake: the environment core sets, the one stdout line the module answers with, and the exit code that means "protocol out of window".
|
Package handshake is the shared vocabulary of the core↔module handshake: the environment core sets, the one stdout line the module answers with, and the exit code that means "protocol out of window". |
|
Package ipc owns local transport: Unix domain sockets on macOS and Linux, named pipes on Windows, behind one Listen/Dial seam so neither core nor the SDK runtime carries per-OS socket code at call sites.
|
Package ipc owns local transport: Unix domain sockets on macOS and Linux, named pipes on Windows, behind one Listen/Dial seam so neither core nor the SDK runtime carries per-OS socket code at call sites. |
|
Package modulesdk is the module runtime.
|
Package modulesdk is the module runtime. |
|
testkit
Package testkit is the test harness for modules and for the module runtime itself.
|
Package testkit is the test harness for modules and for the module runtime itself. |
|
Package platform is the deliberately thin OS seam.
|
Package platform is the deliberately thin OS seam. |
|
Package retry provides exponential backoff with jitter.
|
Package retry provides exponential backoff with jitter. |
|
Package werror carries the platform's error conventions: sentinel errors for conditions callers branch on, and wrapping helpers that keep module and operation context attached.
|
Package werror carries the platform's error conventions: sentinel errors for conditions callers branch on, and wrapping helpers that keep module and operation context attached. |
|
Package wlog constructs the platform's loggers.
|
Package wlog constructs the platform's loggers. |
Click to show internal directories.
Click to hide internal directories.