We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6245234 + c13807f commit 9610222Copy full SHA for 9610222
mysql/main.go
@@ -17,6 +17,7 @@ type MySQL struct {
17
Port uint16 `json:"port"`
18
Username string `json:"username"`
19
Password string `json:"password"`
20
+ Schema string `json:"schema"`
21
Status string `json:"status"`
22
Timeout uint8 `json:"timeout"`
23
}
0 commit comments