github.com/google/fleetspeak@v0.1.15-0.20240426164851-4f31f62c1aea/fleetspeak/src/client/stdinservice/proto/fleetspeak_stdinservice/config.proto (about) 1 syntax = "proto3"; 2 3 package fleetspeak.stdinservice; 4 5 option go_package = "github.com/google/fleetspeak/fleetspeak/src/client/stdinservice/proto/fleetspeak_stdinservice"; 6 7 // The configuration information expected by stdinservice.Factory 8 // in ClientServiceConfig.config. 9 message Config { 10 string cmd = 1; 11 }