Merge branch 'main' into main

This commit is contained in:
Roy
2024-10-20 08:33:33 +07:00
committed by GitHub

@@ -51,6 +51,7 @@ type HttpreqAccess struct {
Mode string `json:"mode"` Mode string `json:"mode"`
Username string `json:"username"` Username string `json:"username"`
Password string `json:"password"` Password string `json:"password"`
type LocalAccess struct{} type LocalAccess struct{}
type SSHAccess struct { type SSHAccess struct {