From 9653a54766fbb7d9e7453c0df0eb0de016cfbce6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 16 Apr 2014 17:29:58 -0700 Subject: added typed join result --- go/operation/data_struts.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 go/operation/data_struts.go (limited to 'go/operation/data_struts.go') diff --git a/go/operation/data_struts.go b/go/operation/data_struts.go new file mode 100644 index 000000000..09fab05d1 --- /dev/null +++ b/go/operation/data_struts.go @@ -0,0 +1,8 @@ +package operation + +import () + +type JoinResult struct { + VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"` + Error string `json:"error,omitempty"` +} -- cgit v1.2.3