package fleetspeak.daemonservice

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

message Config

config.proto:11

The configuration information expected by daemonservice.Factory in ClientServiceConfig.config.

message Config.StdParams

config.proto:56

If set, we forward stderr and stdout data to the server as messages with: message_type="StdOutput" data=<fleetspeak.daemonservice.StdOutputData>

Used in: Config

message StdOutputData

messages.proto:10

A fleetspeak.Message with message type "StdOutput" and data type StdOutputData is sent by a daemon service to the server when the daemon subprocess produces output on stdout or stderr.