package
Version:
v0.0.23-alpha
Opens a new window with list of versions in this module.
Published: Nov 19, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Findings Client
This implementation of component.Storer interacts with a findings client via GRPC.
Configuration
| Environment Variable |
Type |
Required |
Default |
Possible Values |
| SMITHY_REMOTE_STORE_FINDINGS_SERVICE_ADDR |
string |
no |
localhost:50051 |
- |
| SMITHY_REMOTE_CLIENT_MAX_ATTEMPTS |
int |
no |
10 |
- |
| SMITHY_REMOTE_CLIENT_INITIAL_BACKOFF_SECONDS |
duration in seconds |
no |
5s |
- |
| SMITHY_REMOTE_CLIENT_MAX_BACKOFF_SECONDS |
duration in seconds |
no |
60s |
- |
| SMITHY_REMOTE_CLIENT_BACKOFF_MULTIPLIER |
float |
no |
1.5 |
- |
| SMITHY_REMOTE_CLIENT_PAGE_SIZE |
int |
no |
100 |
- |
Documentation
¶
func New() (*client, error)
New it returns a new findings' client.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.