Skip to content

Implement gRPC service handler for command operations#23

Merged
traktion merged 2 commits intomasterfrom
feature/issue-21-command-grpc
Jan 18, 2026
Merged

Implement gRPC service handler for command operations#23
traktion merged 2 commits intomasterfrom
feature/issue-21-command-grpc

Conversation

@traktion
Copy link
Owner

Resolves #21.

This PR adds a gRPC service handler for command operations, allowing commands to be retrieved via gRPC.

Changes:

  • Created proto/command.proto with CommandService definition.
  • Implemented CommandHandler in src/grpc/command_handler.rs.
  • Integrated the new handler into src/lib.rs.
  • Updated build.rs to include the new proto file.
  • Made fields in src/service/command_service.rs public to facilitate mapping.
  • Added unit tests for the gRPC handler.
  • Incremented patch version in Cargo.toml.

@traktion traktion merged commit 43fb362 into master Jan 18, 2026
1 check passed
@traktion traktion deleted the feature/issue-21-command-grpc branch January 18, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create gRPC service handler for command operations

1 participant