Get desktop application:
View/edit binary Protocol Buffers messages
This service defines the RPC methods to `request` a stream of output `response`s.
Get all the Falco outputs present in the system up to this call.
Subscribe to a stream of Falco outputs by sending a stream of requests.
The `request` message is the logical representation of the request model. It is the input of the `output.service` service.
TODO(leodido,fntlnz): tags not supported yet, keeping it for reference. repeated string tags = 1;
Used as request type in: service.get, service.sub
(message has no fields)
The `response` message is the representation of the output model. It contains all the elements that Falco emits in an output along with the definitions for priorities and source.
Used as response type in: service.get, service.sub