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.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/go/operation/data_struts.go b/go/operation/data_struts.go
deleted file mode 100644
index bfc53aa50..000000000
--- a/go/operation/data_struts.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package operation
-
-type JoinResult struct {
- VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
- SecretKey string `json:"secretKey,omitempty"`
- Error string `json:"error,omitempty"`
-}