mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-12 03:04:33 +00:00
feat: add baiducloud cert deployer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package baiducloudcas
|
||||
package baiducloudcert
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
"github.com/usual2970/certimate/internal/pkg/core/uploader"
|
||||
"github.com/usual2970/certimate/internal/pkg/utils/certutil"
|
||||
bdsdk "github.com/usual2970/certimate/internal/pkg/vendors/baiducloud-sdk/cas"
|
||||
bdsdk "github.com/usual2970/certimate/internal/pkg/vendors/baiducloud-sdk/cert"
|
||||
)
|
||||
|
||||
type UploaderConfig struct {
|
@@ -1,4 +1,4 @@
|
||||
package baiducloudcas_test
|
||||
package baiducloudcert_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
provider "github.com/usual2970/certimate/internal/pkg/core/uploader/providers/baiducloud-cas"
|
||||
provider "github.com/usual2970/certimate/internal/pkg/core/uploader/providers/baiducloud-cert"
|
||||
)
|
||||
|
||||
var (
|
Reference in New Issue
Block a user