Ssh Extra Fixes (#459)

This commit is contained in:
Sylvie Crowe
2024-03-14 16:50:58 -07:00
committed by GitHub
parent c546464751
commit bfafb9e490
6 changed files with 54 additions and 184 deletions
+1
View File
@@ -22,6 +22,7 @@ type UserInputRequestType struct {
Markdown bool `json:"markdown"`
TimeoutMs int `json:"timeoutms"`
CheckBoxMsg string `json:"checkboxmsg"`
PublicText bool `json:"publictext"`
}
func (*UserInputRequestType) GetType() string {