aboutsummaryrefslogtreecommitdiff
path: root/weed/util/config.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-11-29 01:05:09 -0800
committerChris Lu <chris.lu@gmail.com>2019-11-29 01:05:09 -0800
commit0da7b894ccee449eed942b9ac6e5dbf775ca1d21 (patch)
treef8c92a73082280770851dab50a04e65d56e288d9 /weed/util/config.go
parent0e79a446046f701dc136a8bae1d72289a881143a (diff)
downloadseaweedfs-0da7b894ccee449eed942b9ac6e5dbf775ca1d21.tar.xz
seaweedfs-0da7b894ccee449eed942b9ac6e5dbf775ca1d21.zip
pass backend config from master to volume servers
Diffstat (limited to 'weed/util/config.go')
-rw-r--r--weed/util/config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/util/config.go b/weed/util/config.go
index 84f146bc8..6a9ee582a 100644
--- a/weed/util/config.go
+++ b/weed/util/config.go
@@ -9,8 +9,6 @@ type Configuration interface {
GetString(key string) string
GetBool(key string) bool
GetInt(key string) int
- GetInt64(key string) int64
- GetFloat64(key string) float64
GetStringSlice(key string) []string
}