1
mirror of https://github.com/rclone/rclone synced 2025-03-14 19:14:30 +01:00

lib/http: remove unused Template from Config

This commit is contained in:
Nick Craig-Wood 2022-12-10 10:51:36 +00:00
parent ec7cc2b3c3
commit 3167292c2f

View File

@ -89,7 +89,6 @@ type Config struct {
TLSKeyBody []byte // TLS PEM Private key body, ignores TLSKey
ClientCA string // Client certificate authority to verify clients with
MinTLSVersion string // MinTLSVersion contains the minimum TLS version that is acceptable.
Template string
}
// AddFlagsPrefix adds flags for the httplib