feat: new deployment provider: goedge

This commit is contained in:
Fu Diwei
2025-05-07 22:06:01 +08:00
parent e5805a028b
commit 1499c637ee
25 changed files with 657 additions and 7 deletions

View File

@@ -11,8 +11,9 @@ import (
)
type Client struct {
username string
password string
username string
password string
loginCookie string
client *resty.Client