generate protobuf client/server

This commit is contained in:
Ben Grewell
2021-04-01 13:44:30 -07:00
parent 55afe867bd
commit 68d1db633d
5 changed files with 13 additions and 19 deletions

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
import "google/protobuf/empty.proto";
option go_package = "github.com/BGrewell/go-iperf/api";
// [START java_declaration]
option java_multiple_files = true;
option java_package = "com.bengrewell.go-iperf.control";