mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 17:31:55 +08:00
9 lines
151 B
Go
9 lines
151 B
Go
package flexcdn
|
|
|
|
type ResourceType string
|
|
|
|
const (
|
|
// 资源类型:替换指定证书。
|
|
RESOURCE_TYPE_CERTIFICATE = ResourceType("certificate")
|
|
)
|