chore: move '/internal/pkg' to '/pkg'
This commit is contained in:
10
pkg/core/ssl-deployer/providers/baiducloud-appblb/consts.go
Normal file
10
pkg/core/ssl-deployer/providers/baiducloud-appblb/consts.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package baiducloudappblb
|
||||
|
||||
type ResourceType string
|
||||
|
||||
const (
|
||||
// 资源类型:部署到指定负载均衡器。
|
||||
RESOURCE_TYPE_LOADBALANCER = ResourceType("loadbalancer")
|
||||
// 资源类型:部署到指定监听器。
|
||||
RESOURCE_TYPE_LISTENER = ResourceType("listener")
|
||||
)
|
||||
Reference in New Issue
Block a user