Skip to content

Commit

Permalink
Merge pull request #23 from debeando/mysql-hostname
Browse files Browse the repository at this point in the history
feat - mysql schema
  • Loading branch information
nstrappazzonc authored Nov 7, 2023
2 parents 6245234 + c13807f commit 9610222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type MySQL struct {
Port uint16 `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
Schema string `json:"schema"`
Status string `json:"status"`
Timeout uint8 `json:"timeout"`
}
Expand Down

0 comments on commit 9610222

Please sign in to comment.