diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-11 15:52:42 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-11 15:54:08 -0700 |
commit | 633e1b89bb403edb2cfe2b0c2e1c902f68743743 (patch) | |
tree | ac575d8ee3b223f8cb026dd4d32c881ec21729b9 /test/packetimpact/testbench/dut_client.go | |
parent | e838e7ab3406ff55faf034f67fe91a31cca18ab5 (diff) |
Internal change.
PiperOrigin-RevId: 311011004
Diffstat (limited to 'test/packetimpact/testbench/dut_client.go')
-rw-r--r-- | test/packetimpact/testbench/dut_client.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/packetimpact/testbench/dut_client.go b/test/packetimpact/testbench/dut_client.go index b130a33a2..d0e68c5da 100644 --- a/test/packetimpact/testbench/dut_client.go +++ b/test/packetimpact/testbench/dut_client.go @@ -20,9 +20,9 @@ import ( ) // PosixClient is a gRPC client for the Posix service. -type PosixClient pb.PosixClient +type POSIXClient pb.PosixClient -// NewPosixClient makes a new gRPC client for the Posix service. -func NewPosixClient(c grpc.ClientConnInterface) PosixClient { +// NewPOSIXClient makes a new gRPC client for the POSIX service. +func NewPOSIXClient(c grpc.ClientConnInterface) POSIXClient { return pb.NewPosixClient(c) } |