Directories
¶
| Path | Synopsis |
|---|---|
|
api
|
|
|
openapi
Package openapi reads the vendored spec, for finding out what the API offers.
|
Package openapi reads the vendored spec, for finding out what the API offers. |
|
cmd
|
|
|
bugsnag
command
Command bugsnag is a CLI for the Bugsnag Data Access API.
|
Command bugsnag is a CLI for the Bugsnag Data Access API. |
|
internal
|
|
|
apierr
Package apierr defines the CLI's error type and the Kind taxonomy that drives exit codes.
|
Package apierr defines the CLI's error type and the Kind taxonomy that drives exit codes. |
|
bugsnagapi
Package bugsnagapi provides primitives to interact with the openapi HTTP API.
|
Package bugsnagapi provides primitives to interact with the openapi HTTP API. |
|
bugsnagio
Package bugsnagio moves bytes between the API and a sink.
|
Package bugsnagio moves bytes between the API and a sink. |
|
cli
Package cli assembles the command tree and is the entry point main.go calls.
|
Package cli assembles the command tree and is the entry point main.go calls. |
|
clitest
Package clitest is the test harness: a fake API server and a runner that drives the real command tree.
|
Package clitest is the test harness: a fake API server and a runner that drives the real command tree. |
|
config
Package config is the on-disk state: the API token, the active organization, and the project cached for each git repository.
|
Package config is the on-disk state: the API token, the active organization, and the project cached for each git repository. |
|
dashboardurl
Package dashboardurl reads a Bugsnag dashboard URL.
|
Package dashboardurl reads a Bugsnag dashboard URL. |
|
exitcode
Package exitcode maps an error's Kind to a process exit code.
|
Package exitcode maps an error's Kind to a process exit code. |
|
filters
Package filters encodes the Data Access API's filter query parameters.
|
Package filters encodes the Data Access API's filter query parameters. |
|
render
Package render is the output mechanism: how a result becomes bytes.
|
Package render is the output mechanism: how a result becomes bytes. |
|
repoid
Package repoid turns a git remote into a stable identity for a repository.
|
Package repoid turns a git remote into a stable identity for a repository. |
|
transport
Package transport performs HTTP requests against the Data Access API.
|
Package transport performs HTTP requests against the Data Access API. |
|
view
Package view turns API responses into documents.
|
Package view turns API responses into documents. |
Click to show internal directories.
Click to hide internal directories.