go.ligato.io/vpp-agent/v3@v3.5.0/examples/customize/custom_vpp_plugin/proto/custom/vpp/syslog/syslog.proto (about) 1 syntax = "proto3"; 2 3 package custom.vpp.syslog; 4 5 option go_package = "go.ligato.io/vpp-agent/v3/examples/customize/custom_vpp_plugin/proto/custom/vpp/syslog;vpp_syslog"; 6 7 message Sender { 8 string source = 1; 9 string collector = 2; 10 int32 port = 3; 11 }