Skip to content

Commit c13807f

Browse files
author
Nicola Strappazzon C
committed
feat - mysql schema
1 parent 6245234 commit c13807f

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)