feat: upgrade easyssh-proxy and update flag of timeout field (#127)

This commit is contained in:
Bo-Yi Wu
2018-10-23 15:14:48 +08:00
committed by GitHub
parent 3a227c8854
commit eb33537e3f
5 changed files with 63 additions and 35 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ type (
Host []string
Port int
Timeout time.Duration
CommandTimeout int
CommandTimeout time.Duration
Script []string
ScriptStop bool
Secrets []string