Searched defs:ClientTLSOptions (Results 1 – 3 of 3) sorted by relevance
42 type ClientTLSOptions struct { struct44 InsecureSkipVerify bool46 VerifyCerts []string119 func NewClientTLS(host, user, key string, tlsOpts *ClientTLSOptions) (*Client, error) {
1074 class ClientTLSOptions: class
1005 class ClientTLSOptions(object): class