aboutsummaryrefslogtreecommitdiff
path: root/go/operation/data_struts.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/operation/data_struts.go')
-rw-r--r--go/operation/data_struts.go8
1 files changed, 8 insertions, 0 deletions
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"`
+}