summaryrefslogtreecommitdiff
path: root/lib/go/test/tests/thrifttest_handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/go/test/tests/thrifttest_handler.go')
-rw-r--r--lib/go/test/tests/thrifttest_handler.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/go/test/tests/thrifttest_handler.go b/lib/go/test/tests/thrifttest_handler.go
index 419a18b44..f46f5495d 100644
--- a/lib/go/test/tests/thrifttest_handler.go
+++ b/lib/go/test/tests/thrifttest_handler.go
@@ -82,6 +82,10 @@ func (p *ThriftTestHandler) TestBinary(ctx context.Context, thing []byte) (r []b
return thing, nil
}
+func (p *ThriftTestHandler) TestUuid(ctx context.Context, thing thrift.Tuuid) (r thrift.Tuuid, err error) {
+ return thing, nil
+}
+
func (p *ThriftTestHandler) TestStruct(ctx context.Context, thing *thrifttest.Xtruct) (r *thrifttest.Xtruct, err error) {
return thing, nil
}