Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertDeployer ¶
type CertDeployer struct {
// contains filtered or unexported fields
}
CertDeployer 证书部署器
func (*CertDeployer) DeployCertificate ¶
func (cd *CertDeployer) DeployCertificate(domain, url string) error
DeployCertificate 部署证书(同时部署到 Nginx 和 Apache,根据配置)
func (*CertDeployer) DeployCertificateToApache ¶ added in v0.5.0
func (cd *CertDeployer) DeployCertificateToApache(domain, url string) error
DeployCertificateToApache 仅部署证书到 Apache
func (*CertDeployer) DeployCertificateToNginx ¶ added in v0.5.0
func (cd *CertDeployer) DeployCertificateToNginx(domain, url string) error
DeployCertificateToNginx 仅部署证书到 Nginx
func (*CertDeployer) DeployCertificateToRustFS ¶ added in v0.5.0
func (cd *CertDeployer) DeployCertificateToRustFS(domain, url string) error
DeployCertificateToRustFS 仅部署证书到 RustFS
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetAccessKey ¶ added in v0.5.0
GetAccessKey 获取访问密钥
func (*Client) GetClientID ¶ added in v0.5.0
GetClientID 获取客户端ID
func (*Client) GetServerURL ¶ added in v0.5.0
GetServerURL 获取服务器URL
func (*Client) SetHTTPServer ¶ added in v0.4.1
func (c *Client) SetHTTPServer(httpServer *server.HTTPServer)
SetHTTPServer 设置 HTTP 服务器(由 scheduler 调用)
func (*Client) StartConnectNotify ¶
func (c *Client) StartConnectNotify()
StartConnectNotify 启动连接通知 - 建立持久连接并通过心跳保持
Source Files
¶
Click to show internal directories.
Click to hide internal directories.