diff --git a/internal/domain/access.go b/internal/domain/access.go index f6bd162f..ca3d4a0f 100644 --- a/internal/domain/access.go +++ b/internal/domain/access.go @@ -51,6 +51,7 @@ type HttpreqAccess struct { Mode string `json:"mode"` Username string `json:"username"` Password string `json:"password"` + type LocalAccess struct{} type SSHAccess struct {