mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 11:55:01 +01:00
lib/http: remove unused Template from Config
This commit is contained in:
parent
ec7cc2b3c3
commit
3167292c2f
@ -89,7 +89,6 @@ type Config struct {
|
|||||||
TLSKeyBody []byte // TLS PEM Private key body, ignores TLSKey
|
TLSKeyBody []byte // TLS PEM Private key body, ignores TLSKey
|
||||||
ClientCA string // Client certificate authority to verify clients with
|
ClientCA string // Client certificate authority to verify clients with
|
||||||
MinTLSVersion string // MinTLSVersion contains the minimum TLS version that is acceptable.
|
MinTLSVersion string // MinTLSVersion contains the minimum TLS version that is acceptable.
|
||||||
Template string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddFlagsPrefix adds flags for the httplib
|
// AddFlagsPrefix adds flags for the httplib
|
||||||
|
Loading…
Reference in New Issue
Block a user