Documentation
¶
Overview ¶
Package base is the root of shared domain entities used across SubmitQueue, Stovepipe, and other repo-local services. Subpackages hold concrete types (change identities, queue messages). Service-specific entities live under each domain (e.g. submitqueue/entity, stovepipe/entity).
Directories
¶
| Path | Synopsis |
|---|---|
|
Package change holds the shared code-change identity used across SubmitQueue, Stovepipe, and other repo-local domains.
|
Package change holds the shared code-change identity used across SubmitQueue, Stovepipe, and other repo-local domains. |
|
changeutil
Package changeutil holds small helpers shared across the entity/change provider subpackages (github, git, ...).
|
Package changeutil holds small helpers shared across the entity/change provider subpackages (github, git, ...). |
|
git
Package git parses change IDs that use the git:// URI scheme.
|
Package git parses change IDs that use the git:// URI scheme. |
|
Package failure holds the shared description of why processing failed: a human-readable message, the entities the failure is about, and free-form detail.
|
Package failure holds the shared description of why processing failed: a human-readable message, the entities the failure is about, and free-form detail. |
|
Package mergestrategy holds the shared source-control integration strategy used across SubmitQueue, runway, and other repo-local domains.
|
Package mergestrategy holds the shared source-control integration strategy used across SubmitQueue, runway, and other repo-local domains. |
|
Package page defines a generic, cursor-paginated result envelope shared across domains.
|
Package page defines a generic, cursor-paginated result envelope shared across domains. |
Click to show internal directories.
Click to hide internal directories.