package tls import "crypto/tls" type Settings struct { Config *tls.Config }