Skip to content

Commit

Permalink
latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 2, 2025
1 parent 9eefdb5 commit c22f2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/configtypes/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Engine struct {
}

type RedisBrokerCommon struct {
UseLists bool `mapstructure:"use_lists" json:"use_lists" envconfig:"use_lists" yaml:"use_lists" toml:"use_lists"`
UseLists bool `mapstructure:"history_use_lists" json:"history_use_lists" envconfig:"history_use_lists" yaml:"history_use_lists" toml:"history_use_lists"`
}

type RedisBroker struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/configtypes/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ type ChannelOptions struct {
// SubscribeStreamProxyName of proxy to use for subscribe stream operations in namespace.
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"`
// SubscribeStreamBidirectional enables using bidirectional stream proxy for the namespace.
SubscribeStreamBidirectional bool `mapstructure:"subscribe_stream_bidirectional" json:"subscribe_stream_bidirectional" envconfig:"subscribe_stream_bidirectional" yaml:"subscribe_stream_bidirectional" toml:"subscribe_stream_bidirectional"`
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"`

Compiled `json:"-" yaml:"-" toml:"-"`
}
Expand Down

0 comments on commit c22f2d4

Please sign in to comment.