Removing override fields for zk config.
This commit is contained in:
parent
1535c74b02
commit
3723e7dd2c
1 changed files with 5 additions and 7 deletions
2
zk.go
2
zk.go
|
@ -41,8 +41,6 @@ type zkConfig struct {
|
||||||
backoff Backoff
|
backoff Backoff
|
||||||
timeout time.Duration
|
timeout time.Duration
|
||||||
logger Logger
|
logger Logger
|
||||||
auroraSchemeOverride *string
|
|
||||||
auroraPortOverride *int
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ZKOpt func(z *zkConfig)
|
type ZKOpt func(z *zkConfig)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue