mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-19 01:41:55 +08:00
9 lines
160 B
Go
9 lines
160 B
Go
package tencentcloudgaap
|
|
|
|
type ResourceType string
|
|
|
|
const (
|
|
// 资源类型:部署到指定监听器。
|
|
RESOURCE_TYPE_LISTENER = ResourceType("listener")
|
|
)
|