Directories
¶
| Path | Synopsis |
|---|---|
|
Package adf provides pure, stateless traversal and rendering of Atlassian Document Format (ADF) documents.
|
Package adf provides pure, stateless traversal and rendering of Atlassian Document Format (ADF) documents. |
|
Package buildinfo is the single source of truth for the gojira build identity (git revision and version ref).
|
Package buildinfo is the single source of truth for the gojira build identity (git revision and version ref). |
|
Package cli implements the gojira command-line interface (subcommand wiring, flag definitions, the config cascade glue, the run orchestrator, signal handling, and exit-code mapping).
|
Package cli implements the gojira command-line interface (subcommand wiring, flag definitions, the config cascade glue, the run orchestrator, signal handling, and exit-code mapping). |
|
Package config validates and constructs the runtime configuration consumed by every other gojira package.
|
Package config validates and constructs the runtime configuration consumed by every other gojira package. |
|
Package crawl is the recursive crawl orchestrator for gojira.
|
Package crawl is the recursive crawl orchestrator for gojira. |
|
Package devstatus enriches an already-fetched Jira issue with all the development metadata Jira's Dev Status API surfaces: pull requests, branches, commits, repositories, and builds.
|
Package devstatus enriches an already-fetched Jira issue with all the development metadata Jira's Dev Status API surfaces: pull requests, branches, commits, repositories, and builds. |
|
Package events defines the structured event sink interface used by every gojira package to report progress, warnings, errors, and partial-success states.
|
Package events defines the structured event sink interface used by every gojira package to report progress, warnings, errors, and partial-success states. |
|
Package extract discovers all outbound references from a parsed Jira issue.
|
Package extract discovers all outbound references from a parsed Jira issue. |
|
Package fetch provides a thin adapter between the crawl orchestrator and the Jira Cloud HTTP client.
|
Package fetch provides a thin adapter between the crawl orchestrator and the Jira Cloud HTTP client. |
|
Package graph is a pure in-memory model of the Jira issue graph discovered during a gojira crawl.
|
Package graph is a pure in-memory model of the Jira issue graph discovered during a gojira crawl. |
|
Package grpc provides the gRPC server implementation for gojira.
|
Package grpc provides the gRPC server implementation for gojira. |
|
Package hierarchy discovers Jira hierarchy children for an already-fetched issue via JQL search.
|
Package hierarchy discovers Jira hierarchy children for an already-fetched issue via JQL search. |
|
Package httplog wraps an http.RoundTripper to emit gojira's structured, correlatable, credential-redacted view of every HTTP request the client makes.
|
Package httplog wraps an http.RoundTripper to emit gojira's structured, correlatable, credential-redacted view of every HTTP request the client makes. |
|
Package mcp implements the gojira MCP server: a backend interface with two implementations (facade-backed "self" mode and gRPC-bridge "bridge" mode), a shared tool-registration layer that gates mutating tools behind allow_writes, and the stdio bootstrap the `gojira mcp` command consumes.
|
Package mcp implements the gojira MCP server: a backend interface with two implementations (facade-backed "self" mode and gRPC-bridge "bridge" mode), a shared tool-registration layer that gates mutating tools behind allow_writes, and the stdio bootstrap the `gojira mcp` command consumes. |
|
Package output is the filesystem writer for gojira.
|
Package output is the filesystem writer for gojira. |
|
Package parse converts raw Jira Cloud REST API v3 issue JSON into a typed Issue value.
|
Package parse converts raw Jira Cloud REST API v3 issue JSON into a typed Issue value. |
|
Package render converts a parsed Jira issue into Markdown content.
|
Package render converts a parsed Jira issue into Markdown content. |
|
Package trace provides the lightweight correlation primitives the gojira crawl uses to emit a reconstructable fan-out tree of log records.
|
Package trace provides the lightweight correlation primitives the gojira crawl uses to emit a reconstructable fan-out tree of log records. |
Click to show internal directories.
Click to hide internal directories.