Skip to content

Commit 9610222

Browse files
Merge pull request #23 from debeando/mysql-hostname
feat - mysql schema
2 parents 6245234 + c13807f commit 9610222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type MySQL struct {
1717
Port uint16 `json:"port"`
1818
Username string `json:"username"`
1919
Password string `json:"password"`
20+
Schema string `json:"schema"`
2021
Status string `json:"status"`
2122
Timeout uint8 `json:"timeout"`
2223
}

0 commit comments

Comments
 (0)