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

@@ -56,7 +56,7 @@ func TestDeploy(t *testing.T) {
ApiUrl: fApiUrl,
ApiToken: fApiToken,
AllowInsecureConnections: true,
ResourceType: provider.ResourceType("certificate"),
ResourceType: provider.RESOURCE_TYPE_CERTIFICATE,
CertificateId: int32(fCertificateId),
})
if err != nil {