pass backend config from master to volume servers
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user