File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type Engine struct {
8
8
}
9
9
10
10
type RedisBrokerCommon struct {
11
- UseLists bool `mapstructure:"use_lists " json:"use_lists " envconfig:"use_lists " yaml:"use_lists " toml:"use_lists "`
11
+ UseLists bool `mapstructure:"history_use_lists " json:"history_use_lists " envconfig:"history_use_lists " yaml:"history_use_lists " toml:"history_use_lists "`
12
12
}
13
13
14
14
type RedisBroker struct {
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ type ChannelOptions struct {
165
165
// SubscribeStreamProxyName of proxy to use for subscribe stream operations in namespace.
166
166
SubscribeStreamProxyName string `mapstructure:"subscribe_stream_proxy_name" default:"default" json:"subscribe_stream_proxy_name" envconfig:"subscribe_stream_proxy_name" yaml:"subscribe_stream_proxy_name" toml:"subscribe_stream_proxy_name"`
167
167
// SubscribeStreamBidirectional enables using bidirectional stream proxy for the namespace.
168
- SubscribeStreamBidirectional bool `mapstructure:"subscribe_stream_bidirectional " json:"subscribe_stream_bidirectional " envconfig:"subscribe_stream_bidirectional " yaml:"subscribe_stream_bidirectional " toml:"subscribe_stream_bidirectional "`
168
+ SubscribeStreamBidirectional bool `mapstructure:"subscribe_stream_proxy_bidirectional " json:"subscribe_stream_proxy_bidirectional " envconfig:"subscribe_stream_proxy_bidirectional " yaml:"subscribe_stream_proxy_bidirectional " toml:"subscribe_stream_proxy_bidirectional "`
169
169
170
170
Compiled `json:"-" yaml:"-" toml:"-"`
171
171
}
You can’t perform that action at this time.
0 commit comments