package falco.outputs

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service service

outputs.proto:29

This service defines the RPC methods to `request` a stream of output `response`s.

message request

outputs.proto:38

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)

message response

outputs.proto:46

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