Skip to content

Commit

Permalink
feat: update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Matthis Holleville <matthish29@gmail.com>
  • Loading branch information
matthisholleville committed May 24, 2023
1 parent 53d22f4 commit 19e6116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/buf.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `AnalysisItem` object represents an item that can be analyzed by the tool. I

### Config

The module `config.v1` contains a single `Service` with one rpc named `Config`. The request object for the `Config` method is `ConfigRequest`, which contains parameters for configuring the system. The response object for the `Config` method is `ConfigResponse`, which contains the status of the configuration operation.
The module `config.v1` contains a single `Service` with two RPCs named `AddConfig` and `RemoveConfig`. The request object for both methods is `ConfigRequest`, which contains parameters for configuring the system. The response object for both methods is `ConfigResponse`, which contains the status of the configuration operation.

The `ConfigRequest` object contains a `Cache` object, which is used to specify cache configuration. The `Cache` object has two fields: `region`, which represents the cache region, and `bucketName`, which represents the name of the cache bucket.

Expand Down

0 comments on commit 19e6116

Please sign in to comment.