chore: move '/internal/pkg' to '/pkg'
This commit is contained in:
8
pkg/core/ssl-deployer/providers/apisix/consts.go
Normal file
8
pkg/core/ssl-deployer/providers/apisix/consts.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package apisix
|
||||
|
||||
type ResourceType string
|
||||
|
||||
const (
|
||||
// 资源类型:替换指定证书。
|
||||
RESOURCE_TYPE_CERTIFICATE = ResourceType("certificate")
|
||||
)
|
||||
Reference in New Issue
Block a user