usuginus/go-rpcatlas
Generate static RPC flow summaries for Go RPC/API handlers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Go package pattern or directory to analyze. | no | ./... |
| rpc | RPC or handler name to analyze. Leave empty when list is true. | no | "" |
| list | Set to true to list detected handlers instead of analyzing one RPC. | no | false |
| depth | Maximum call depth. | no | 3 |
| format | Output format. Supported values are markdown and json. | no | markdown |
| config | Optional path to .rpcatlas.yaml. | no | "" |
| output-file | Optional file path to write the generated output. | no | "" |
| working-directory | Directory where rpcatlas should run. | no | . |
Outputs
no outputs