mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 20:06:37 +00:00
feat(targets): add check_mysql_server_available probe function (#2884)
Signed-off-by: JaySon-Huang <tshent@qq.com> Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ pub enum TargetRequestValidator {
|
||||
Mqtt,
|
||||
Amqp(crate::target::TargetType),
|
||||
Kafka(crate::target::TargetType),
|
||||
MySql,
|
||||
MySql(crate::target::TargetType),
|
||||
Nats(crate::target::TargetType),
|
||||
Postgres(crate::target::TargetType),
|
||||
Pulsar(crate::target::TargetType),
|
||||
|
||||
Reference in New Issue
Block a user