Skip to content

Commit

Permalink
Fixing wrong structure map for db-servers-state-change-script
Browse files Browse the repository at this point in the history
  • Loading branch information
svaroqui committed Dec 12, 2024
1 parent eb4c17e commit 74c8e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ type Config struct {
LogBinlogPurgeLevel int `mapstructure:"log-binlog-purge-level" toml:"log-binlog-purge-level" json:"logBinlogPurgeLevel"`
User string `mapstructure:"db-servers-credential" toml:"db-servers-credential" json:"dbServersCredential"`
Hosts string `mapstructure:"db-servers-hosts" toml:"db-servers-hosts" json:"dbServersHosts"`
DbServersChangeStateScript string `mapstructure:"db-servers-change-state-script" toml:"db-servers-change-state-script" json:"dbServersChangeStateScript"`
DbServersChangeStateScript string `mapstructure:"db-servers-state-change-script " toml:"db-servers-state-change-script " json:"dbServersStateChangeScript"`
HostsDelayed string `mapstructure:"replication-delayed-hosts" toml:"replication-delayed-hosts" json:"replicationDelayedHosts"`
HostsDelayedTime int `mapstructure:"replication-delayed-time" toml:"replication-delayed-time" json:"replicationDelayedTime"`
DBServersTLSUseGeneratedCertificate bool `mapstructure:"db-servers-tls-use-generated-cert" toml:"db-servers-tls-use-generated-cert" json:"dbServersUseGeneratedCert"`
Expand Down

0 comments on commit 74c8e98

Please sign in to comment.