API Quick Reference
API Quick Reference
Section titled “API Quick Reference”These pages list every exported symbol for each stable root, with full function signatures and wire formats. Use them as a fast lookup. For boundary rationale and usage patterns, start from the module primers instead.
Stable modules
Section titled “Stable modules”| Module | Import path | Reference page |
|---|---|---|
core | github.com/spcent/plumego/core | core API |
contract | github.com/spcent/plumego/contract | contract API |
router | github.com/spcent/plumego/router | router API |
Error reference
Section titled “Error reference”All error types, trigger scenarios, and remediation steps:
Where to go next
Section titled “Where to go next”| Question | Page |
|---|---|
| Why does this module own this API? | Modules Overview |
| Where does this error type come from? | Error Reference |
| What does a complete working service look like? | Reference App |
| Which APIs are stable vs experimental? | Release Posture |