refactor: ensure compile-time check for Uploader implementations

This commit is contained in:
Fu Diwei
2024-11-09 09:47:14 +08:00
parent 44332b9d07
commit 83674e4b35
8 changed files with 15 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
import "context"
// 表示定义证书上传的抽象类型接口。
// 表示定义证书上传的抽象类型接口。
// 云服务商通常会提供 SSL 证书管理服务,可供用户集中管理证书。
// 注意与 `Deployer` 区分,“上传”通常为“部署”的前置操作。
type Uploader interface {