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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/operation/data_struts.go b/go/operation/data_struts.go
index 4980f9913..bfc53aa50 100644
--- a/go/operation/data_struts.go
+++ b/go/operation/data_struts.go
@@ -2,5 +2,6 @@ package operation
type JoinResult struct {
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
+ SecretKey string `json:"secretKey,omitempty"`
Error string `json:"error,omitempty"`
}