update readme

This commit is contained in:
yoan
2025-01-13 10:43:29 +08:00
parent 9f7e0f8a26
commit 45f9913bdb
4 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ type AccessConfigForQiniu struct {
type AccessConfigForSSH struct {
Host string `json:"host"`
Port string `json:"port"`
Port int `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
Key string `json:"key"`