aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/data_struts.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-02-09 21:56:32 -0800
committerChris Lu <chris.lu@gmail.com>2019-02-09 21:56:32 -0800
commit4ff4a147b258bb7787e492a74254f3993bb69d1a (patch)
tree304dd8cba4ce415b7a9312f90760c8d086793b77 /weed/operation/data_struts.go
parent501bd72b1c9a88cadb5182cf9c13c2d796cf775f (diff)
downloadseaweedfs-4ff4a147b258bb7787e492a74254f3993bb69d1a.tar.xz
seaweedfs-4ff4a147b258bb7787e492a74254f3993bb69d1a.zip
cleanup security.Secret
Diffstat (limited to 'weed/operation/data_struts.go')
-rw-r--r--weed/operation/data_struts.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/operation/data_struts.go b/weed/operation/data_struts.go
index bfc53aa50..4980f9913 100644
--- a/weed/operation/data_struts.go
+++ b/weed/operation/data_struts.go
@@ -2,6 +2,5 @@ package operation
type JoinResult struct {
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
- SecretKey string `json:"secretKey,omitempty"`
Error string `json:"error,omitempty"`
}