Skip to content

Commit

Permalink
Remove unused Processor rpc service
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688488306
  • Loading branch information
Copybara Service authored and copybara-github committed Oct 22, 2024
1 parent baa893c commit 65f9f46
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ message Config {
3; // If set, a pool of trusted certificates will be read from this file
// and used to authenticate the connection to target.
}

// Processor is the service that a target system must implement to
// receive messages through a GRPCService based service.
service Processor {
// Process accepts message and processes it.
rpc Process(fleetspeak.Message) returns (fleetspeak.EmptyMessage) {}
}

0 comments on commit 65f9f46

Please sign in to comment.